.products-page{min-height:100vh;background:#fafbfc}.products-hero{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:7rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.products-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(102,126,234,.15),transparent 50%),radial-gradient(circle at 70% 50%,rgba(118,75,162,.15),transparent 50%)}.products-hero-content{position:relative;max-width:700px;margin:0 auto}.products-badge{display:inline-block;background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);color:#e0e7ff;padding:.4rem 1.2rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem}.products-hero h1{color:#fff;font-size:2.8rem;font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.products-hero p{color:#ffffffb3;font-size:1.15rem;line-height:1.6;max-width:500px;margin:0 auto}.products-content{padding:2.5rem 2rem 4rem}.products-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start}.products-mobile-filter-btn{display:none;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;padding:.75rem 1.25rem;border-radius:12px;font-size:.9rem;font-weight:600;color:#374151;cursor:pointer;width:100%;justify-content:center;grid-column:1 / -1}.products-sidebar{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:1.5rem;position:sticky;top:100px}.products-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.products-sidebar-header h3{font-size:1rem;font-weight:700;color:#1f2937}.products-sidebar-close{display:none;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem}.products-search{display:flex;align-items:center;gap:.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.6rem .9rem;margin-bottom:1.25rem;transition:border-color .2s}.products-search:focus-within{border-color:#667eea;background:#fff}.products-search svg{color:#9ca3af;flex-shrink:0}.products-search input{border:none;background:none;outline:none;font-size:.85rem;color:#374151;width:100%}.products-search input::placeholder{color:#9ca3af}.products-categories{display:flex;flex-direction:column;gap:.25rem}.category-btn{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border:none;background:none;border-radius:10px;cursor:pointer;font-size:.85rem;font-weight:500;color:#4b5563;transition:all .2s;text-align:left}.category-btn:hover{background:#f3f4f6;color:#1f2937}.category-btn.active{background:#eef2ff;color:#4338ca;font-weight:600}.category-btn svg{flex-shrink:0;opacity:.7}.category-btn.active svg{opacity:1}.category-btn span:first-of-type{flex:1}.category-count{background:#e5e7eb;color:#6b7280;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:50px}.category-btn.active .category-count{background:#c7d2fe;color:#4338ca}.products-grid-wrapper{min-height:400px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.product-card-print{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card-print:hover{border-color:#c7d2fe;box-shadow:0 8px 30px #6366f11a;transform:translateY(-4px)}.product-card-image{height:200px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card-icon{width:90px;height:90px;background:#ffffff26;backdrop-filter:blur(10px);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s}.product-card-print:hover .product-card-icon{transform:scale(1.1)}.product-card-badges{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;display:flex;gap:.4rem;flex-wrap:wrap}.badge-upload,.badge-design{display:inline-flex;align-items:center;gap:.3rem;background:#ffffffe6;backdrop-filter:blur(10px);padding:.3rem .6rem;border-radius:6px;font-size:.7rem;font-weight:600;color:#374151}.product-card-body{padding:1.25rem}.product-card-body h3{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:.4rem}.product-card-desc{font-size:.85rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}.product-card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.product-card-price{display:flex;flex-direction:column}.price-label{font-size:.7rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.price-value{font-size:1.35rem;font-weight:800;color:#1f2937}.product-card-delivery{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#6b7280}.product-card-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#1f2937;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.product-card-btn:hover{background:#4338ca}.product-card-btn svg{transition:transform .2s}.product-card-btn:hover svg{transform:translate(3px)}.products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#9ca3af;gap:1rem}.shop-loading{display:flex;justify-content:center;padding:4rem 0}.shop-loading .spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#e74c3c;border-radius:50%;animation:productsSpin .8s linear infinite}@keyframes productsSpin{to{transform:rotate(360deg)}}@media(max-width:1024px){.products-container{grid-template-columns:1fr}.products-mobile-filter-btn{display:flex}.products-sidebar{display:none;position:fixed;inset:0;z-index:1000;border-radius:0;overflow-y:auto;padding:1.5rem}.products-sidebar.open,.products-sidebar-close{display:block}}@media(max-width:768px){.products-hero{padding:6rem 1.5rem 3rem}.products-hero h1{font-size:2rem}.products-hero p{font-size:1rem}.products-content{padding:1.5rem 1rem 3rem}.products-grid{grid-template-columns:1fr}}@media(max-width:480px){.products-hero h1{font-size:1.6rem}.product-card-image{height:160px}}.pd-page{min-height:100vh;background:#fafbfc}.pd-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.pd-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.pd-loading .spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#e74c3c;border-radius:50%;animation:pdSpin .8s linear infinite}@keyframes pdSpin{to{transform:rotate(360deg)}}.pd-header{padding:6rem 2rem 2.5rem;position:relative}.pd-header:before{content:"";position:absolute;inset:0;background:#00000026}.pd-header-content{position:relative;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.25rem;color:#fff}.pd-back{background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.pd-back:hover{background:#ffffff40}.pd-header-icon{width:56px;height:56px;background:#ffffff26;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pd-header-content h1{font-size:1.6rem;font-weight:700;margin-bottom:.2rem}.pd-header-content p{font-size:.9rem;opacity:.8}.pd-stepper{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.pd-stepper::-webkit-scrollbar{display:none}.pd-stepper-inner{max-width:1200px;margin:0 auto;display:flex;gap:0}.stepper-step{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border:none;background:none;cursor:pointer;white-space:nowrap;transition:all .2s;border-bottom:2px solid transparent;color:#9ca3af;font-size:.8rem;font-weight:500}.stepper-step:disabled{cursor:not-allowed;opacity:.5}.stepper-step.active{color:#4338ca;border-bottom-color:#4338ca}.stepper-step.completed{color:#059669}.stepper-dot{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;background:#e5e7eb;color:#6b7280;flex-shrink:0}.stepper-step.active .stepper-dot{background:#4338ca;color:#fff}.stepper-step.completed .stepper-dot{background:#059669;color:#fff}.stepper-label{display:block}.pd-content{padding:2rem}.pd-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.pd-wizard{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:2rem}.pd-step-header{margin-bottom:.5rem}.pd-step-number{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.wizard-step-content h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.25rem}.wizard-step-hint{font-size:.85rem;color:#6b7280;margin-bottom:1rem;margin-top:-.5rem}.wizard-step-note{font-size:.8rem;color:#9ca3af;margin-top:.75rem;font-style:italic}.option-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.option-grid-2{grid-template-columns:repeat(2,1fr)}.option-grid-3{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.option-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s;text-align:center}.option-card:hover{border-color:#c7d2fe;background:#fafafe}.option-card.selected{border-color:#4338ca;background:#eef2ff}.option-card-lg{padding:1.5rem}.option-card-compact{padding:.75rem 1rem;flex-direction:row;justify-content:center}.option-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.option-card-size{display:flex;align-items:center;justify-content:center;height:50px}.size-preview{border-radius:4px;transition:all .2s}.option-card-name{font-size:.85rem;font-weight:600;color:#374151}.option-check{position:absolute;top:.5rem;right:.5rem;width:22px;height:22px;border-radius:50%;background:#4338ca;display:flex;align-items:center;justify-content:center}.option-check.small{width:18px;height:18px;top:.4rem;right:.4rem}.option-list{display:flex;flex-direction:column;gap:.5rem}.option-list-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.option-list-item:hover{border-color:#c7d2fe}.option-list-item.selected{border-color:#4338ca;background:#eef2ff}.option-list-radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s}.option-list-item.selected .option-list-radio{border-color:#4338ca}.radio-dot{width:10px;height:10px;border-radius:50%;background:#4338ca}.option-list-name{font-size:.9rem;font-weight:600;color:#374151}.option-list-detail{font-size:.75rem;color:#9ca3af}.orientation-toggle{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.orientation-label{font-size:.85rem;font-weight:600;color:#374151;display:block;margin-bottom:.75rem}.orientation-btns{display:flex;gap:.5rem}.orientation-btns button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;font-size:.85rem;font-weight:500;color:#6b7280;transition:all .2s}.orientation-btns button.active{border-color:#4338ca;color:#4338ca;background:#eef2ff}.orient-icon{border:2px solid currentColor;border-radius:2px}.orient-icon.portrait{width:14px;height:20px}.orient-icon.landscape{width:20px;height:14px}.sides-icon{margin-bottom:.25rem}.quantity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.qty-btn{padding:.75rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;font-size:.95rem;font-weight:700;color:#374151;transition:all .2s}.qty-btn:hover{border-color:#c7d2fe}.qty-btn.selected{border-color:#4338ca;background:#eef2ff;color:#4338ca}.qty-custom input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.9rem;text-align:center;transition:border-color .2s;outline:none}.qty-custom input:focus{border-color:#4338ca}.delivery-options{display:flex;flex-direction:column;gap:.5rem}.delivery-btn{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.delivery-btn:hover{border-color:#c7d2fe}.delivery-btn.selected{border-color:#4338ca;background:#eef2ff}.delivery-icon{width:40px;height:40px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.delivery-btn.selected .delivery-icon{background:#e0e7ff;color:#4338ca}.delivery-info{flex:1}.delivery-name{display:block;font-size:.9rem;font-weight:600;color:#374151}.delivery-days{font-size:.75rem;color:#9ca3af}.delivery-check{color:#4338ca}.price-matrix-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px}.price-matrix{width:100%;border-collapse:collapse;font-size:.85rem}.price-matrix th{background:#f9fafb;padding:.75rem 1rem;text-align:center;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.price-matrix th small{display:block;font-size:.7rem;font-weight:400;color:#9ca3af}.price-matrix td{padding:.5rem;text-align:center;border-bottom:1px solid #f3f4f6}.price-matrix tr:last-child td{border-bottom:none}.qty-cell{font-weight:700;color:#374151;background:#f9fafb;text-align:left!important;padding-left:1rem!important}.price-cell{cursor:pointer;border-radius:8px;transition:all .2s;position:relative}.price-cell:hover{background:#f0f0ff}.price-cell.selected{background:#eef2ff;box-shadow:inset 0 0 0 2px #4338ca;border-radius:8px}.matrix-price{display:block;font-weight:700;color:#1f2937}.matrix-unit{display:block;font-size:.7rem;color:#9ca3af}.matrix-selected{display:block;font-size:.65rem;font-weight:700;color:#4338ca;margin-top:.15rem}.design-choices{display:flex;flex-direction:column;gap:.75rem}.design-choice{position:relative;display:flex;align-items:center;gap:1.25rem;padding:1.5rem;border:2px solid #e5e7eb;border-radius:14px;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.design-choice:hover{border-color:#c7d2fe}.design-choice.selected{border-color:#4338ca;background:#eef2ff}.design-choice-icon{width:56px;height:56px;border-radius:14px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.design-choice.selected .design-choice-icon{background:#e0e7ff;color:#4338ca}.design-choice-text h4{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.design-choice-text p{font-size:.85rem;color:#6b7280;line-height:1.4}.pd-wizard-nav{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.pd-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.pd-btn:disabled{opacity:.4;cursor:not-allowed}.pd-btn-secondary{background:#f3f4f6;color:#374151}.pd-btn-secondary:hover:not(:disabled){background:#e5e7eb}.pd-btn-primary{background:#4338ca;color:#fff}.pd-btn-primary:hover:not(:disabled){background:#3730a3}.pd-btn-cart{background:#059669}.pd-btn-cart:hover:not(:disabled){background:#047857}.pd-summary{position:sticky;top:100px}.pd-summary-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:1.5rem}.pd-summary-card h3{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.pd-summary-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.pd-summary-row{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem}.pd-summary-label{color:#9ca3af;font-weight:500}.pd-summary-value{color:#374151;font-weight:600;text-align:right}.pd-summary-price{padding-top:1rem;border-top:2px solid #1f2937}.pd-price-row{display:flex;justify-content:space-between;align-items:baseline}.pd-price-row span:first-child{font-size:.85rem;font-weight:600;color:#374151}.pd-price-value{font-size:1.5rem;font-weight:800;color:#1f2937}.pd-price-vat{display:block;text-align:right;font-size:.7rem;color:#9ca3af;margin-top:.1rem}@media(max-width:1024px){.pd-container{grid-template-columns:1fr}.pd-summary{position:fixed;bottom:0;left:0;right:0;z-index:100}.pd-summary-card{border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0000001a;padding:1rem 1.5rem}.pd-summary-card h3,.pd-summary-list{display:none}.pd-summary-price{border-top:none;padding-top:0}.pd-content{padding-bottom:6rem}}@media(max-width:768px){.pd-header{padding:5rem 1rem 1.5rem}.pd-header-content h1{font-size:1.2rem}.pd-header-icon{display:none}.pd-content{padding:1.5rem 1rem 6rem}.pd-wizard{padding:1.25rem}.option-grid{grid-template-columns:repeat(2,1fr)}.option-grid-2{grid-template-columns:1fr}.stepper-label{display:none}.stepper-step{padding:.75rem}}.fu-page{min-height:100vh;background:#fafbfc}.fu-header{padding:6rem 2rem 2rem;position:relative}.fu-header:before{content:"";position:absolute;inset:0;background:#00000026}.fu-header-content{position:relative;max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:1rem;color:#fff}.fu-header-content h1{font-size:1.5rem;font-weight:700}.fu-header-content p{font-size:.85rem;opacity:.8}.fu-content{padding:2rem}.fu-container{max-width:1000px;margin:0 auto}.fu-dropzone{background:#fff;border:2px dashed #d1d5db;border-radius:20px;padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .3s}.fu-dropzone:hover{border-color:#4338ca;background:#fafafe}.fu-dropzone.dragging{border-color:#4338ca;background:#eef2ff}.fu-dropzone-icon{width:80px;height:80px;border-radius:20px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#9ca3af}.fu-dropzone.dragging .fu-dropzone-icon{background:#e0e7ff;color:#4338ca}.fu-dropzone h3{font-size:1.1rem;font-weight:700;color:#374151;margin-bottom:.5rem}.fu-dropzone p{font-size:.85rem;color:#9ca3af}.fu-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.fu-preview-card,.fu-checks-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.fu-preview-card h3,.fu-checks-card h3{font-size:.95rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.fu-preview-area{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:250px;margin-bottom:1rem}.fu-preview-area img{max-width:100%;max-height:400px;object-fit:contain}.fu-preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#9ca3af;padding:2rem;text-align:center}.fu-preview-placeholder span{font-size:.8rem;word-break:break-all}.fu-preview-actions{display:flex;gap:.5rem}.fu-info-grid{display:flex;flex-direction:column;gap:.4rem}.fu-info-row{display:flex;justify-content:space-between;font-size:.8rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.fu-info-row span:first-child{color:#9ca3af;font-weight:500}.fu-info-row span:last-child{color:#374151;font-weight:600}.fu-checks-list{display:flex;flex-direction:column;gap:.4rem}.fu-check-item{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .75rem;border-radius:8px;background:#f9fafb}.check-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.check-pass{background:#d1fae5;color:#059669}.check-warning{background:#fef3c7;color:#d97706}.check-error{background:#fee2e2;color:#dc2626}.check-info{background:#e0e7ff;color:#6366f1}.fu-check-info{flex:1}.fu-check-label{display:block;font-size:.8rem;font-weight:600;color:#374151}.fu-check-message{display:block;font-size:.75rem;color:#6b7280;margin-top:.1rem}.fu-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.fu-btn-secondary{background:#f3f4f6;color:#374151}.fu-btn-secondary:hover{background:#e5e7eb}.fu-btn-primary{background:#4338ca;color:#fff}.fu-btn-primary:hover{background:#3730a3}.fu-btn-full{width:100%;justify-content:center;padding:.85rem;margin-top:1.5rem;font-size:.9rem}@media(max-width:768px){.fu-result-grid{grid-template-columns:1fr}.fu-header{padding:5rem 1rem 1.5rem}.fu-content{padding:1.5rem 1rem}}.cart-page{min-height:100vh}.cart-hero{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:8rem 2rem 3rem;text-align:center;color:#fff}.cart-hero h1{font-size:2rem;font-weight:800}.cart-content{padding:3rem 0}.cart-content .container{max-width:1100px;margin:0 auto;padding:0 2rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty svg{margin:0 auto 1.5rem}.cart-empty h2{font-size:1.5rem;color:#374151;margin-bottom:.5rem}.cart-empty p{color:#6b7280;margin-bottom:2rem}.browse-btn{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border-radius:8px;font-weight:600;transition:transform .2s}.browse-btn:hover{transform:translateY(-2px)}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1rem;box-shadow:0 1px 4px #0000000a}.cart-item-img{width:64px;height:64px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.cart-item-price{font-size:.85rem;color:#6b7280}.cart-item-qty{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.cart-item-qty button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;color:#374151;transition:background .2s}.cart-item-qty button:hover{background:#f3f4f6}.cart-item-qty span{min-width:24px;text-align:center;font-weight:600;font-size:.95rem}.cart-item-total{font-weight:700;color:#1f2937;min-width:70px;text-align:right}.cart-item-remove{color:#9ca3af;padding:4px;transition:color .2s}.cart-item-remove:hover{color:#ef4444}.cart-actions{display:flex;justify-content:space-between;margin-top:.5rem}.continue-btn{font-size:.875rem;color:#e74c3c;font-weight:500}.continue-btn:hover{text-decoration:underline}.clear-btn{font-size:.875rem;color:#9ca3af;font-weight:500}.clear-btn:hover{color:#ef4444}.cart-summary{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000f;position:sticky;top:6rem}.cart-summary h2{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:.95rem;color:#4b5563;border-bottom:1px solid #f3f4f6}.summary-row.total{font-size:1.1rem;font-weight:700;color:#1f2937;border-bottom:none;margin-top:.5rem}.checkout-btn{width:100%;padding:.875rem;margin-top:1.5rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.checkout-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #e74c3c66}.checkout-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;border:1px solid #fecaca}.cart-summary .form-group{margin-bottom:1rem}.cart-summary label{display:block;font-size:.8rem;font-weight:500;margin-bottom:.375rem;color:#374151}.cart-summary input,.cart-summary textarea{width:100%;padding:.625rem .875rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;transition:border-color .2s}.cart-summary input:focus,.cart-summary textarea:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.cart-summary textarea{resize:vertical;min-height:60px}.order-success{text-align:center;padding:10rem 2rem 4rem}.success-icon{margin-bottom:1.5rem}.success-icon svg{margin:0 auto}.order-success h1{font-size:2rem;color:#27ae60;margin-bottom:.75rem}.order-success p{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}.success-btn{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border-radius:8px;font-weight:600}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-item{flex-wrap:wrap}.cart-item-total{min-width:auto}}.login-page{min-height:60vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:8rem 2rem 4rem}.login-card{background:#fff;border-radius:16px;padding:3rem;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d}.login-card h1{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#2c3e50}.login-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;border:1px solid #fecaca}.login-card .form-group{margin-bottom:1.25rem}.login-card label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#374151}.login-card input{width:100%;padding:.75rem 1rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}.login-card input:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.password-field{position:relative}.password-field input{padding-right:2.75rem}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:2px;color:#6b7280;background:none;border:none;cursor:pointer;transition:color .2s}.password-toggle:hover{color:#374151}.login-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #e74c3c66}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-switch{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.login-switch button{color:#e74c3c;font-weight:600;margin-left:.25rem;text-decoration:underline;font-size:.875rem}.login-back{display:block;text-align:center;margin-top:1rem;font-size:.875rem;color:#6b7280;text-decoration:underline}.login-back:hover{color:#e74c3c}.admin-layout{display:flex;min-height:100vh;background:#f3f4f6}.admin-sidebar{width:260px;background:#1a1a2e;color:#fff;display:flex;flex-direction:column;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;z-index:200;transition:transform .3s}.admin-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-header h2{font-size:1.25rem;font-weight:700;color:#e74c3c}.sidebar-close{display:none;position:absolute;top:1.25rem;right:1rem;color:#fff}.admin-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#ffffffb3;font-size:.95rem;font-weight:500;transition:all .2s}.admin-nav-item:hover{color:#fff;background:#ffffff0d}.admin-nav-item.active{color:#fff;background:#e74c3c33;border-right:3px solid #e74c3c}.admin-sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.admin-user{display:flex;flex-direction:column;margin-bottom:.75rem}.admin-user span{font-weight:600;font-size:.95rem}.admin-user small{color:#ffffff80;font-size:.8rem}.admin-logout{width:100%;padding:.5rem;background:#ef444433;color:#ef4444;border-radius:6px;font-size:.85rem;font-weight:500;transition:background .2s}.admin-logout:hover{background:#ef44444d}.admin-main{flex:1;margin-left:260px;min-height:100vh}.admin-topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.sidebar-toggle{display:none;color:#374151}.admin-back-link{font-size:.875rem;color:#6b7280;font-weight:500;transition:color .2s}.admin-back-link:hover{color:#e74c3c}.admin-content{padding:2rem}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-page-header-left{display:flex;align-items:center;gap:1rem}.admin-page-header h1{font-size:1.5rem;font-weight:700;color:#1f2937}.view-toggle{display:flex;background:#f3f4f6;border-radius:10px;padding:.2rem;gap:.2rem}.view-toggle-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s}.view-toggle-btn:hover{color:#6b7280;background:#ffffff80}.view-toggle-btn.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 3px #00000014}.admin-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;transition:all .2s;cursor:pointer;border:none}.admin-btn-primary{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.admin-btn-primary:hover{box-shadow:0 4px 12px #e74c3c66}.admin-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.admin-btn-secondary:hover{background:#e5e7eb}.admin-btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-btn-danger:hover{background:#fee2e2}.admin-btn-sm{padding:.375rem .75rem;font-size:.8rem}.admin-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000f;border:1px solid #e5e7eb}.admin-table table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:.875rem 1.25rem;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-table td{padding:.875rem 1.25rem;font-size:.9rem;color:#374151;border-bottom:1px solid #f3f4f6}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fafafa}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 4px #0000000f;border:1px solid #e5e7eb}.admin-stat-card h3{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.admin-stat-card .stat-value{font-size:2rem;font-weight:800;color:#1f2937}.admin-stat-card .stat-value.red{color:#e74c3c}.admin-stat-card .stat-value.green{color:#27ae60}.admin-stat-card .stat-value.blue{color:#3498db}.admin-stat-card .stat-value.orange{color:#f39c12}.admin-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:500;padding:2rem;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.admin-modal{background:#fff;border-radius:20px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 60px #00000040;animation:modalSlideUp .3s ease;position:relative}.admin-modal>form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.admin-modal-lg{max-width:680px}.admin-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid #f0f0f0;flex:none}.admin-modal-header h2{font-size:1.3rem;font-weight:700;color:#1a1a2e}.modal-subtitle{font-size:.8rem;color:#9ca3af;margin-top:.2rem}.modal-close-btn{width:36px;height:36px;border-radius:10px;background:#f3f4f6;border:none;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.modal-close-btn:hover{background:#fee2e2;color:#ef4444}.admin-modal-body{padding:.5rem 1.75rem 1.75rem;overflow-y:auto;flex:1 1 auto;min-height:0}.form-section{padding:1.25rem 0;border-bottom:1px solid #f3f4f6}.form-section:last-child{border-bottom:none}.form-section-title{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;color:#1a1a2e;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem}.form-section-title svg{color:#e74c3c}.section-count{display:inline-flex;align-items:center;justify-content:center;background:#e74c3c;color:#fff;font-size:.7rem;width:20px;height:20px;border-radius:50%;margin-left:.25rem}.form-row{display:flex;gap:1rem}.form-row>.form-group{flex:1}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.admin-modal-body label,.form-group label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.375rem;color:#4b5563}.required{color:#e74c3c}.admin-modal-body input,.admin-modal-body textarea,.admin-modal-body select{width:100%;padding:.6rem .875rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.9rem;transition:all .2s;background:#fafafa;color:#1f2937}.admin-modal-body input[type=checkbox],.admin-modal-body input[type=radio]{width:auto;padding:0;border-radius:0;background:none;flex:none;accent-color:#6366f1;cursor:pointer}.admin-modal-body input[type=color]{width:100%;height:42px;padding:4px;cursor:pointer}.checkbox-toggle{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#374151;cursor:pointer;padding:.6rem 0}.admin-modal-body input:focus,.admin-modal-body textarea:focus,.admin-modal-body select:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c14;background:#fff}.admin-modal-body input::placeholder,.admin-modal-body textarea::placeholder{color:#c0c7cf}.admin-modal-body textarea{resize:vertical;min-height:80px}.form-hint{display:block;font-size:.72rem;color:#9ca3af;margin-top:.3rem}.input-with-prefix{display:flex;align-items:stretch;border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:all .2s;background:#fafafa}.input-with-prefix:focus-within{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c14;background:#fff}.input-prefix{display:flex;align-items:center;padding:0 .75rem;background:#f3f4f6;color:#6b7280;font-weight:600;font-size:.9rem;border-right:1px solid #e5e7eb}.input-with-prefix input{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.lang-tabs{display:flex;gap:.375rem;margin-bottom:1rem;background:#f3f4f6;padding:.25rem;border-radius:12px}.lang-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem;border:none;background:transparent;border-radius:10px;font-size:.8rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.lang-tab:hover{color:#374151;background:#ffffff80}.lang-tab.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 4px #00000014}.lang-flag{font-size:1rem}.lang-required{color:#e74c3c;font-size:.75rem}.lang-panel{animation:langFadeIn .2s ease}@keyframes langFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.category-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.75rem .5rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;text-align:center;background:#fafafa}.category-card input[type=radio]{display:none}.category-card svg{color:#9ca3af;transition:color .2s}.category-card span{font-size:.78rem;font-weight:600;color:#6b7280;transition:color .2s}.category-card:hover{border-color:#e74c3c;background:#fff}.category-card:hover svg{color:#e74c3c}.category-card.selected{border-color:#e74c3c;background:linear-gradient(135deg,#e74c3c0d,#c0392b0d)}.category-card.selected svg{color:#e74c3c}.category-card.selected span{color:#c0392b}.dropzone{border:2px dashed #d1d5db;border-radius:14px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s;background:#fafafa}.dropzone:hover{border-color:#e74c3c;background:#e74c3c05}.dropzone.drag-over{border-color:#e74c3c;background:#e74c3c0d;border-style:solid}.dropzone-sm{padding:1rem;flex-direction:row;border-radius:10px}.dropzone-sm span{font-size:.82rem;font-weight:500;color:#6b7280}.dropzone-sm svg{color:#9ca3af}.dropzone-icon{width:56px;height:56px;background:linear-gradient(135deg,#e74c3c1a,#c0392b0d);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#e74c3c}.dropzone-text{font-size:.9rem;font-weight:600;color:#374151;margin:0}.dropzone-hint{font-size:.75rem;color:#9ca3af;margin:0}.featured-preview{position:relative;border-radius:14px;overflow:hidden;border:2px solid #e5e7eb}.featured-preview>img{width:100%;height:200px;object-fit:cover;display:block}.featured-preview-actions{position:absolute;bottom:0;left:0;right:0;display:flex;gap:.5rem;padding:.75rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.preview-action-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;background:#ffffffe6;color:#374151}.preview-action-btn:hover{background:#fff}.preview-action-btn.danger{background:#ef4444e6;color:#fff}.preview-action-btn.danger:hover{background:#ef4444}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;margin-bottom:.75rem}.gallery-item{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:2px solid #e5e7eb;transition:border-color .2s}.gallery-item:hover{border-color:#e74c3c}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#ef4444e6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.gallery-item:hover .gallery-remove{opacity:1}.upload-overlay{position:absolute;inset:0;background:#ffffffeb;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:20px}.upload-overlay-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-overlay-content span{font-size:.9rem;font-weight:600;color:#374151}.admin-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;border-top:1px solid #f0f0f0;background:#fafafa;border-radius:0 0 20px 20px;flex:none}.admin-modal-footer .admin-btn-primary:disabled{opacity:.6;cursor:not-allowed}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e40af}.status-preparing{background:#e0e7ff;color:#3730a3}.status-ready,.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.admin-grid-empty{grid-column:1 / -1;text-align:center;padding:3rem;color:#9ca3af;font-size:.95rem}.admin-grid-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000a;transition:all .2s;display:flex;flex-direction:column}.admin-grid-card:hover{box-shadow:0 6px 20px #00000014;border-color:#d1d5db}.admin-grid-card.dragging{opacity:.35}.admin-grid-card.drag-over-card{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c26}.admin-grid-card-img{position:relative;aspect-ratio:16/10;background:#f3f4f6;overflow:hidden}.admin-grid-card-img>img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.admin-grid-card:hover .admin-grid-card-img>img{transform:scale(1.03)}.admin-grid-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.admin-grid-card-badge-row{position:absolute;top:.5rem;left:.5rem;right:.5rem;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.admin-grid-status{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.admin-grid-status.active{background:#27ae60e6;color:#fff}.admin-grid-status.inactive{background:#9ca3afe6;color:#fff}.admin-grid-price{background:#000000b3;color:#fff;padding:.2rem .6rem;border-radius:20px;font-size:.8rem;font-weight:700}.admin-grid-drag-handle{position:absolute;bottom:.5rem;right:.5rem;width:28px;height:28px;background:#ffffffe6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9ca3af;cursor:grab;opacity:0;transition:opacity .2s}.admin-grid-card:hover .admin-grid-drag-handle{opacity:1}.admin-grid-drag-handle:active{cursor:grabbing;color:#e74c3c}.admin-grid-card-body{padding:1rem 1.1rem .75rem;flex:1}.admin-grid-cat{font-size:.7rem;font-weight:600;color:#e74c3c;text-transform:uppercase;letter-spacing:.04em}.admin-grid-title{font-size:1rem;font-weight:700;color:#1f2937;margin:.25rem 0 .35rem;line-height:1.3}.admin-grid-desc{font-size:.8rem;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.admin-grid-meta{display:flex;gap:.75rem}.admin-grid-meta span{font-size:.72rem;color:#9ca3af;font-weight:500}.admin-grid-card-actions{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.1rem;border-top:1px solid #f3f4f6}.drag-row{transition:background .15s,box-shadow .15s;cursor:default}.drag-row.dragging{opacity:.4;background:#f9fafb}.drag-row.drag-over-row{box-shadow:0 -2px #e74c3c inset}.drag-row.drag-over-row td{background:#e74c3c08}.drag-handle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;color:#c0c7cf;cursor:grab;transition:all .15s}.drag-handle:hover{background:#f3f4f6;color:#6b7280}.drag-handle:active{cursor:grabbing;color:#e74c3c}.toggle-switch{position:relative;width:44px;height:24px;background:#d1d5db;border-radius:12px;cursor:pointer;transition:background .2s}.toggle-switch.active{background:#27ae60}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-switch.active:after{transform:translate(20px)}@media(max-width:768px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.sidebar-close,.sidebar-toggle{display:block}.admin-main{margin-left:0}.admin-content{padding:1rem}.admin-table{overflow-x:auto}.admin-modal-overlay{padding:.75rem}.admin-modal-body{padding:.5rem 1.25rem 1.25rem}.admin-modal-header{padding:1.25rem}.admin-modal-footer{padding:1rem 1.25rem}.form-row{flex-direction:column;gap:0}.category-cards{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(65px,1fr))}}.my-orders-page{min-height:100vh}.my-orders-hero{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:8rem 2rem 3rem;text-align:center;color:#fff}.my-orders-hero h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.my-orders-hero p{color:#ffffffb3;font-size:1rem}.my-orders-content{padding:3rem 0}.my-orders-content .container{max-width:800px;margin:0 auto;padding:0 2rem}.my-orders-empty{text-align:center;padding:4rem 0}.my-orders-empty svg{margin:0 auto 1.5rem}.my-orders-empty h2{font-size:1.5rem;color:#374151;margin-bottom:.5rem}.my-orders-empty p{color:#6b7280;margin-bottom:2rem}.my-orders-shop-btn{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border-radius:8px;font-weight:600;transition:transform .2s}.my-orders-shop-btn:hover{transform:translateY(-2px)}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.5rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 4px #0000000a}.order-card:hover{border-color:#e74c3c;box-shadow:0 4px 16px #e74c3c1a;transform:translateY(-2px)}.order-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.order-label{display:block;font-size:.7rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.order-number{font-size:1rem;font-weight:700;color:#1f2937;font-family:monospace}.order-status-badge{display:inline-block;padding:.3rem .875rem;border-radius:50px;font-size:.75rem;font-weight:700}.order-card-bottom{display:flex;align-items:center;justify-content:space-between}.order-date{font-size:.85rem;color:#6b7280}.order-total{font-size:1.1rem;font-weight:800;color:#e74c3c}.order-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem}.order-modal{background:#fff;border-radius:16px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.order-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.order-modal-header h2{font-size:1.2rem;font-weight:700;color:#1f2937}.order-modal-id{font-size:.8rem;color:#6b7280;font-family:monospace}.order-modal-header button{color:#6b7280;padding:4px}.order-modal-header button:hover{color:#1f2937}.order-progress{display:flex;align-items:flex-start;padding:1.5rem;overflow-x:auto}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;min-width:0}.progress-dot{width:28px;height:28px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;transition:all .3s}.progress-step.completed .progress-dot{background:#10b981}.progress-step.current .progress-dot{background:#10b981;box-shadow:0 0 0 4px #10b98133}.progress-line{position:absolute;top:14px;left:calc(50% + 14px);right:calc(-50% + 14px);height:3px;background:#e5e7eb;z-index:0}.progress-line.filled{background:#10b981}.progress-label{margin-top:.5rem;font-size:.65rem;font-weight:600;color:#9ca3af;text-align:center;white-space:nowrap}.progress-step.completed .progress-label{color:#10b981}.progress-step.current .progress-label{color:#1f2937;font-weight:700}.order-cancelled-banner{margin:0 1.5rem;padding:.75rem;background:#fee2e2;color:#991b1b;border-radius:8px;text-align:center;font-weight:700;font-size:.9rem}.order-modal-body{padding:1.5rem}.order-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.order-info-grid .full-width{grid-column:1 / -1}.order-info-grid label{display:block;font-size:.7rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.order-info-grid p{font-size:.9rem;color:#374151}.order-items-title{font-size:.95rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.order-items-list{display:flex;flex-direction:column}.order-item-row{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid #f3f4f6}.order-item-row:last-child{border-bottom:none}.order-item-name span{font-size:.9rem;color:#374151}.order-item-name small{margin-left:.5rem;font-size:.8rem;color:#9ca3af;font-weight:600}.order-item-price{font-weight:700;color:#1f2937;font-size:.9rem}.order-modal-total{display:flex;justify-content:space-between;margin-top:1rem;padding-top:.75rem;border-top:2px solid #1f2937;font-size:1.1rem;font-weight:800;color:#1f2937}.my-orders-page .spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#e74c3c;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.my-orders-hero{padding:7rem 1.5rem 2.5rem}.my-orders-hero h1{font-size:1.5rem}.order-info-grid{grid-template-columns:1fr}.progress-label{font-size:.6rem}}.cart-sidebar-overlay{position:fixed;inset:0;background:#0000;z-index:998;pointer-events:none;transition:background .3s}.cart-sidebar-overlay.open{background:#0006;pointer-events:auto}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:90vw;background:#fff;z-index:999;display:flex;flex-direction:column;box-shadow:-4px 0 30px #00000026;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.cart-sidebar.open{transform:translate(0)}.cart-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.cart-sidebar-header h2{font-size:1.1rem;font-weight:700;color:#1f2937}.cart-sidebar-close{color:#6b7280;padding:4px;transition:color .2s}.cart-sidebar-close:hover{color:#1f2937}.cart-sidebar-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-sidebar-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 0;color:#9ca3af}.cart-sidebar-empty svg{opacity:.5}.cart-sidebar-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 0;border-bottom:1px solid #f3f4f6;animation:slideInItem .3s ease}@keyframes slideInItem{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.cart-sidebar-item-img{width:52px;height:52px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-sidebar-item-info{flex:1;min-width:0}.cart-sidebar-item-info h4{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-sidebar-item-price{font-size:.85rem;font-weight:700;color:#e74c3c}.cart-sidebar-item-qty{display:inline-flex;align-items:center;gap:.375rem;margin-top:.375rem;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.cart-sidebar-item-qty button{width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600;color:#374151;transition:background .2s}.cart-sidebar-item-qty button:hover{background:#f3f4f6}.cart-sidebar-item-qty span{min-width:20px;text-align:center;font-weight:600;font-size:.85rem}.cart-sidebar-item-remove{color:#d1d5db;padding:4px;flex-shrink:0;transition:color .2s}.cart-sidebar-item-remove:hover{color:#ef4444}.cart-sidebar-footer{padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}.cart-sidebar-total{display:flex;justify-content:space-between;font-size:1.05rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.cart-sidebar-checkout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.cart-sidebar-checkout:hover{transform:translateY(-1px);box-shadow:0 4px 15px #e74c3c66}.cart-sidebar-continue{width:100%;padding:.625rem;margin-top:.5rem;background:none;color:#6b7280;font-size:.85rem;font-weight:500;cursor:pointer;transition:color .2s}.cart-sidebar-continue:hover{color:#e74c3c}.cart-sidebar-item-icon{width:52px;height:52px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#4338ca}.cart-sidebar-item-config{display:flex;flex-wrap:wrap;gap:.25rem;margin:.2rem 0}.cart-sidebar-item-config span{font-size:.65rem;background:#f3f4f6;color:#6b7280;padding:.1rem .4rem;border-radius:4px;font-weight:500}.cart-sidebar-design-status{display:inline-block;font-size:.65rem;font-weight:600;padding:.15rem .5rem;border-radius:50px;margin-bottom:.2rem}.cart-sidebar-design-status.status-pending{background:#fef3c7;color:#d97706}.cart-sidebar-design-status.status-designing{background:#dbeafe;color:#2563eb}.cart-sidebar-design-status.status-uploaded,.cart-sidebar-design-status.status-approved{background:#d1fae5;color:#059669}.cart-sidebar-totals{margin-bottom:1rem}.cart-sidebar-total-row{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280;padding:.2rem 0}.cart-sidebar-vat{font-size:.8rem;color:#9ca3af}.cart-sidebar-grand-total{font-size:1.05rem;font-weight:700;color:#1f2937;border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.5rem}
