*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:100;background-color:#fff;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.navbar-container{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:.65rem 2rem;display:flex}.navbar-brand-wrap{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar-brand{color:#222;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:700;text-decoration:none;display:flex}.navbar-logo{color:#007bff;width:28px;height:28px}.navbar-nav{align-items:center;gap:.25rem;display:flex}.navbar-link{color:#555;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.4rem .75rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.navbar-link:hover{color:#007bff;background:#f5f8ff}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.hamburger-bar{background:#444;border-radius:1px;width:18px;height:2px;transition:transform .2s,opacity .2s}.hamburger-bar.open:first-child{transform:rotate(45deg)translate(3px,3px)}.hamburger-bar.open:nth-child(2){opacity:0}.hamburger-bar.open:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.navbar-dropdown{position:relative}.navbar-dropdown-menu{z-index:200;opacity:0;visibility:hidden;background:#fff;border:1px solid #e8e8e8;border-radius:8px;min-width:200px;margin-top:.25rem;padding:.35rem 0;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:100%;left:0;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.navbar-dropdown:hover .navbar-dropdown-menu,.navbar-dropdown:focus-within .navbar-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.navbar-dropdown-menu:before{content:"";background:0 0;height:.5rem;position:absolute;top:-.5rem;left:0;right:0}.navbar-dropdown-item{color:#444;padding:.5rem 1rem;font-size:.88rem;text-decoration:none;transition:background .12s,color .12s;display:block}.navbar-dropdown-item:hover{color:#007bff;background:#f5f8ff}.navbar-actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.navbar-cart{color:#555;border-radius:6px;align-items:center;padding:.35rem;text-decoration:none;transition:color .15s;display:flex;position:relative}.navbar-cart:hover{color:#007bff}.cart-badge{color:#fff;background:#007bff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-4px}.navbar-auth-links{gap:.4rem;display:flex}.navbar-user{align-items:center;gap:.75rem;display:flex}.navbar-greeting{color:#888;font-size:.85rem}.mobile-drawer{display:none}.page{flex:1;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-title{color:#222;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.hero-section{max-width:1200px;margin:0 auto 2rem;padding:0 2rem}.hero-section-head{justify-content:space-between;align-items:flex-end;margin-bottom:1rem;display:flex}.hero-section-title{color:#222;margin-bottom:.15rem;font-size:1.3rem;font-weight:600}.hero-section-sub{color:#888;font-size:.9rem}.hero-section-arrows{gap:.5rem;display:flex}.hero-arrow{color:#444;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;line-height:1;transition:background .15s,border-color .15s;display:flex}.hero-arrow:hover{background:#f5f5f5;border-color:#ccc}.hero-scroll-wrapper{margin:0 -.5rem;overflow:hidden}.hero-scroll-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:1rem;padding:.25rem .5rem 1rem;display:flex;overflow-x:auto}.hero-scroll-track::-webkit-scrollbar{display:none}.hero-card{scroll-snap-align:start;background:#fff;border:1px solid #e8e8e8;border-radius:8px;flex:0 0 280px;transition:box-shadow .2s;overflow:hidden}.hero-card:hover{box-shadow:0 4px 14px #00000014}.hero-card-link{display:block}.hero-card-image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.hero-card-body{padding:.85rem 1rem 1rem}.hero-card-name{color:#333;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.3rem;font-size:.95rem;font-weight:500;line-height:1.3;text-decoration:none;display:-webkit-box;overflow:hidden}.hero-card-name:hover{color:#007bff}.hero-card-price{color:#333;margin-bottom:.65rem;font-size:1.1rem;font-weight:600}.hero-card-actions{gap:.5rem;display:flex}.browse-all-banner{background:#fff;border:1px solid #e6e6e6;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 4px #0000000a}.browse-all-title{color:#222;margin-bottom:.1rem;font-size:1.1rem;font-weight:600}.browse-all-sub{color:#888;font-size:.85rem}.browse-header{margin-bottom:1.5rem}.browse-title{color:#222;margin-bottom:.15rem;font-size:1.5rem;font-weight:600}.browse-count{color:#888;font-size:.9rem}.browse-layout{grid-template-columns:240px 1fr;align-items:start;gap:2rem;display:grid}.browse-sidebar{max-height:calc(100vh - 100px);padding-right:.5rem;position:sticky;top:80px;overflow-y:auto}.browse-sidebar::-webkit-scrollbar{width:4px}.browse-sidebar::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.browse-sidebar::-webkit-scrollbar-thumb:hover{background:#aaa}.filter-group{margin-bottom:1.5rem}.filter-heading{text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.6rem;font-size:.8rem;font-weight:700}.filter-search{color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:.55rem .7rem;font-size:.9rem;transition:border-color .15s}.filter-search:focus{border-color:#007bff;outline:none}.filter-list{flex-direction:column;gap:.2rem;display:flex}.filter-item{color:#555;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:.45rem .65rem;font-size:.88rem;transition:background .12s,color .12s;display:flex}.filter-item:hover{color:#222;background:#f5f5f5}.filter-item.active{color:#007bff;background:#f0f4ff;font-weight:600}.filter-count{color:#aaa;font-size:.75rem;font-weight:400}.filter-item.active .filter-count{color:#6ea8ff}.filter-reset{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:.55rem;font-size:.85rem;transition:background .15s,border-color .15s}.filter-reset:hover{background:#f5f5f5;border-color:#ccc}.browse-toolbar{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.browse-sort-label{color:#888;font-size:.85rem}.browse-sort-select{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.45rem .6rem;font-size:.88rem}.browse-sort-select:focus{border-color:#007bff;outline:none}.browse-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.browse-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;transition:box-shadow .2s;overflow:hidden}.browse-card:hover{box-shadow:0 4px 14px #00000014}.browse-card-image-link{display:block}.browse-card-image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.browse-card-image-placeholder{aspect-ratio:4/3;color:#ccc;background:#f5f5f5;justify-content:center;align-items:center;width:100%;font-size:2rem;font-weight:700;display:flex}.browse-card-body{padding:.85rem 1rem 1rem}.browse-card-category{text-transform:uppercase;letter-spacing:.04em;color:#888;margin-bottom:.25rem;font-size:.7rem;font-weight:600}.browse-card-name{color:#333;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.3rem;font-size:.92rem;font-weight:500;line-height:1.3;text-decoration:none;display:-webkit-box;overflow:hidden}.browse-card-name:hover{color:#007bff}.browse-card-price{color:#333;margin-bottom:.65rem;font-size:1.05rem;font-weight:600}.browse-card-actions{gap:.5rem;display:flex}.browse-empty{text-align:center;color:#888;padding:4rem 1rem}.browse-empty p{margin-bottom:1rem;font-size:1.1rem}body.dark-theme .browse-all-banner{background:#111827;border-color:#1f2937}body.dark-theme .browse-all-title{color:#e5e7eb}body.dark-theme .browse-all-sub{color:#94a3b8}body.dark-theme .grid-toggle{background:#1e293b}body.dark-theme .grid-toggle-btn:hover{background:#334155}body.dark-theme .grid-toggle-btn.active{background:#0f172a}body.dark-theme .grid-icon-cell{background:#475569}body.dark-theme .grid-toggle-btn.active .grid-icon-cell{background:#93c5fd}body.dark-theme .browse-title{color:#e5e7eb}body.dark-theme .browse-count{color:#94a3b8}body.dark-theme .filter-search{color:#e5e7eb;background:#0f172a;border-color:#334155}body.dark-theme .filter-item{color:#94a3b8}body.dark-theme .filter-item:hover{color:#e5e7eb;background:#1e293b}body.dark-theme .filter-item.active{color:#93c5fd;background:#1e293b}body.dark-theme .filter-heading{color:#64748b}body.dark-theme .filter-reset{color:#94a3b8;background:#0f172a;border-color:#334155}body.dark-theme .filter-reset:hover{background:#1e293b;border-color:#475569}body.dark-theme .browse-sort-select{color:#e5e7eb;background:#0f172a;border-color:#334155}body.dark-theme .browse-card{background:#111827;border-color:#1f2937}body.dark-theme .browse-card:hover{box-shadow:0 4px 14px #0000004d}body.dark-theme .browse-card-image-placeholder{color:#475569;background:#1e293b}body.dark-theme .browse-card-category{color:#64748b}body.dark-theme .browse-card-name{color:#e5e7eb}body.dark-theme .browse-card-name:hover{color:#93c5fd}body.dark-theme .browse-card-price{color:#e5e7eb}.home-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2rem;display:grid}.home-info-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:1rem;box-shadow:0 1px 4px #0000000f}.home-info-card h3{color:#333;margin-bottom:.4rem;font-size:1rem}.home-info-card p{color:#666;font-size:.95rem}.home-featured-grid{margin-bottom:1rem}.home-more-products{margin-top:1.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:1rem;display:grid}.product-grid.cols-2{grid-template-columns:repeat(2,1fr)}.product-grid.cols-3{grid-template-columns:repeat(3,1fr)}.product-grid.cols-4{grid-template-columns:repeat(4,1fr)}.section-header{justify-content:space-between;align-items:center;display:flex}.section-header .page-title{margin-bottom:0}.grid-toggle{background:#f5f5f5;border-radius:6px;gap:.35rem;padding:3px;display:flex}.grid-toggle-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:28px;transition:background .12s;display:flex}.grid-toggle-btn:hover{background:#e8e8e8}.grid-toggle-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a}.grid-icon{gap:2px;display:flex}.grid-icon-cell{background:#aaa;border-radius:1px;width:6px;height:6px}.grid-toggle-btn.active .grid-icon-cell{background:#007bff}.product-card{background:#fff;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.product-card-image-link{display:block}.product-card-image{aspect-ratio:4/3;object-fit:contain;width:100%;display:block}.product-card-content{padding:1rem}.product-card-name{color:#333;margin-bottom:.4rem;font-size:.95rem;font-weight:500}.product-card-name a{color:inherit;text-decoration:none}.product-card-name a:hover{color:#007bff}.product-card-price{color:#333;margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.product-card-actions{gap:.5rem;display:flex}.product-detail{background:#fff;border-radius:8px;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem;display:grid;box-shadow:0 2px 8px #0000001a}.product-detail-image img{aspect-ratio:1;object-fit:contain;background:#fafafa;border-radius:8px;width:100%}.product-detail-name{color:#222;margin-bottom:.75rem;font-size:1.4rem;font-weight:600}.product-detail-price{color:#007bff;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.product-detail-description{color:#666;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.product-details-section{background:#f8fafc;border:1px solid #e7ebf0;border-radius:8px;margin-bottom:1rem;padding:.9rem}.product-details-heading{color:#334155;margin-bottom:.55rem;font-size:1rem;font-weight:700}.product-detail-tabs{border-bottom:1px solid #e7ebf0;gap:.5rem;margin:1rem 0 .8rem;padding-bottom:.5rem;display:flex}.product-tab{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee5;border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:500}.product-tab.active{color:#007bff;background:#f2f7ff;border-color:#007bff}.product-tab-panel{margin-bottom:.75rem}.product-spec-list{margin:0;padding:0;list-style:none}.product-spec-list li{border-bottom:1px solid #eef1f5;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:.95rem;display:flex}.product-spec-list li span{color:#666}.product-spec-list li strong{color:#222;text-align:right;font-weight:600}.product-shipping-list{color:#4b5563;margin:0;padding-left:1rem}.product-shipping-list li{margin-bottom:.4rem}.product-detail-category{color:#6c757d;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.product-detail-meta{color:#666;gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.product-stock{color:#28a745;font-weight:600}.product-feature-list{color:#555;margin:0 0 1.5rem 1.2rem}.product-feature-list li{margin-bottom:.4rem}.product-cta{min-width:220px}.product-support-note{color:#666;margin-top:.75rem;font-size:.9rem}.auth-container{background:#fff;border-radius:8px;max-width:400px;margin:0 auto;padding:2rem;box-shadow:0 2px 8px #0000001a}.auth-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:#007bff;outline:none}.form-error{color:#dc3545;margin-top:.25rem;font-size:.875rem;display:block}.error-message{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin-bottom:1rem;padding:.75rem}.auth-switch{text-align:center;color:#666;margin-top:1.5rem}.auth-link{color:#007bff;font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.cart-layout{grid-template-columns:1.9fr 1fr;align-items:start;gap:1.5rem;margin-top:1.5rem;display:grid}.cart-items-section{background:#fff;border-radius:12px;padding:1.5rem;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 12px #00000014}.cart-item{border-bottom:1px solid #eee;align-items:flex-start;gap:1.25rem;padding:1.25rem 0;display:flex}.cart-item:first-child{padding-top:0}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item-image{object-fit:cover;background:#f3f4f6;border:1px solid #eee;border-radius:10px;flex-shrink:0;width:96px;height:96px}.cart-item-details{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.cart-item-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.cart-item-name{color:#1f2937;font-size:1.05rem;font-weight:600;line-height:1.35;text-decoration:none;transition:color .2s}.cart-item-name:hover{color:#3b82f6}.cart-item-price{color:#4b5563;font-size:.95rem;font-weight:500}.cart-item-controls{justify-content:space-between;align-items:center;gap:1rem;margin-top:.35rem;display:flex}.quantity-controls{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.35rem;padding:.2rem;transition:background-color .3s,border-color .3s;display:inline-flex}.quantity-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.15rem;transition:background-color .2s,color .2s;display:flex}.quantity-btn:hover{color:#111827;background-color:#e5e7eb}.quantity-value{text-align:center;color:#111827;min-width:30px;font-size:.95rem;font-weight:600}.cart-item-remove{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .5rem;font-size:.85rem;transition:color .2s,background-color .2s}.cart-item-remove:hover{color:#dc2626;background-color:#fee2e2}.cart-summary-section{position:sticky;top:100px}.cart-summary{background:#fff;border-radius:12px;padding:1.5rem;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 12px #00000014}.cart-summary-title{color:#1f2937;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.cart-summary-rows{flex-direction:column;gap:.6rem;max-height:260px;margin-bottom:1rem;padding-right:.25rem;display:flex;overflow-y:auto}.cart-summary-row{color:#4b5563;justify-content:space-between;gap:1rem;font-size:.9rem;display:flex}.cart-summary-row span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cart-summary-divider{border-top:1px solid #e5e7eb;margin:.6rem 0}.cart-summary-total span{color:#111827;font-size:1.15rem;font-weight:700}.cart-summary-item-count{color:#6b7280;margin-top:.5rem;margin-bottom:.75rem;font-size:.85rem}.empty-cart{text-align:center;color:#6b7280;flex-direction:column;align-items:center;gap:1.25rem;padding:4rem 2rem;display:flex}.empty-cart p{color:#4b5563;font-size:1.15rem;font-weight:500}.payment-steps{justify-content:center;align-items:center;gap:0;margin:.75rem 0 1.75rem;display:flex}.payment-step{color:#9ca3af;letter-spacing:.01em;font-size:.8rem;font-weight:600}.payment-step.done{color:#10b981}.payment-step.active{color:#3b82f6}.payment-step-sep{background:#e5e7eb;border-radius:2px;width:36px;height:2px;margin:0 .75rem;display:inline-block}.payment-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:2rem;display:grid}.payment-card-section{flex-direction:column;display:flex}.payment-card{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:200px;margin-bottom:1.75rem;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000040,0 2px 8px #00000026}.payment-card:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-40%;right:-20%}.payment-card:after{content:"";background:#ffffff08;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-30%;left:-15%}.payment-card.brand-visa{background:linear-gradient(135deg,#1a1f71 0%,#2557d6 50%,#3b82f6 100%)}.payment-card.brand-mastercard{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#434371 100%)}.payment-card.brand-amex{background:linear-gradient(135deg,#006fcf 0%,#0af 100%)}.payment-card.brand-discover{background:linear-gradient(135deg,#f60 0%,#ff8533 50%,#e85d04 100%)}.payment-card-top{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.payment-card-chip{background:linear-gradient(135deg,#fbbf24 0%,#d4a017 50%,#fbbf24 100%);border-radius:6px;width:40px;height:30px;display:block;box-shadow:0 1px 3px #0000004d}.payment-card-brand{letter-spacing:.08em;text-transform:uppercase;opacity:.9;font-size:.85rem;font-weight:700}.payment-card-number{letter-spacing:.12em;z-index:1;padding:1rem 0;font-family:Courier New,monospace;font-size:1.3rem;font-weight:500;position:relative}.payment-card-bottom{z-index:1;justify-content:space-between;gap:2rem;display:flex;position:relative}.payment-card-field{flex-direction:column;gap:.2rem;min-width:0;display:flex}.payment-card-label{text-transform:uppercase;letter-spacing:.06em;opacity:.7;font-size:.65rem;font-weight:500}.payment-card-value{letter-spacing:.04em;text-transform:uppercase;font-size:.9rem;font-weight:500}.payment-section-title{color:#1f2937;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.payment-label{color:#4b5563;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.3rem;font-size:.8rem;font-weight:600;display:block}.payment-input{color:#111827;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:10px;width:100%;margin-bottom:.9rem;padding:.7rem .85rem;font-size:.95rem;transition:border-color .2s,background-color .2s,box-shadow .2s}.payment-input::placeholder{color:#9ca3af}.payment-input:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.payment-input-wrap{position:relative}.payment-input-wrap .payment-input{padding-right:5rem}.payment-card-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:50%;right:.75rem;transform:translateY(calc(-50% - .45rem))}.badge-visa{color:#fff;background:#1a1f71}.badge-mastercard{color:#fff;background:#1a1a2e}.badge-amex{color:#fff;background:#006fcf}.badge-discover{color:#fff;background:#f60}.payment-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.payment-secure-note{color:#6b7280;background:#f3f4f6;border-radius:8px;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.7rem .85rem;font-size:.8rem;line-height:1.5;display:flex}.payment-secure-icon{flex-shrink:0;font-size:.9rem}.payment-message{border-radius:6px;margin-bottom:.6rem;padding:.5rem .75rem;font-size:.85rem}.payment-message-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.payment-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.payment-terms{text-align:center;color:#9ca3af;margin-top:.75rem;font-size:.75rem}.payment-success{text-align:center;background:#fff;border-radius:16px;max-width:520px;margin:0 auto;padding:4rem 2rem;box-shadow:0 2px 12px #00000014}.payment-success-icon{color:#fff;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:2rem;display:flex;box-shadow:0 4px 14px #10b98159}.payment-success-title{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.payment-success-ref{color:#6b7280;margin-bottom:.5rem;font-size:.9rem}.payment-success-amount{color:#10b981;margin:.75rem 0;font-size:2rem;font-weight:800}.payment-success-msg{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.payment-back-link{text-align:center;color:#3b82f6;margin-top:.75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.payment-back-link:hover{color:#2563eb;text-decoration:underline}.cart-shipping-free{color:#10b981;font-weight:600}.cart-summary-qty{color:#9ca3af;font-size:.85em}.cart-summary-item-name{flex-direction:column;display:flex}.payment-trust{background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;flex-direction:column;gap:.6rem;margin-top:1rem;padding:1rem;display:flex}.payment-trust-item{color:#6b7280;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.payment-trust-icon{color:#10b981;flex-shrink:0;font-size:.9rem}.btn{cursor:pointer;text-align:center;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .1s;display:inline-block}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{color:#fff;background-color:#007bff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{color:#fff;background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-block{width:100%}@media (max-width:768px){.navbar-container{padding:.55rem 1rem}.navbar-nav,.navbar-auth-links,.navbar-user,.navbar-cart{display:none}.navbar-actions{margin-left:auto}.hamburger{display:flex}.mobile-drawer{display:block}.mobile-drawer-backdrop{z-index:999;background:#00000073;position:fixed;inset:0}.mobile-drawer-panel{z-index:1000;background:#fff;flex-direction:column;width:300px;height:100%;animation:.2s slideIn;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 20px #00000026}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-drawer-header{border-bottom:1px solid #e8e8e8;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-drawer-title{color:#222;font-size:1rem;font-weight:600}.mobile-drawer-close{cursor:pointer;color:#444;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .12s;display:flex}.mobile-drawer-close:hover{background:#f5f5f5}.mobile-drawer-body{flex:1;padding:.5rem 0;overflow-y:auto}.mobile-drawer-section{border-bottom:1px solid #f0f0f0;padding:.5rem 1.25rem}.mobile-drawer-section:last-child{border-bottom:none}.mobile-drawer-link{color:#333;padding:.6rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .12s;display:block}.mobile-drawer-link:hover{color:#007bff}.mobile-drawer-sub{color:#555;padding-left:.75rem;font-size:.88rem;font-weight:400}.mobile-drawer-label{text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:.25rem;padding:.3rem 0;font-size:.75rem;font-weight:700}.mobile-drawer-section .btn{text-align:center;width:100%;margin-bottom:.4rem}.mobile-drawer-section .btn:last-child{margin-bottom:0}.mobile-drawer-toggle{text-align:center;color:#555;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:4px;width:100%;margin-top:.5rem;padding:.55rem;font-family:inherit;font-size:.88rem}.hero-section{padding:0 1rem}.hero-section-head{flex-direction:row}.hero-card{flex:0 0 240px}.hero-card-image{aspect-ratio:4/3}.hero-card-body{padding:.75rem}.container{padding:0 1rem}.page{padding:1.25rem 0}.page-title{margin-bottom:1rem;font-size:1.4rem}.product-grid{gap:1rem;grid-template-columns:1fr!important}.grid-toggle{display:none}.home-info-grid{grid-template-columns:1fr;gap:.75rem}.home-info-card{padding:.85rem}.product-card-content{padding:1rem}.product-card-actions{gap:.4rem}.product-card-actions .btn{text-align:center;flex:1}.product-detail{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}.product-detail-name{font-size:1.4rem}.product-detail-price{font-size:1.3rem}.product-assurance-grid{grid-template-columns:1fr}.product-detail-tabs{flex-wrap:wrap}.product-tab{padding:.3rem .6rem;font-size:.78rem}.product-cta{width:100%;min-width:0}.product-detail-description{font-size:.95rem}.product-feature-list{margin-left:1rem}.cart-layout{grid-template-columns:1fr;gap:1.25rem}.cart-summary-section{position:static}.cart-items-section{padding:1.25rem}.cart-item{gap:1rem;padding:1rem 0}.cart-item-image{width:80px;height:80px}.cart-item-controls{flex-direction:column;align-items:flex-start;gap:.5rem}.section-header{flex-direction:row;align-items:center}.browse-layout{grid-template-columns:1fr;gap:1.25rem}.browse-sidebar{border-bottom:1px solid #e8e8e8;margin-bottom:.5rem;padding-bottom:1rem;position:static}.filter-group{margin-bottom:1rem}.browse-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.browse-card-image,.browse-card-image-placeholder{aspect-ratio:4/3}.browse-card-body{padding:.65rem .75rem .75rem}.browse-card-name{font-size:.82rem}.browse-card-price{font-size:.92rem}.browse-card-actions{flex-direction:column;gap:.35rem}.browse-card-actions .btn{text-align:center;width:100%}.browse-toolbar{flex-wrap:wrap;gap:.5rem}.browse-title{font-size:1.3rem}.browse-all-banner{text-align:center;flex-direction:column;gap:1rem;padding:1rem}.browse-all-banner .btn{width:100%}.auth-container{margin:0 1rem;padding:1.25rem}.payment-row{grid-template-columns:1fr}.payment-layout{grid-template-columns:1fr;gap:1.5rem}.payment-card{min-height:180px;padding:1.25rem}.payment-card-number{font-size:1.1rem}.payment-steps{font-size:.7rem}.payment-success{margin:0 .5rem;padding:2.5rem 1.25rem}.payment-success-icon{width:60px;height:60px;font-size:1.6rem}.payment-success-amount{font-size:1.6rem}}@media (max-width:420px){.browse-grid{grid-template-columns:1fr}.hero-card{flex:0 0 210px}.navbar-brand{font-size:1.3rem}.home-title{font-size:1.4rem}.browse-card-actions{flex-direction:row}.browse-card-actions .btn{flex:1;width:auto}}body.dark-theme{color:#e5e7eb;background-color:#0f172a;transition:background-color .4s,color .4s}body.dark-theme .navbar{background-color:#111827;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 8px #0000004d}body.dark-theme .navbar-brand{color:#e5e7eb}body.dark-theme .navbar-logo{color:#60a5fa}body.dark-theme .navbar-link{color:#cbd5e1}body.dark-theme .navbar-link:hover{color:#93c5fd;background:#93c5fd14}body.dark-theme .hamburger-bar{background:#cbd5e1}body.dark-theme .navbar-dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:0 8px 24px #0006}body.dark-theme .navbar-dropdown-item{color:#cbd5e1}body.dark-theme .navbar-dropdown-item:hover{color:#93c5fd;background:#334155}body.dark-theme .navbar-cart{color:#cbd5e1}body.dark-theme .navbar-cart:hover{color:#93c5fd}body.dark-theme .cart-badge{background:#3b82f6}body.dark-theme .navbar-greeting{color:#7a7890}body.dark-theme .mobile-drawer-panel{background:#0f172a}body.dark-theme .mobile-drawer-header{border-bottom-color:#1f2937}body.dark-theme .mobile-drawer-title{color:#e5e7eb}body.dark-theme .mobile-drawer-close{color:#cbd5e1;background:#1e293b;border-color:#334155}body.dark-theme .mobile-drawer-close:hover{background:#334155}body.dark-theme .mobile-drawer-section{border-bottom-color:#1f2937}body.dark-theme .mobile-drawer-link{color:#cbd5e1}body.dark-theme .mobile-drawer-link:hover{color:#93c5fd}body.dark-theme .mobile-drawer-sub{color:#94a3b8}body.dark-theme .mobile-drawer-label{color:#64748b}body.dark-theme .mobile-drawer-toggle{color:#94a3b8;border-color:#334155}body.dark-theme .page-title{color:#e8e6f0}body.dark-theme .hero-section-title{color:#e5e7eb}body.dark-theme .hero-section-sub{color:#94a3b8}body.dark-theme .hero-arrow{color:#cbd5e1;background:#1e293b;border-color:#334155}body.dark-theme .hero-arrow:hover{background:#334155;border-color:#475569}body.dark-theme .hero-card{background:#111827;border-color:#1f2937}body.dark-theme .hero-card:hover{box-shadow:0 4px 14px #0006}body.dark-theme .hero-card-name{color:#e5e7eb}body.dark-theme .hero-card-name:hover{color:#93c5fd}body.dark-theme .hero-card-price{color:#e5e7eb}body.dark-theme .home-info-card{background:#111827;border-color:#1f2937;box-shadow:0 1px 5px #00000059}body.dark-theme .home-info-card h3{color:#e5e7eb}body.dark-theme .home-info-card p{color:#94a3b8}body.dark-theme .product-card{background:#111827;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 8px #0000004d}body.dark-theme .product-card:hover{box-shadow:0 4px 16px #00000080}body.dark-theme .product-card-name{color:#e5e7eb}body.dark-theme .product-card-name a:hover{color:#93c5fd}body.dark-theme .product-card-price{color:#60a5fa}body.dark-theme .product-detail{background:#111827;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 8px #0000004d}body.dark-theme .product-detail-name{color:#e5e7eb}body.dark-theme .product-detail-price{color:#60a5fa}body.dark-theme .product-detail-description{color:#94a3b8}body.dark-theme .product-details-section{background:#0f172a;border-color:#1f2937}body.dark-theme .product-details-heading{color:#cbd5e1}body.dark-theme .product-detail-category{color:#93c5fd}body.dark-theme .product-detail-meta,body.dark-theme .product-detail-rating{color:#94a3b8}body.dark-theme .product-detail-rating strong{color:#e5e7eb}body.dark-theme .product-stock{color:#4ade80}body.dark-theme .product-feature-list,body.dark-theme .product-support-note{color:#94a3b8}body.dark-theme .product-assurance-item{background:#0f172a;border-color:#1f2937}body.dark-theme .product-assurance-item h4{color:#e5e7eb}body.dark-theme .product-assurance-item p{color:#94a3b8}body.dark-theme .product-tab{color:#cbd5e1;background:#0f172a;border-color:#334155}body.dark-theme .product-tab.active{color:#93c5fd;background:#1e293b;border-color:#60a5fa}body.dark-theme .product-detail-tabs,body.dark-theme .product-spec-list li{border-bottom-color:#1f2937}body.dark-theme .product-spec-list li span{color:#94a3b8}body.dark-theme .product-spec-list li strong{color:#e5e7eb}body.dark-theme .product-shipping-list{color:#94a3b8}body.dark-theme .payment-step-sep{background:#334155}body.dark-theme .payment-step{color:#64748b}body.dark-theme .payment-step.active{color:#60a5fa}body.dark-theme .payment-card-section,body.dark-theme .payment-section-title{color:#e5e7eb}body.dark-theme .payment-label{color:#94a3b8}body.dark-theme .payment-input{color:#e5e7eb;background:#0f172a;border-color:#334155}body.dark-theme .payment-input::placeholder{color:#64748b}body.dark-theme .payment-input:focus{background:#1e293b;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}body.dark-theme .payment-secure-note{color:#94a3b8;background:#1e293b;border-color:#334155}body.dark-theme .payment-message-error{color:#fca5a5;background:#ef44441f;border-color:#ef444440}body.dark-theme .payment-terms{color:#64748b}body.dark-theme .payment-success{background:#111827;box-shadow:0 2px 12px #0000004d}body.dark-theme .payment-success-title{color:#e5e7eb}body.dark-theme .payment-success-ref{color:#94a3b8}body.dark-theme .payment-success-amount{color:#34d399}body.dark-theme .payment-success-msg{color:#94a3b8}body.dark-theme .payment-trust{background:#1e293b;border-color:#334155}body.dark-theme .payment-trust-item{color:#94a3b8}body.dark-theme .payment-back-link{color:#60a5fa}body.dark-theme .payment-back-link:hover{color:#93c5fd}body.dark-theme .auth-container{background:#111827;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 8px #0000004d}body.dark-theme .form-label{color:#e5e7eb}body.dark-theme .form-input{color:#e5e7eb;background-color:#0f172a;border-color:#334155}body.dark-theme .form-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa2e}body.dark-theme .error-message{color:#f5a5b5;background-color:#3d1f2a;border-color:#5c2a3a}body.dark-theme .auth-switch{color:#94a3b8}body.dark-theme .auth-link{color:#93c5fd}body.dark-theme .cart-items-section{background:#111827;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 12px #0000004d}body.dark-theme .cart-item{border-bottom-color:#1f2937}body.dark-theme .cart-item-image{background:#1e293b;border-color:#1f2937}body.dark-theme .cart-item-name{color:#e5e7eb}body.dark-theme .cart-item-name:hover{color:#60a5fa}body.dark-theme .cart-item-price{color:#94a3b8}body.dark-theme .quantity-controls{background:#1e293b;border-color:#334155}body.dark-theme .quantity-btn{color:#e5e7eb}body.dark-theme .quantity-btn:hover{color:#f1f5f9;background-color:#334155}body.dark-theme .quantity-value{color:#e5e7eb}body.dark-theme .cart-item-remove{color:#9ca3af}body.dark-theme .cart-item-remove:hover{color:#f87171;background-color:#ef444426}body.dark-theme .cart-summary{background:#111827;transition:background-color .4s,box-shadow .4s;box-shadow:0 2px 12px #0000004d}body.dark-theme .cart-summary-title{color:#e5e7eb}body.dark-theme .cart-summary-row{color:#94a3b8}body.dark-theme .cart-summary-divider{border-top-color:#1f2937}body.dark-theme .cart-summary-total span{color:#e5e7eb}body.dark-theme .cart-summary-item-count{color:#6b7280}body.dark-theme .empty-cart p{color:#9ca3af}.theme-toggle{cursor:pointer;color:#666;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .3s,border-color .3s,color .3s,transform .3s;display:flex}.theme-toggle:hover{color:#007bff;background:#f5f5f5;transform:rotate(15deg)}.theme-toggle:active{transform:rotate(30deg)scale(.95)}body.dark-theme .theme-toggle{color:#cbd5e1;background:#0f172a;border-color:#334155}body.dark-theme .theme-toggle:hover{color:#93c5fd;background:#1e293b}
