.navbar{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;background:#222;padding:.8rem 2rem;color:#fff;position:sticky;top:0;z-index:1000}.navbar-left{display:flex;align-items:center;gap:1rem}.navbar-logo{font-size:1.5rem;font-weight:700;letter-spacing:2px}.navbar-toggle{display:none;background:none;border:1px solid #3f4c5c;color:#fff;font-size:.95rem;padding:.35rem .9rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.navbar-toggle:hover{background:#fff;color:#111827}.navbar-actions{flex:1 1 360px;display:flex;align-items:center;justify-content:flex-end;gap:1rem}.navbar-search{flex:1 1 280px;display:flex;align-items:center;gap:.6rem}.navbar-search input{flex:1;padding:.55rem .9rem;border-radius:999px;border:1px solid #374151;background:#111827;color:#f8fafc}.navbar-search input::placeholder{color:#94a3b8}.navbar-search button{background:#00bcd4;border:none;border-radius:999px;padding:.5rem 1.2rem;font-weight:600;color:#0f172a;cursor:pointer;transition:background .2s ease}.navbar-search button:hover{background:#00a1b8}.navbar-actions .currency-selector{color:#f8fafc}.navbar-actions .currency-selector select{background:#1f2937;color:#f8fafc}.navbar-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;align-items:center}.navbar-links li a{color:#fff;text-decoration:none;font-size:1rem;position:relative;transition:color .2s ease}.navbar-links li a:hover{color:#00bcd4}.navbar-links li a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:#00bcd4;transition:width .2s ease}.navbar-links li a:hover:after{width:100%}.count-badge{background:#00bcd4;color:#111827;border-radius:999px;padding:.2em .7em;font-size:.85em;margin-left:.5em;font-weight:600}.logout-button{background:none;border:1px solid #00bcd4;color:#00bcd4;padding:.35rem .9rem;border-radius:999px;cursor:pointer;font-size:.95rem;transition:background .2s ease,color .2s ease;display:inline-flex;align-items:center;gap:.25rem}.logout-button:hover{background:#00bcd4;color:#222}@media (max-width: 992px){.navbar{padding:.8rem 1.5rem}.navbar-search{flex:1 1 220px}}@media (max-width: 768px){.navbar{align-items:flex-start;padding:.8rem 1rem}.navbar-left{width:100%;justify-content:space-between}.navbar-toggle{display:inline-flex}.navbar-actions{order:3;flex:1 1 100%;justify-content:space-between;gap:.75rem}.navbar-actions .currency-selector{flex:0 0 auto}.navbar-search{flex:1 1 100%}.navbar-links{flex-direction:column;position:static;width:100%;background:#222;max-height:0;overflow:hidden;opacity:0;padding:0;transition:max-height .25s ease,opacity .2s ease,padding .2s ease}.navbar-links.active{max-height:360px;opacity:1;padding:.5rem 0}.navbar-links li{width:100%;padding:.4rem 0}.navbar-links li a,.navbar-links li button{display:block;width:100%;text-align:left}.logout-button{width:auto}}.footer{background:#222;color:#fff;padding:14px 20px;font-size:.95rem;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;padding:10px 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.footer-section{min-width:0}.footer-title{margin:0 0 .6rem;font-size:1rem;font-weight:700}.footer-brand{font-weight:700}.footer-tagline{margin:.35rem 0 0;color:#cbd5e1}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer a{color:#c7d2fe;text-decoration:none}.footer a:hover{text-decoration:underline}.newsletter-form{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.newsletter-form input{padding:.5rem .75rem;border-radius:6px;border:1px solid #475569;background:#111827;color:#e5e7eb;min-width:200px}.newsletter-form button{padding:.5rem .9rem;border-radius:6px;border:none;background:#00bcd4;color:#0f172a;font-weight:700;cursor:pointer}.newsletter-form button:hover{background:#00a1b8}.social-links{display:flex;gap:.5rem;margin-top:.75rem}.social-links a{background:#334155;color:#e5e7eb;padding:.35rem .6rem;border-radius:6px}.social-links a:hover{background:#475569}@media (max-width: 640px){.footer-grid{gap:1rem}}.cart{max-width:900px;margin:2rem auto;padding:1rem}.cart-empty{background:#f8f9fa;border:1px dashed #ccc;padding:1rem;border-radius:6px}.cart-list{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none}.cart-item{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:1rem}.cart-item-info h3{margin:0 0 .25rem}.cart-item-actions{display:flex;align-items:center;gap:.75rem}.quantity-input{width:72px;padding:.4rem;border:1px solid #ddd;border-radius:4px}.quantity-input:focus{outline:none;border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd426}.remove-button{background:#ff5252;color:#fff;border:none;border-radius:4px;padding:.5rem .9rem;cursor:pointer;transition:transform .1s ease,background .2s ease}.remove-button:hover{background:#e04848}.remove-button:active{transform:scale(.98)}.cart-total{text-align:right;margin-top:1rem;font-size:1.2rem}.cart-actions{display:flex;justify-content:flex-end;margin-top:1rem}.checkout-link{display:inline-block;background:#00bcd4;color:#fff;text-decoration:none;padding:.7rem 1.4rem;border-radius:6px;font-weight:600;transition:background .2s ease}.checkout-link:hover{background:#0097a7}.cart-suggestions{margin-top:1.5rem}.cart-suggestions h3{margin-bottom:1rem;color:#222}.suggestion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.suggestion-card{padding:1rem;box-shadow:0 4px 16px #00000014;border:1px solid rgba(0,188,212,.15)}.suggestion-card h4{margin:.5rem 0 .3rem}.suggestion-card button{margin-top:.6rem;padding:.6rem 1rem;border:none;border-radius:6px;background:#00bcd4;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease}@media (max-width: 640px){.cart-item{grid-template-columns:1fr;text-align:left}.cart-item-actions{justify-content:space-between}}.products{padding:2rem}.products-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.products-subtitle{margin:.4rem 0 0;color:#52606d;max-width:520px}.result-count{background:#e2e8f0;color:#1e293b;padding:.3rem .9rem;border-radius:999px;font-weight:600}.products-filters{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;padding:1.25rem;margin-bottom:1.5rem}.filter-row{display:flex;flex-wrap:wrap;gap:1rem}.filter-row label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:#1f2933;min-width:160px}.filter-row input,.filter-row select{padding:.6rem .75rem;border:1px solid #d0d7de;border-radius:8px;background:#fff;font-size:.95rem}.filter-row input:focus,.filter-row select:focus{outline:none;border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd433}.availability-toggle{display:flex;align-items:center;gap:.45rem;margin-top:1.9rem;font-weight:600;color:#1f2933}.tag-filter{display:flex;flex-direction:column;gap:.6rem}.tag-filter-title{font-weight:600;color:#1f2933}.tag-filter-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-chip{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;cursor:pointer;transition:background .2s ease,border .2s ease,color .2s ease}.tag-chip:hover{border-color:#00bcd4}.tag-chip--active{background:#00bcd4;border-color:#00bcd4;color:#0f172a}.active-filters{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;background:#e0f2f8;border-radius:12px;padding:.75rem 1rem;margin-bottom:1.5rem}.active-filters-list{display:flex;flex-wrap:wrap;gap:.5rem}.active-filter-chip{background:#fff;border:1px solid #bae6fd;color:#0369a1;padding:.3rem .65rem;border-radius:999px;font-size:.85rem;font-weight:600}.reset-filters{background:none;border:1px solid #0f172a;color:#0f172a;font-weight:600;padding:.35rem .9rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.reset-filters:hover{background:#0f172a;color:#fff}.product-grid{display:grid;gap:2rem;grid-template-columns:1fr}.product-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:1.5rem;text-align:center;transition:box-shadow .2s,transform .2s}.product-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.product-category{font-size:.8rem;font-weight:700;color:#0ea5e9;letter-spacing:.05em;text-transform:uppercase}.wishlist-button{background:none;border:1px solid #94a3b8;color:#475569;padding:.25rem .75rem;border-radius:999px;font-size:.85rem;cursor:pointer;transition:background .2s ease,color .2s ease,border .2s ease}.wishlist-button:hover{border-color:#f87171;color:#b91c1c}.wishlist-button.is-active{background:#ffe4e6;border-color:#f472b6;color:#be185d}.product-card img{width:120px;height:120px;object-fit:contain;margin-bottom:1rem;transition:transform .25s ease}.product-card h3{margin:.5rem 0}.product-description{min-height:2.6rem;color:#4b5563;font-size:.95rem}.product-card p{margin:.5rem 0}.stock-ok{color:#2e7d32;font-weight:600}.stock-out{color:#c62828;font-weight:600}.product-tags{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.product-tag{background:#e2e8f0;color:#1e293b;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;text-transform:capitalize}.product-card button{background:#00bcd4;color:#fff;border:none;padding:.55rem 1.3rem;border-radius:6px;cursor:pointer;font-weight:700;margin-top:.75rem;transition:background .2s ease}.product-card button:hover{background:#0097a7}.product-card button:disabled{background:#cfd8dc;color:#546e7a;cursor:not-allowed}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0000001f}.product-card:hover img{transform:scale(1.05)}.products-empty{margin-top:2rem;text-align:center;color:#52606d;font-weight:600}.product-actions{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.product-card .secondary{background:#e2e8f0;color:#0f172a}.product-card .secondary:hover{background:#cbd5e1}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1500;animation:fadeIn .2s ease both}.modal{width:min(92vw,720px);background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;padding:1rem;animation:slideIn .25s ease both}.modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;float:right}.modal-body{display:grid;grid-template-columns:180px 1fr;gap:1rem}.modal-image{width:100%;height:180px;object-fit:contain;background:#f8fafc;border-radius:8px}.modal-title{margin:0 0 .5rem}.modal-description{color:#4b5563}.modal-price{font-weight:700;margin-top:.5rem}.modal-stock{color:#2e7d32}.modal-actions{display:flex;gap:.75rem;margin-top:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.modal-body{grid-template-columns:1fr}.modal-image{height:220px}}@media (min-width: 600px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.products{padding:1.5rem 1rem}.products-header{flex-direction:column;align-items:flex-start;gap:.5rem}.result-count{align-self:flex-start}.filter-row label{min-width:140px}.availability-toggle{margin-top:.4rem}}.login-form{max-width:350px;margin:2rem auto;background:#222;color:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #00000026}.login-form h2{text-align:center;margin-bottom:1.5rem}.login-form input{width:100%;padding:.7em;margin-bottom:1em;border:none;border-radius:5px;font-size:1em}.login-form button{width:100%;padding:.7em;margin-bottom:.7em;background:#00bcd4;color:#fff;border:none;border-radius:5px;font-weight:700;font-size:1em;cursor:pointer;transition:background .2s}.login-form button:hover{background:#0097a7}.login-form p{text-align:center;margin-top:1em}.admin-hint{font-size:.85rem;color:#cceff5}.user-profile{max-width:880px;margin:2rem auto;padding:0 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.profile-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:14px;box-shadow:0 8px 22px #00000014}.profile-header h2{margin:0 0 .35rem;color:#1f2933}.profile-email{margin:0;color:#52606d}.logout-button{background:#ff6363;color:#fff;border:none;border-radius:999px;padding:.6rem 1.4rem;font-weight:600;cursor:pointer;transition:background .2s ease}.logout-button:hover{background:#e05353}.profile-card{background:#fff;padding:1.75rem;border-radius:14px;box-shadow:0 8px 22px #00000014;display:flex;flex-direction:column;gap:1rem}.profile-card h3{margin:0;color:#1f2933}.profile-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.profile-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.profile-meta span{color:#52606d;font-size:.9rem}.profile-meta strong{display:block;margin-top:.25rem;color:#102a43}.profile-actions{display:flex;gap:.75rem}.secondary-button,.primary-button{background:linear-gradient(135deg,#00bcd4,#0097a7);color:#fff;border:none;border-radius:10px;padding:.65rem 1.4rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.secondary-button{background:#e1ecf4;color:#006494;border:1px solid #c4dcec}.secondary-button:hover{background:#cde2f1}.primary-button:hover{transform:translateY(-2px);box-shadow:0 10px 18px #0096a740}.profile-feedback{margin:0;color:#00897b;font-weight:600}.profile-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.profile-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#1f2933}.profile-form input{padding:.7rem;border-radius:8px;border:1px solid #d0d7de;font-size:.95rem}.orders-list,.emails-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.orders-list li,.emails-list li{border:1px solid #e5e7eb;border-radius:10px;padding:1rem;background:#f9fbfd}.order-header{display:flex;justify-content:space-between;align-items:center}.order-status{font-size:.85rem;padding:.25rem .6rem;border-radius:999px;background:#e1f5f7;color:#007d8a}.order-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem;color:#52606d}.order-meta span{font-size:.9rem}.orders-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.emails-list .email-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:#1f2933}.emails-list p{margin:0;color:#52606d;line-height:1.5}@media (max-width: 640px){.profile-header,.profile-card{padding:1.25rem}.orders-list li,.emails-list li{padding:.85rem}.profile-form{grid-template-columns:1fr}.profile-card-header{flex-direction:column;align-items:stretch}}.checkout{max-width:1100px;margin:2rem auto;padding:1rem 1.5rem}.checkout h2{text-align:center;color:#333;margin-bottom:2rem}.checkout-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem;border-radius:10px;border:1px solid #d7d7d7;background:#fff;font-size:.9rem;transition:border .2s ease,background .2s ease,color .2s ease}.progress-step.completed{border-color:#00bcd4;background:#00bcd41f;color:#007d8a}.progress-step.current{border-color:#0097a7;background:#0097a726;color:#004d54;font-weight:600}.progress-step .step-index{width:32px;height:32px;border-radius:50%;border:2px solid currentColor;display:flex;align-items:center;justify-content:center;font-weight:600}.checkout-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:flex-start}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{background:#fff;padding:1.75rem;border-radius:12px;box-shadow:0 8px 24px #00000014}.form-section h3{margin-bottom:1.25rem;color:#222}.checkout-form input[type=text],.checkout-form input[type=tel]{width:100%;padding:.85rem 1rem;margin-bottom:1rem;border:1px solid #d7d7d7;border-radius:8px;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.checkout-form input[type=text]:focus,.checkout-form input[type=tel]:focus{outline:none;border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd433}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;gap:.85rem;align-items:flex-start;padding:1rem;border:1px solid #d7d7d7;border-radius:10px;cursor:pointer;transition:border .2s ease,box-shadow .2s ease}.payment-option:hover{border-color:#00bcd4}.payment-option.selected{border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd440}.payment-option input{margin-top:.3rem}.payment-option p{margin:.35rem 0 0;color:#555}.coupon-section{background:linear-gradient(135deg,#00bcd41f,#0097a71f);border:1px solid rgba(0,151,167,.25)}.coupon-form{display:flex;gap:.75rem;flex-wrap:wrap}.coupon-form input{flex:1 0 180px;min-width:160px;padding:.75rem 1rem;border-radius:8px;border:1px solid #a9d9df}.coupon-form button{padding:.75rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;background:#0097a7;color:#fff;transition:background .2s ease}.coupon-form button:hover{background:#007d8a}.coupon-feedback{margin-top:.75rem;color:#006975;font-size:.95rem}.submit-button{background:linear-gradient(135deg,#00bcd4,#0097a7);color:#fff;padding:1rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #0096a74d}.submit-button:disabled{background:#c3e8ed;cursor:not-allowed;box-shadow:none}.checkout-error{background:#ffe8e8;border:1px solid #ffa2a2;color:#c0392b;padding:.75rem 1rem;border-radius:8px}.order-summary{background:#fff;padding:1.75rem;border-radius:12px;box-shadow:0 10px 24px #00000014}.order-summary h3{margin-top:0;color:#222}.summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.summary-item div{display:flex;gap:.5rem;flex-direction:column}.summary-line,.summary-total{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:1rem}.summary-line.discount{color:#007d8a}.summary-total{font-weight:700;font-size:1.1rem;border-top:1px solid #e0e0e0;padding-top:1rem}.recommendations{margin-top:1.5rem;text-align:left}.recommendations h4{margin-bottom:.75rem;color:#222}.recommendation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.suggestion-card{padding:1rem;box-shadow:0 4px 14px #0000001a}.suggestion-card h5{margin:.5rem 0 .3rem}.suggestion-card button{margin-top:.5rem;padding:.6rem 1rem;border:none;border-radius:6px;background:#00bcd4;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease}.suggestion-card button:hover{background:#0097a7}.checkout-success{max-width:640px;margin:3rem auto;padding:2.5rem 2rem;background:#e8f8f9;border-radius:14px;box-shadow:0 15px 30px #0000001f;text-align:center}.checkout-success h2{color:#007d8a;margin-bottom:1rem}.success-details,.success-shipping{background:#fff;padding:1.25rem;border-radius:12px;margin:1.5rem auto;text-align:left;box-shadow:0 8px 20px #00000014}.success-details p,.success-shipping p{margin:.35rem 0}.continue-link{display:inline-block;margin-top:1rem;padding:.9rem 1.6rem;background:#0097a7;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s ease}.continue-link:hover{background:#007d8a}@media (max-width: 1024px){.checkout-grid{grid-template-columns:1fr}}@media (max-width: 768px){.checkout{margin:1rem;padding:.5rem}.checkout-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.form-section,.order-summary{padding:1.25rem}}.success-actions{display:flex;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.receipt-button{background:#006494;color:#fff;border:none;border-radius:8px;padding:.9rem 1.6rem;font-weight:600;cursor:pointer;transition:background .2s ease}.receipt-button:hover{background:#004d73}.success-actions .continue-link{margin-top:0}.admin-dashboard{max-width:1200px;margin:2rem auto;padding:0 1.5rem 3rem;display:flex;flex-direction:column;gap:2rem}.admin-header{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:1.75rem;border-radius:16px;box-shadow:0 10px 30px #00000014}.admin-header h2{margin:0 0 .3rem}.admin-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.metric{background:linear-gradient(135deg,#00bcd4,#0097a7);color:#fff;padding:1rem 1.2rem;border-radius:12px;display:flex;flex-direction:column;gap:.4rem}.metric span{font-size:.9rem;opacity:.85}.metric strong{font-size:1.4rem}.admin-section{background:#fff;padding:1.75rem;border-radius:16px;box-shadow:0 12px 28px #00000014}.admin-section h3{margin-top:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.link-button{background:none;border:none;color:#0097a7;cursor:pointer;font-weight:600}.product-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.product-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:600}.product-form input,.product-form textarea{padding:.7rem;border:1px solid #d0d7de;border-radius:8px;font-size:.95rem}.product-form textarea{resize:vertical;min-height:110px}.input-hint{display:block;margin-top:.35rem;font-size:.85rem;color:#64748b;font-weight:500}.input-error{display:block;margin-top:.35rem;font-size:.85rem;color:#c62828;font-weight:600}.product-form button{grid-column:1 / -1;justify-self:flex-start;padding:.85rem 1.6rem;background:#0097a7;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.product-form button:hover{background:#007d8a}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:700px}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}thead tr{background:#f5f7fa}.product-cell{display:flex;align-items:center;gap:.8rem}.product-cell img{width:48px;height:48px;object-fit:cover;border-radius:8px}.actions{display:flex;gap:.5rem}.actions button{padding:.45rem .9rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;background:#00bcd4;color:#fff;transition:filter .2s ease}.actions button:hover{filter:brightness(.9)}.actions .danger{background:#ff6b6b}.inventory-toolbar{display:flex;gap:1rem;align-items:center}.inventory-toolbar label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:#1f2933}.inventory-toolbar select{padding:.55rem .8rem;border:1px solid #d0d7de;border-radius:8px;min-width:160px}.stock-low-row{background:#fff8e5}.stock-out-row{background:#ffeaea}.stock-out-row td,.stock-low-row td{border-bottom:1px solid rgba(0,0,0,.05)}td input[type=number]{width:100px;padding:.4rem;border:1px solid #d0d7de;border-radius:6px}details summary{cursor:pointer;color:#0097a7;font-weight:600}details ul{margin:.5rem 0 0;padding-left:1.2rem}.orders-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.filter-group{display:flex;flex-wrap:wrap;gap:1rem}.filter-group label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:#1f2933}.filter-group select,.filter-group input{padding:.55rem .8rem;border:1px solid #d0d7de;border-radius:8px;min-width:160px}.orders-pagination{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem}.orders-pagination button{padding:.45rem 1rem;border:none;border-radius:6px;background:#0097a7;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease}.orders-pagination button:disabled{background:#c9dee1;cursor:not-allowed}.orders-pagination span{color:#52606d;font-weight:600}.admin-locked{max-width:600px;margin:4rem auto;padding:2rem;text-align:center;background:#fff5f5;border-radius:16px;border:1px solid #ffd1d1}.admin-locked code{background:#ffe9e9;padding:.2rem .4rem;border-radius:4px}@media (max-width: 768px){.admin-dashboard{padding:0 1rem 2rem}table{min-width:100%}.orders-toolbar{flex-direction:column;align-items:stretch}.orders-pagination{justify-content:center}}.inventory-feedback{margin:.5rem 0 0;color:#0f766e;font-weight:600}.inventory-alert{margin:1rem 0;padding:.9rem 1.2rem;background:#fff4e5;border:1px solid #ffd599;border-radius:10px;color:#8d5a00;font-weight:600}.inventory-import{margin:1rem 0;display:flex;flex-direction:column;gap:.75rem}.inventory-import textarea{width:100%;min-height:150px;border:1px solid #c4dcec;border-radius:10px;padding:.75rem;font-family:inherit;resize:vertical}.import-actions{display:flex;gap:.75rem;flex-wrap:wrap}.import-actions button{padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;background:#0097a7;color:#fff;transition:background .2s ease}.import-actions button:hover{background:#007d8a}.import-actions .secondary{background:#e1ecf4;color:#006494;border:1px solid #c4dcec}.stock-log-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.stock-log-list li{border:1px solid #e5e7eb;border-radius:10px;padding:.8rem 1rem;background:#f7fbff}.stock-log-meta{display:flex;justify-content:space-between;gap:1rem;color:#52606d;font-size:.85rem;margin-bottom:.4rem}.wishlist-page{padding:2rem}.wishlist-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.wishlist-subtitle{margin:.4rem 0 0;color:#52606d;max-width:540px}.wishlist-count{background:#e0f2f8;color:#03506a;padding:.35rem .9rem;border-radius:999px;font-weight:600}.wishlist-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.wishlist-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000014;padding:1.5rem;display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.wishlist-card img{width:150px;height:150px;object-fit:contain;flex:0 0 auto}.wishlist-info{flex:1 1 240px;display:flex;flex-direction:column;gap:.5rem}.wishlist-category{font-size:.8rem;font-weight:700;color:#0ea5e9;letter-spacing:.05em;text-transform:uppercase}.wishlist-price{font-weight:700;color:#0f172a}.wishlist-description{color:#4b5563;margin:0}.wishlist-tags{display:flex;flex-wrap:wrap;gap:.5rem}.wishlist-tag{background:#f1f5f9;color:#1e293b;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;text-transform:capitalize}.wishlist-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.wishlist-actions button{padding:.55rem 1.2rem;border-radius:6px;border:none;cursor:pointer;font-weight:600;transition:background .2s ease,color .2s ease}.wishlist-actions button:disabled{background:#cfd8dc;color:#546e7a;cursor:not-allowed}.wishlist-actions button:not(.wishlist-remove){background:#00bcd4;color:#fff}.wishlist-actions button:not(.wishlist-remove):hover{background:#0097a7}.wishlist-remove{background:none;border:1px solid #ef4444;color:#b91c1c}.wishlist-remove:hover{background:#ef4444;color:#fff}.wishlist-message{margin:1rem 0;color:#52606d;font-weight:600}.wishlist-link{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.3rem;background:#00bcd4;color:#0f172a;border-radius:6px;font-weight:600;text-decoration:none;transition:background .2s ease}.wishlist-link:hover{background:#0097a7}@media (min-width: 900px){.wishlist-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.wishlist-page{padding:1.5rem 1rem}.wishlist-header{flex-direction:column;align-items:flex-start;gap:.6rem}.wishlist-count{align-self:flex-start}}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f9f9f9;color:#222}html,body,#root{height:100%}#root{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 0 auto}.toast-container{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.75rem;z-index:2000;pointer-events:none}.toast{min-width:240px;max-width:320px;padding:.75rem 1rem;border-radius:10px;color:#0f172a;background:#e2e8f0;box-shadow:0 8px 24px #0f172a26;display:flex;justify-content:space-between;align-items:center;gap:.75rem;pointer-events:auto;font-weight:600}.toast button{border:none;background:transparent;color:inherit;font-size:1.1rem;cursor:pointer}.toast--success{background:#dcfce7;color:#065f46}.toast--error{background:#fee2e2;color:#991b1b}.toast--warning{background:#fef3c7;color:#92400e}.toast--info{background:#e0f2fe;color:#075985}
