.searchable-select{position:relative;width:100%}.searchable-select.disabled{opacity:.6;pointer-events:none}.searchable-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .75rem;font-size:.9rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.searchable-select-trigger:hover:not(:disabled){border-color:#3b82f6}.searchable-select-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.searchable-select.open .searchable-select-trigger{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;border-bottom-left-radius:0;border-bottom-right-radius:0}.searchable-select-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2937}.searchable-select-value.placeholder{color:#9ca3af}.searchable-select-value .sublabel{color:#6b7280;font-size:.85em}.searchable-select-arrow{margin-left:.5rem;font-size:.7rem;color:#6b7280;transition:transform .15s}.searchable-select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #3b82f6;border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:0 4px 12px #00000026;max-height:350px;display:flex;flex-direction:column}.searchable-select-search{position:relative;padding:.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.searchable-select-search-input{width:100%;padding:.5rem 2rem .5rem .75rem;font-size:.9rem;border:1px solid #d1d5db;border-radius:4px;outline:none;transition:border-color .15s}.searchable-select-search-input:focus{border-color:#3b82f6}.searchable-select-search-input::placeholder{color:#9ca3af}.searchable-select-clear-search{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem;padding:0;background:#e5e7eb;border:none;border-radius:50%;font-size:1rem;line-height:1;color:#6b7280;cursor:pointer;transition:background-color .15s}.searchable-select-clear-search:hover{background:#d1d5db;color:#374151}.searchable-select-options{list-style:none;margin:0;padding:0;overflow-y:auto;max-height:250px;flex:1}.searchable-select-option{padding:.625rem .75rem;cursor:pointer;transition:background-color .1s;display:flex;flex-direction:column;gap:.125rem}.searchable-select-option:hover,.searchable-select-option.highlighted{background:#eff6ff}.searchable-select-option.selected{background:#dbeafe;font-weight:500}.searchable-select-option.selected.highlighted{background:#bfdbfe}.searchable-select-option .option-label{color:#1f2937}.searchable-select-option .option-sublabel{font-size:.8rem;color:#6b7280}.searchable-select-option .option-placeholder{color:#9ca3af;font-style:italic}.searchable-select-no-options{padding:1rem;text-align:center;color:#6b7280;font-style:italic}.searchable-select-footer{padding:.375rem .75rem;font-size:.75rem;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom-left-radius:6px;border-bottom-right-radius:6px;text-align:right}.searchable-select-options::-webkit-scrollbar{width:6px}.searchable-select-options::-webkit-scrollbar-track{background:#f1f1f1}.searchable-select-options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.searchable-select-options::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-page.frontoffice{background:linear-gradient(135deg,#16a34a,#059669)}.auth-container{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:440px;width:100%}.auth-header{text-align:center;margin-bottom:32px;position:relative}.auth-header h1{color:#16a34a;font-size:2rem;margin:0 0 8px}.auth-header h2{color:#64748b;font-size:1.1rem;font-weight:400;margin:0}.back-link-top{position:absolute;left:0;top:0;color:#64748b;text-decoration:none;font-size:.9rem}.back-link-top:hover{color:#16a34a}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.9rem;font-weight:500;color:#374151}.form-group input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-group input{width:100%;box-sizing:border-box}.btn-primary{background:#16a34a;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none}.btn-primary:hover:not(:disabled){background:#15803d}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;color:#16a34a;border:2px solid #16a34a;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-secondary:hover{background:#16a34a;color:#fff}.error-message{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem}.info-message{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd;padding:16px;border-radius:8px;margin-bottom:20px}.info-hint{margin-top:8px;font-size:.85rem}.info-hint a{color:#1e40af}.success-block{text-align:center}.success-message{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0;padding:16px;border-radius:8px;font-weight:600;margin-bottom:16px}.success-text{color:#64748b;margin-bottom:8px}.error-block{text-align:center;padding:20px}.error-block p{color:#64748b;margin-bottom:20px}.auth-links{text-align:center;margin-top:20px}.auth-links .link{color:#16a34a;text-decoration:none;font-size:.9rem}.auth-links .link:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.auth-footer p{color:#64748b;margin-bottom:12px;font-size:.9rem}.back-link{text-align:center;margin-top:24px}.back-link a{color:#64748b;text-decoration:none;font-size:.9rem}.back-link a:hover{color:#16a34a}@media (max-width: 480px){.auth-container{padding:24px}.form-row{grid-template-columns:1fr}.auth-header h1{font-size:1.5rem}}.catalog-page{min-height:100vh;background:#f8fafc}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 2rem;text-align:center;color:#fff}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;opacity:.95;margin-bottom:2rem}.hero-search{display:flex;gap:0;max-width:600px;margin:0 auto;box-shadow:0 10px 40px #0003;border-radius:50px;overflow:hidden}.hero-search-input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem;background:#fff}.hero-search-input:focus{outline:none}.hero-search-btn{padding:1rem 2rem;background:#10b981;color:#fff;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.hero-search-btn:hover{background:#059669}.catalog-container{max-width:1400px;margin:0 auto;padding:2rem}.categories-section{margin-bottom:2rem}.category-pills{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.category-pills::-webkit-scrollbar{height:6px}.category-pills::-webkit-scrollbar-track{background:transparent}.category-pills::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.category-pill{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:50px;font-weight:500;font-size:.95rem;color:#475569;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.category-pill:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.category-pill.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 12px #667eea4d}.results-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.results-info p{color:#64748b;font-size:1rem;font-weight:500;margin:0}.btn-clear-search{padding:.5rem 1rem;background:transparent;color:#667eea;border:1px solid #667eea;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-clear-search:hover{background:#667eea;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.load-more-section{display:flex;justify-content:center;padding:2rem 0 3rem}.btn-load-more{padding:1rem 3rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0000000d}.btn-load-more:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 20px #667eea40}.btn-load-more:disabled{opacity:.6;cursor:not-allowed}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:#64748b;font-weight:500}.empty-state{text-align:center;padding:4rem 2rem}.empty-state p{font-size:1.1rem;color:#64748b;margin-bottom:1.5rem}.message{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.message button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s}.message button:hover{opacity:1}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){.hero-section{padding:3rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-search{border-radius:8px}.hero-search-input,.hero-search-btn{padding:.875rem 1.25rem}.catalog-container{padding:1.5rem}.category-pills{gap:.5rem}.category-pill{padding:.625rem 1.25rem;font-size:.875rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.results-info{flex-direction:column;align-items:flex-start;gap:1rem}.btn-load-more{width:100%}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}.hero-title{font-size:1.75rem}}.product-detail-page{min-height:100vh;background:#f8fafc}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;aspect-ratio:1;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.main-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#94a3b8}.thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.thumbnail{aspect-ratio:1;border:2px solid #e2e8f0;border-radius:6px;overflow:hidden;cursor:pointer;background:#fff;padding:0;transition:border-color .2s}.thumbnail:hover,.thumbnail.active{border-color:#10b981}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info-detail{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e2e8f0}.product-title{font-size:2rem;color:#1e293b;margin-bottom:.5rem}.product-reference{color:#64748b;font-size:.95rem;margin-bottom:1.5rem}.product-price-section{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;margin-bottom:1.5rem}.price-label{color:#64748b;font-weight:500}.price-value{font-size:2rem;font-weight:700;color:#10b981}.product-description{margin-bottom:1.5rem}.product-description h3{font-size:1.1rem;color:#475569;margin-bottom:.75rem}.product-description p{color:#64748b;line-height:1.6}.stock-info{margin-bottom:1.5rem;padding:1rem;border-radius:6px}.stock-available{color:#10b981;font-weight:600}.stock-unavailable{color:#ef4444;font-weight:600}.stock-service{color:#3b82f6;font-weight:600}.add-to-cart-section{margin-bottom:2rem}.quantity-selector{margin-bottom:1rem}.quantity-selector label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;max-width:150px}.quantity-btn{width:40px;height:40px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer;font-size:1.2rem;font-weight:600;color:#475569;transition:all .2s}.quantity-btn:hover{background:#f1f5f9;border-color:#10b981}.quantity-input{flex:1;height:40px;text-align:center;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;font-weight:600}.btn-add-to-cart-large{width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600}.additional-info{border-top:1px solid #e2e8f0;padding-top:1.5rem}.info-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.info-item:last-child{border-bottom:none}.info-label{color:#64748b;font-weight:500}.info-value{color:#1e293b;font-weight:600}.suggestions-section{margin-top:4rem;padding:2rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.suggestions-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.suggestion-group{margin-bottom:3rem}.suggestion-group:last-child{margin-bottom:0}.group-title{font-size:1.25rem;font-weight:600;color:#475569;margin-bottom:.5rem}.group-description{color:#64748b;margin-bottom:1.5rem;font-size:.95rem}.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.suggestion-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s;display:flex;flex-direction:column}.suggestion-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-4px);border-color:#667eea}.suggestion-link{text-decoration:none;color:inherit;flex:1;display:flex;flex-direction:column}.suggestion-image{width:100%;aspect-ratio:1;background:#fff;overflow:hidden;border-bottom:1px solid #e2e8f0}.suggestion-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.suggestion-card:hover .suggestion-image img{transform:scale(1.05)}.image-placeholder-small{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#94a3b8;font-size:.875rem}.suggestion-info{padding:1rem;flex:1;display:flex;flex-direction:column}.suggestion-name{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;line-height:1.3}.suggestion-reference{font-size:.75rem;color:#94a3b8;margin-bottom:.5rem}.badge-service{display:inline-block;padding:.25rem .75rem;background:#3b82f6;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.suggestion-stock{margin-bottom:.5rem}.stock-available-small{font-size:.875rem;color:#10b981;font-weight:500}.stock-unavailable-small{font-size:.875rem;color:#ef4444;font-weight:500}.suggestion-price{font-size:1.25rem;font-weight:700;color:#10b981;margin-top:auto}.btn-quick-add{margin:0 1rem 1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-quick-add:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-quick-add:disabled{background:#cbd5e1;cursor:not-allowed}@media (max-width: 1200px){.suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:1.5rem}.product-title,.price-value{font-size:1.5rem}.thumbnails{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.suggestions-section{padding:1.5rem;margin-top:2rem}.suggestions-title{font-size:1.5rem}.suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@media (max-width: 480px){.suggestions-grid{grid-template-columns:1fr}}.cart-page{min-height:100vh;background:#f8fafc}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;max-width:600px;margin:0 auto}.empty-cart-icon{font-size:5rem;margin-bottom:1rem}.empty-cart h2{color:#1e293b;margin-bottom:.5rem}.empty-cart p{color:#64748b;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.cart-items-section{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.cart-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.cart-items-header h2{color:#1e293b;font-size:1.5rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.item-info{display:flex;flex-direction:column;gap:.25rem}.item-name{color:#1e293b;font-size:1.1rem;font-weight:600;margin:0}.item-price{color:#475569;font-weight:500;margin:0}.item-quantity{display:flex;flex-direction:column;gap:.5rem;align-items:center}.item-quantity label{font-size:.85rem;color:#64748b;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer;font-size:1.1rem;font-weight:600;color:#475569;transition:all .2s}.quantity-btn:hover:not(:disabled){background:#f1f5f9;border-color:#10b981}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:60px;height:32px;text-align:center;border:1px solid #cbd5e1;border-radius:6px;font-weight:600}.quantity-input:focus{outline:none;border-color:#10b981}.item-total{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.total-label{font-size:.85rem;color:#64748b}.total-value{font-size:1.25rem;font-weight:700;color:#10b981}.btn-remove{width:32px;height:32px;border:none;background:#fee;color:#c00;border-radius:6px;cursor:pointer;font-size:1.5rem;font-weight:600;transition:all .2s}.btn-remove:hover:not(:disabled){background:#fcc}.btn-remove:disabled{opacity:.5;cursor:not-allowed}.cart-summary{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem;position:sticky;top:2rem}.cart-summary h2{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.summary-line{display:flex;justify-content:space-between;padding:.75rem 0;color:#475569;font-size:.95rem}.summary-total{margin-top:1rem;padding-top:1rem;border-top:2px solid #e2e8f0;font-size:1.25rem;font-weight:700;color:#1e293b}.btn-checkout{width:100%;margin-top:1.5rem;padding:1rem;font-size:1.1rem;font-weight:600}.btn-continue{width:100%;margin-top:.75rem}.payment-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.info-title{font-weight:600;color:#1e293b;margin-bottom:.5rem}.info-text{font-size:.85rem;color:#64748b;margin:0}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 768px){.cart-item{grid-template-columns:1fr;gap:1rem}.item-total,.item-quantity{flex-direction:row;justify-content:space-between;width:100%}.btn-remove{width:100%}}.checkout-page{min-height:100vh;background:#f8fafc}.checkout-form{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start;margin-top:1.5rem}.checkout-main{display:flex;flex-direction:column;gap:1.5rem}.checkout-section{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.checkout-section h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.info-display{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;gap:1rem}.info-label{font-weight:600;color:#64748b;min-width:80px}.info-value{color:#1e293b}.form-group{margin-bottom:1.25rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-sidebar{position:sticky;top:2rem}.order-summary{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.order-summary h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.summary-items{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.summary-item{display:flex;justify-content:space-between;align-items:start;gap:1rem;padding:.75rem 0}.item-name-qty{flex:1;display:flex;flex-direction:column;gap:.25rem}.item-name{color:#1e293b;font-weight:500;font-size:.95rem}.item-qty{color:#64748b;font-size:.85rem}.item-price{font-weight:600;color:#475569}.summary-totals{margin-bottom:1.5rem}.summary-line{display:flex;justify-content:space-between;padding:.5rem 0;color:#475569}.btn-submit{width:100%;padding:1rem;font-size:1.1rem;font-weight:600}.security-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.security-info p{margin:0;font-weight:600;color:#1e293b}.security-text{font-size:.85rem;color:#64748b;font-weight:400;margin-top:.25rem}@media (max-width: 1024px){.checkout-form{grid-template-columns:1fr}.checkout-sidebar{position:static}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.checkout-section,.order-summary{padding:1.5rem}}.my-account-page{min-height:100vh;background:#f8fafc}.tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.tab{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#64748b;transition:all .2s;position:relative;bottom:-2px}.tab:hover{color:#10b981}.tab.active{color:#10b981;border-bottom-color:#10b981}.profile-section{display:flex;flex-direction:column;gap:2rem}.profile-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.profile-card h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#1e293b;font-weight:500}.profile-actions{display:flex;gap:1rem;margin-top:1rem}.orders-section{display:flex;flex-direction:column;gap:1.5rem}.filters-bar{display:flex;gap:1rem;align-items:center}.filter-select{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:1.5rem;transition:all .2s}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.order-header h3{color:#1e293b;font-size:1.1rem;margin:0 0 .25rem}.order-date{color:#64748b;font-size:.875rem;margin:0}.order-status{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:capitalize}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e3a8a}.status-processing{background:#e0e7ff;color:#3730a3}.status-shipped{background:#ddd6fe;color:#5b21b6}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.order-body{display:flex;justify-content:space-between;align-items:center;gap:1rem}.order-info{display:flex;flex-direction:column;gap:.5rem}.order-info p{margin:0;color:#475569;font-size:.95rem}.order-total{font-size:1.25rem;font-weight:700;color:#10b981}.order-actions{display:flex;gap:.75rem}.detail-section{margin-bottom:2rem}.detail-section:last-child{margin-bottom:0}.detail-section h3{color:#1e293b;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:.95rem;color:#1e293b;font-weight:500}.items-list{display:flex;flex-direction:column;gap:1rem}.item-row{display:grid;grid-template-columns:1fr auto auto;gap:1.5rem;align-items:center;padding:1rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.item-details{display:flex;flex-direction:column;gap:.25rem}.item-name{color:#1e293b;font-weight:600;margin:0;font-size:.95rem}.item-reference{color:#64748b;font-size:.85rem;margin:0}.item-quantity{color:#475569;font-weight:500;font-size:.9rem}.item-price{color:#10b981;font-weight:700;font-size:1rem}.summary-lines{display:flex;flex-direction:column;gap:.75rem}.summary-line{display:flex;justify-content:space-between;padding:.5rem 0;color:#475569;font-size:.95rem}.summary-total{margin-top:.75rem;padding-top:.75rem;border-top:2px solid #e2e8f0;font-size:1.15rem;font-weight:700;color:#1e293b}.summary-total span:last-child{color:#10b981}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-small{max-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{color:#1e293b;font-size:1.5rem;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:2rem}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e2e8f0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem;font-size:.9rem}.form-textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;font-family:inherit;resize:vertical}.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.page-info{color:#64748b;font-size:.95rem}@media (max-width: 768px){.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab{padding:.75rem 1.5rem;white-space:nowrap}.info-grid{grid-template-columns:1fr}.order-body{flex-direction:column;align-items:stretch}.order-actions{width:100%}.order-actions button{flex:1}.item-row{grid-template-columns:1fr;gap:.75rem}.detail-grid{grid-template-columns:1fr}.modal-content{max-width:100%;max-height:95vh;margin:.5rem}.modal-header,.modal-body,.modal-footer{padding:1.5rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}
