.product-modal{scroll-behavior:auto}.products-page-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;position:relative}.products-page-container:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,119,198,.05) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(120,198,255,.08) 0%,transparent 50%);pointer-events:none}.products-page-header{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d,0 10px 40px -10px #0000001a;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.products-page-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(63,97,219,.1) 0%,transparent 70%);transform:translate(50%,-50%)}.products-page-header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.products-page-header p{color:#64748b;font-size:1rem}.products-grid-wrapper{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000000d,0 20px 40px -15px #0000001a;border:1px solid rgba(0,0,0,.05);overflow:hidden;position:relative}.products-controls{background:linear-gradient(to bottom,#fff,#fafbfc);border-bottom:1px solid rgba(0,0,0,.06);padding:1.5rem}.products-search-input{transition:all .3s ease;border:1px solid #e2e8f0;background:#fff}.products-search-input:focus{border-color:#3f61db;box-shadow:0 0 0 3px #3f61db1a,0 1px 2px #0000000d;transform:translateY(-1px)}.products-filter-select{transition:all .2s ease;border:1px solid #e2e8f0;background:#fff}.products-filter-select:hover{border-color:#cbd5e1}.products-filter-select:focus{border-color:#3f61db;box-shadow:0 0 0 3px #3f61db1a}.products-add-button{background:linear-gradient(135deg,#3f61db,#5b7ce6);color:#fff;font-weight:600;padding:.625rem 1.25rem;border-radius:.5rem;transition:all .3s ease;box-shadow:0 2px 4px #3f61db33,0 4px 12px -2px #3f61db26}.products-add-button:hover{background:linear-gradient(135deg,#5b7ce6,#3f61db);transform:translateY(-2px);box-shadow:0 4px 8px #3f61db40,0 8px 20px -4px #3f61db33}.products-add-button:active{transform:translateY(0)}.products-export-button{background:#fff;border:1px solid #e2e8f0;color:#475569;font-weight:500;transition:all .2s ease}.products-export-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155;transform:translateY(-1px)}.products-grid-container{padding:1.5rem;background:#fafbfc;min-height:400px}.product-card{background:#fff;border-radius:.75rem;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);box-shadow:0 1px 3px #0000000d,0 10px 20px -5px #0000001a;position:relative}.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(63,97,219,.02) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000014,0 20px 40px -10px #00000026;border-color:#3f61db33}.product-card:hover:before{opacity:1}.product-card-media{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.product-card-media img{transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-media img{transform:scale(1.05)}.product-card-content{padding:1.25rem;background:#fff}.product-card-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;line-height:1.4;transition:color .2s ease}.product-card:hover .product-card-title{color:#3f61db}.product-card-description{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.product-price-section{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.product-price{font-size:1.25rem;font-weight:700;color:#1e293b}.product-price-original{font-size:1rem;color:#94a3b8;text-decoration:line-through}.product-discount-badge{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff;padding:.125rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 4px #ef444433}.product-stock-indicator{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;transition:all .2s ease}.product-stock-indicator.in-stock{background:#22c55e1a;color:#16a34a}.product-stock-indicator.out-of-stock{background:#ef44441a;color:#dc2626}.product-stock-indicator.low-stock{background:#fb923c1a;color:#ea580c}.product-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.product-action-button{flex:1;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.375rem}.product-action-button.primary{background:linear-gradient(135deg,#3f61db,#5b7ce6);color:#fff;box-shadow:0 2px 4px #3f61db33}.product-action-button.primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3f61db4d}.product-action-button.secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.product-action-button.secondary:hover{background:#f8fafc;border-color:#cbd5e1}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#64748b}.products-loading-icon{animation:float 3s ease-in-out infinite;margin-bottom:1rem}.products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.products-empty-icon{width:5rem;height:5rem;color:#cbd5e1;margin-bottom:1.5rem}.products-empty-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.products-empty-subtitle{color:#64748b;margin-bottom:2rem}.products-pagination{background:linear-gradient(to top,#fff,#fafbfc);border-top:1px solid rgba(0,0,0,.06);padding:1.5rem}.product-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080}.product-modal-content{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a,0 20px 48px #00000026;max-height:90vh;overflow:hidden}.product-modal-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.product-modal-body{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 8rem)}@media (max-width: 768px){.products-page-header{padding:1.5rem}.products-page-header h1{font-size:1.5rem}.products-controls,.products-grid-container{padding:1rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.product-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:468px 104px;animation:shimmer 1.5s ease-in-out infinite}@keyframes addToCart{0%{transform:scale(1)}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1)}}.add-to-cart-success{animation:addToCart .6s ease-in-out}.product-quantity-controls{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;display:inline-flex;align-items:center;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.product-quantity-controls:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #00000014}.product-quantity-button{padding:.375rem .5rem;background:transparent;border:none;color:#475569;transition:all .2s ease;cursor:pointer}.product-quantity-button:hover{background:#f1f5f9;color:#3f61db}.product-quantity-button:active{background:#e2e8f0}.product-quantity-value{padding:0 1rem;font-weight:600;color:#1e293b;min-width:2.5rem;text-align:center}.product-rating{display:inline-flex;align-items:center;gap:.375rem}.product-rating-stars{color:#fbbf24}.product-rating-count{color:#64748b;font-size:.875rem}.product-variant-tag,.product-addon-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:#3f61db14;color:#3f61db;border-radius:.375rem;font-size:.75rem;font-weight:500;margin-right:.5rem;margin-bottom:.5rem}.product-status-badge{transition:all .2s ease}.product-status-badge:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.product-image-dots{display:flex;gap:.375rem;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);padding:.5rem;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;opacity:0;transition:opacity .3s ease}.product-card:hover .product-image-dots{opacity:1}.product-image-dot{width:.375rem;height:.375rem;border-radius:50%;background:#ffffff80;transition:all .3s ease;cursor:pointer}.product-image-dot.active{width:1.25rem;background:#fff}.product-image-dot:hover:not(.active){background:#fffc}.product-card-actions{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.5rem;opacity:0;transform:translateY(-.5rem);transition:all .3s ease}.product-card:hover .product-card-actions{opacity:1;transform:translateY(0)}.product-card-action{width:2rem;height:2rem;background:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001a;transition:all .2s ease;cursor:pointer}.product-card-action:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.product-card-action svg{width:1rem;height:1rem;color:#475569}.product-card-action:hover svg{color:#3f61db}.product-modal-body::-webkit-scrollbar{width:8px}.product-modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.product-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.product-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:slideIn .5s ease-out;animation-fill-mode:both}.product-card:nth-child(1){animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.product-overlay{background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.products-search-input:focus,.products-filter-select:focus,.product-action-button:focus{outline:none;ring:2px;ring-color:rgba(63,97,219,.5);ring-offset:2px}.service-status-active{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.service-status-inactive{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.service-status-draft{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.service-type-badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500}.service-type-online{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.service-type-onsite{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.service-type-mobile{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity))}.booking-required{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.booking-required svg{height:1rem;width:1rem}.service-duration{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.service-duration svg{height:1rem;width:1rem}.service-capacity{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.availability-indicator{display:flex;align-items:center;gap:.5rem}.availability-dot{height:.5rem;width:.5rem;border-radius:9999px}.availability-dot.available{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.availability-dot.unavailable{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.service-grid-card{overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.service-grid-card:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.service-grid-card-header{position:relative;height:12rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.service-grid-card-body>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.service-grid-card-body{padding:1rem}.service-provider{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.service-provider-avatar{height:1.5rem;width:1.5rem;border-radius:9999px}.service-detail-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.service-detail-item{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding:1rem}.service-detail-label{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.service-detail-value{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.service-location-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:1rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.service-location-card:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.service-location-primary{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
