.loading-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#00000059;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.loading-overlay__inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-overlay__caption{margin:0;font-size:.95rem;font-weight:600;color:#fff;letter-spacing:.02em;text-shadow:0 1px 3px rgba(15,23,42,.45)}.loading-overlay .brand-logo{padding:1rem 1.35rem;border-radius:12px;box-shadow:0 10px 28px #0f172a33}.loading-overlay__logo{width:min(220px,66vw);height:auto;animation:wacheFade 1.2s linear infinite;will-change:opacity}@keyframes wacheFade{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}@media (prefers-reduced-motion: reduce){.loading-overlay__logo{animation:none;opacity:1}}.brand-logo{display:inline-flex;align-items:center;justify-content:center;background:#fff;line-height:0}.brand-logo__img{display:block;height:auto;max-width:100%;background:#fff}.login-page{min-height:100vh;display:grid;place-items:center;padding:clamp(1rem,4vw,2rem);background:#f1f2f5}.login-card{width:min(100%,900px);min-height:min(420px,85vh);display:grid;grid-template-columns:1fr .95fr;border-radius:12px;overflow:hidden;box-shadow:0 16px 36px #0f172a29;background:#fff}.login-form-panel{padding:clamp(1.85rem,4vw,2.35rem) clamp(1.75rem,4vw,2.25rem) clamp(1.75rem,3.5vw,2.1rem);display:flex;flex-direction:column;justify-content:center}.login-logo{width:min(120px,42vw);max-width:100%;height:auto;margin-bottom:1.15rem}.login-title{margin:0 0 1.05rem;font-size:clamp(1.65rem,2.5vw,2.1rem);line-height:1.2;letter-spacing:-.01em}.login-notice{margin:0 0 1rem;padding:.55rem .65rem;border:1px solid #fde68a;border-radius:8px;background:#fffbeb;color:#92400e;font-size:.85rem}.login-error{margin:0 0 1rem;padding:.55rem .65rem;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#b91c1c;font-size:.85rem}.login-error--offscreen{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.login-form{display:grid;gap:1.05rem}.login-field{display:grid;gap:.42rem}.login-field span{font-size:.875rem;color:#64748b;font-weight:600}.login-field input{width:100%;border:1px solid #cfd8e3;border-radius:8px;padding:.68rem .82rem;font-size:.9375rem;background:#f3f6fb}.login-password-wrap{position:relative}.login-password-wrap input{padding-right:2.35rem}.login-eye-btn{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#94a3b8;width:1.9rem;height:1.9rem;display:grid;place-items:center}.login-eye-btn svg{width:15px;height:15px}.login-submit-btn{margin-top:.5rem;border:none;border-radius:8px;background:#1982ea;color:#fff;font-weight:700;padding:.72rem 1rem;font-size:.9375rem}.login-submit-btn:disabled{opacity:.7}.login-forgot-row{margin:.35rem 0 0;text-align:center}.login-forgot-link{border:none;background:none;padding:0;font:inherit;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.login-forgot-link:hover{color:#1d4ed8}.login-info-panel{background:linear-gradient(180deg,#1d83e7,#167be0);color:#fff;padding:clamp(1.85rem,4vw,2.5rem) clamp(1.65rem,3.5vw,2rem);display:flex;flex-direction:column;justify-content:center}.login-info-title{margin:0 0 .75rem;font-size:clamp(1.55rem,2.4vw,2.05rem);line-height:1.15}.login-info-sub{margin:0 0 1.2rem;color:#ffffffeb;line-height:1.5;font-size:.9375rem}.login-features{list-style:none;margin:0;padding:0;display:grid;gap:.82rem}.login-feature-item{display:flex;align-items:center;gap:.45rem;font-weight:600}.login-feature-icon{width:1.15rem;height:1.15rem;border-radius:6px;border:1px solid rgba(255,255,255,.45);display:grid;place-items:center;font-size:.55rem}.login-create-btn{margin-top:1.75rem;width:fit-content;border:1px solid rgba(255,255,255,.45);background:#ffffff2b;color:#fff;border-radius:8px;padding:.58rem 1.05rem;font-weight:700;font-size:.875rem}@media (max-width: 860px){.login-card{grid-template-columns:1fr;width:min(100%,580px);min-height:0}.login-form-panel{padding:1.75rem 1.5rem 1.5rem}.login-info-panel{min-height:220px;padding:1.65rem 1.5rem 1.85rem}.login-create-btn{margin-top:1.25rem}}.header-bar{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr) minmax(0,auto);align-items:center;gap:clamp(.75rem,2vw,1.75rem);padding:.65rem clamp(.85rem,2.5vw,1.75rem);background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-bar__brand{min-width:0}.header-bar__logo-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text)}.header-bar__admin-dashboard-nav-link{display:inline-flex;align-items:center;padding:.35rem .75rem;font-size:.8125rem;font-weight:700;letter-spacing:.02em;text-decoration:none;color:#0f172a!important;background:linear-gradient(145deg,#e0f2fe,#dbeafe);border:1px solid #93c5fd;border-radius:999px;white-space:nowrap;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.header-bar__admin-dashboard-nav-link:hover{color:#0f172a!important;background:linear-gradient(145deg,#dbeafe,#bfdbfe);border-color:#60a5fa;box-shadow:0 1px 3px #2563eb33}@media (max-width: 640px){.header-bar__admin-dashboard-nav-link{font-size:.72rem;padding:.3rem .55rem}}.header-bar__logo-link:hover{text-decoration:none;opacity:.92}.header-bar__logo-img{width:clamp(96px,14vw,140px);height:auto;max-height:clamp(72px,12vw,108px);object-fit:contain;flex-shrink:0}.header-bar__brand-text{font-weight:800;font-size:clamp(.7rem,1.1vw,.82rem);letter-spacing:.04em;line-height:1.15;white-space:nowrap}.header-bar__search{display:flex;justify-content:center;min-width:0}.header-search{position:relative;width:100%;max-width:520px}.header-search__icon{position:absolute;left:.95rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.header-search__input{width:100%;padding:.55rem 1rem .55rem 2.65rem;border:1px solid var(--border);border-radius:999px;font-size:.875rem;background:var(--input-bg);color:var(--text)}.header-search__input:focus{outline:none;border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #007bff26}.header-bar__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:clamp(.55rem,1.5vw,1.1rem)}.header-bar__nav-item{font-size:.8125rem;font-weight:600;color:var(--text);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.header-bar__nav-item:hover{color:var(--accent)}.header-bar__signout:disabled{opacity:.85;cursor:wait;pointer-events:none}.header-bar__signout-spinner{display:inline-block;width:.85rem;height:.85rem;margin-right:.4rem;vertical-align:-.12em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:header-signout-spin .7s linear infinite}@keyframes header-signout-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.header-bar__signout-spinner{animation:none;border-right-color:currentColor;opacity:.7}}.header-bar__account{display:none;flex-direction:column;align-items:flex-start;gap:.05rem;max-width:120px;cursor:default;color:var(--text-muted)}a.header-bar__account-link{text-decoration:none;cursor:pointer;color:var(--text-muted)}a.header-bar__account-link:hover{color:var(--accent);text-decoration:none}.header-bar__account--disabled{cursor:not-allowed;pointer-events:none;user-select:none;opacity:.72;color:var(--text-muted)!important}.header-bar__account--disabled:hover{color:var(--text-muted)!important}.header-bar__account-sub{font-size:.7rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media (min-width: 1100px){.header-bar__account{display:flex}}.header-bar__notif-link{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;color:inherit}.header-bar__notif-link:hover{text-decoration:none}.header-notif-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .3rem;border-radius:999px;font-size:.65rem;font-weight:700;background:var(--accent);color:#fff;line-height:1}.header-bar__signout{color:#c2410c}.header-bar__signout:hover{color:#9a3412}.header-bar__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--text);padding:.25rem;margin-left:.15rem;text-decoration:none}.header-bar__cart:hover{color:var(--accent);text-decoration:none}.header-cart__icon{display:block}.header-cart-count{position:absolute;top:-2px;right:-4px;min-width:1.1rem;height:1.1rem;padding:0 .2rem;border-radius:999px;font-size:.6rem;font-weight:700;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;line-height:1}@media (max-width: 900px){.header-bar{grid-template-columns:1fr;gap:.65rem}.header-bar__search{order:3;width:100%}.header-bar__search .header-search{max-width:none}.header-bar__nav{order:2;width:100%;justify-content:space-between}.header-bar__brand{order:1}}.wholesale-pending-notice{margin:0;padding:0;border-bottom:1px solid #c4b5fd;background:linear-gradient(180deg,#f5f3ff,#ede9fe);color:#5b21b6}.wholesale-pending-notice__inner{display:flex;align-items:flex-start;gap:.75rem;max-width:1200px;margin:0 auto;padding:.75rem clamp(1rem,2.5vw,2rem);box-sizing:border-box}.wholesale-pending-notice__icon{flex-shrink:0;margin-top:.1rem;opacity:.9}.wholesale-pending-notice__text{margin:0;flex:1;font-size:.875rem;line-height:1.45}.wholesale-pending-notice__text strong{font-weight:700}.wholesale-pending-notice__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:-.25rem -.35rem 0 0;padding:0;border:none;border-radius:8px;background:transparent;color:inherit;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.wholesale-pending-notice__close:hover{background:#5b21b61f;color:#4c1d95}.wholesale-pending-notice__close:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.footer{margin-top:auto;background:var(--surface);border-top:1px solid var(--border);padding:var(--space-4, 1rem) var(--container-padding, 1.5rem)}.footer-inner{max-width:var(--container-max, 1400px);margin:var(--container-margin, 0 auto);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--gutter-rem, .75rem)}.footer-copy{font-size:.8125rem;color:var(--text-muted)}.footer-links{display:flex;gap:1rem;font-size:.8125rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--text)}.sidebar{width:100%;max-width:100%;min-width:0;box-sizing:border-box;flex-shrink:0;align-self:flex-start;position:sticky;top:62px;background:var(--surface);border-right:1px solid var(--border);padding:.75rem .65rem;overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 64px);isolation:isolate}.sidebar-preorder-block{margin-bottom:1rem;padding:.9rem .75rem;border-radius:12px;border:1px solid var(--border);background:var(--surface-soft, #f8fafc);box-shadow:0 1px 2px #0f172a0f}.sidebar-preorder-block__title{margin:0 0 .4rem;font-size:.8125rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text)}.sidebar-preorder-block__intro{margin:0 0 .75rem;font-size:.78rem;line-height:1.45;color:var(--text-muted)}.sidebar-preorder-block__btn{width:100%;display:inline-flex;align-items:center;justify-content:center;padding:.55rem .75rem;border:none;border-radius:10px;font:inherit;font-size:.8125rem;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(135deg,#d97706,#b45309);transition:filter .15s ease,transform .15s ease}.sidebar-preorder-block__btn:hover:not(:disabled){filter:brightness(1.06)}.sidebar-preorder-block__btn:disabled{opacity:.5;cursor:not-allowed}.sidebar-preorder-block__hint{margin:.55rem 0 0;font-size:.72rem;line-height:1.35;color:var(--text-muted);text-align:center}@media (min-width: 768px) and (max-width: 1279px){.sidebar{padding:.75rem .65rem}.sidebar-filter-input{padding:0 0 1rem;margin-bottom:.5rem}.filter-options{max-height:160px}}.sidebar-filter-input{padding:0 0 1rem;border-bottom:1px solid var(--border);margin-bottom:.5rem}.sidebar-filter-input label{display:block;font-size:.75rem;font-weight:500;color:var(--text-muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.sidebar-filter-input input[type=text]{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem}.sidebar-filter-input input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #2563eb33}.filter-section{border-bottom:1px solid var(--border)}.filter-section-header{width:100%;padding:.6rem 0;text-align:left;font-size:.8125rem;font-weight:600;color:var(--text);background:none;border:none;display:flex;align-items:center;justify-content:space-between}.filter-section-header:hover{background:var(--bg)}.filter-section-title{width:100%;padding:.6rem 0;text-align:left;font-size:.8125rem;font-weight:600;color:var(--text)}.filter-options{list-style:none;margin:0;padding:0 0 .75rem;max-height:200px;overflow-y:auto}.filter-option{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text);cursor:pointer;padding:.25rem 0}.filter-option-label{font-weight:600}.filter-option input{width:1rem;height:1rem;accent-color:var(--accent)}.filter-price{padding:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.filter-price input{flex:1;padding:.4rem .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8125rem}.filter-price span{color:var(--text-muted);font-size:.875rem}.app-dialog-root{position:fixed;inset:0;z-index:100003;display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,3vw,1.5rem);pointer-events:auto}.app-dialog__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;cursor:pointer;background:#0f172a80;backdrop-filter:blur(6px)}.app-dialog{position:relative;z-index:1;width:min(100%,var(--app-dialog-width, 420px));max-height:min(88vh,640px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #0f172a47,0 0 0 1px #0f172a0f;color:#0f172a;animation:app-dialog-in .2s ease-out}.app-dialog--wide{--app-dialog-width: 520px}.app-dialog--danger{border-top:4px solid #dc2626}.app-dialog--default{border-top:4px solid #2563eb}@keyframes app-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.app-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.15rem 1.25rem .75rem;flex-shrink:0}.app-dialog__title{margin:0;font-size:1.05rem;font-weight:700;line-height:1.35;color:#0f172a}.app-dialog__close{flex-shrink:0;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:#f1f5f9;color:#64748b;font-size:1.35rem;line-height:1;cursor:pointer}.app-dialog__close:hover{background:#e2e8f0;color:#0f172a}.app-dialog__body{padding:0 1.25rem 1rem;overflow-y:auto;flex:1;min-height:0;font-size:.9rem;line-height:1.5;color:#334155}.app-dialog__body p{margin:0 0 .5rem}.app-dialog__body p:last-child{margin-bottom:0}.app-dialog__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem 1.15rem;border-top:1px solid #e8eef6;flex-shrink:0}.app-dialog__btn{min-height:2.4rem;padding:0 1rem;border-radius:10px;font-size:.86rem;font-weight:600;cursor:pointer;border:1px solid transparent}.app-dialog__btn--ghost{background:#f8fafc;color:#334155;border-color:#e2e8f0}.app-dialog__btn--ghost:hover:not(:disabled){background:#f1f5f9}.app-dialog__btn--primary{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff}.app-dialog__btn--primary:hover:not(:disabled){filter:brightness(1.05)}.app-dialog__btn--danger{background:linear-gradient(180deg,#dc2626,#b91c1c);color:#fff}.app-dialog__btn--danger:hover:not(:disabled){filter:brightness(1.05)}.app-dialog__btn:disabled{opacity:.55;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.app-dialog{animation:none}}.sidebar-featured{display:none;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}@media (min-width: 1280px){.sidebar-featured{display:block}}.sidebar-featured__label{margin:0 0 .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.sidebar-featured__card{background:var(--surface-soft, var(--bg));border:1px solid var(--border);border-radius:var(--radius);padding:.65rem}.sidebar-featured__media{aspect-ratio:4 / 3;border-radius:calc(var(--radius) - 2px);overflow:hidden;background:var(--bg);margin-bottom:.5rem}.sidebar-featured__img{width:100%;height:100%;object-fit:cover;display:block}.sidebar-featured__ph{width:100%;height:100%;overflow:hidden}.sidebar-featured__title{margin:0 0 .25rem;font-size:.8125rem;font-weight:600;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sidebar-featured__price{margin:0 0 .5rem;font-size:.75rem;font-weight:600;color:var(--accent)}.sidebar-featured__add{width:100%;padding:.45rem .65rem;font-size:.75rem;font-weight:600;border:none;border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer}.sidebar-featured__add:hover{background:var(--accent-hover, var(--accent))}.sidebar-featured__add:disabled{opacity:.55;cursor:not-allowed}.sidebar-featured__dots{display:flex;justify-content:center;gap:.35rem;margin-top:.5rem}.sidebar-featured__dot{width:5px;height:5px;border-radius:50%;background:var(--border)}.sidebar-featured__dot.is-active{background:var(--accent)}@media (prefers-reduced-motion: reduce){.sidebar-featured__card{transition:none}}.product-card,.product-card *,.product-card *:before,.product-card *:after{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-card--premium{--primary: #0F172A;--primary-dark: #020617;--accent: #2563EB;--accent-dark: #1E40AF;--accent-light: #DBEAFE;--success: #10B981;--success-dark: #059669;--warning: #F59E0B;--danger: #EF4444;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--black: #000000;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--spacing-2xl: 24px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition: all .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .3s cubic-bezier(.4, 0, .2, 1)}.product-card--premium{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:var(--transition-slow);overflow:hidden;position:relative;display:flex;flex-direction:column;border:1px solid var(--gray-200);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:var(--gray-900);height:100%;min-height:540px}.product-card--premium:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.product-card__image-section{position:relative;background:var(--gray-50);overflow:hidden;cursor:pointer}.product-card__image-link{display:block;text-decoration:none;background:none;border:none;width:100%;cursor:pointer}.product-card__image-wrapper{position:relative;aspect-ratio:1 / 1;width:100%;overflow:hidden;background:var(--gray-100)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);opacity:0}.product-card__image--loaded{opacity:1;transition:opacity .3s ease-in-out}.product-card__image-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-card__image-wrapper:hover .product-card__image{transform:scale(1.08)}.product-card__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:#0f172a99;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;z-index:3;cursor:pointer}.product-card__carousel-btn--prev{left:8px}.product-card__carousel-btn--next{right:8px}.product-card__carousel-btn:hover{background:#0f172acc}.product-card__carousel-dots{position:absolute;left:50%;bottom:8px;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;z-index:3}.product-card__carousel-dot{width:7px;height:7px;border-radius:999px;border:none;background:#ffffff8c;cursor:pointer}.product-card__carousel-dot.is-active{background:#fff}.product-card__badges{position:absolute;top:var(--spacing-md);left:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-xs);z-index:2}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;font-size:.6875rem;font-weight:700;border-radius:var(--radius-full);letter-spacing:.02em;backdrop-filter:blur(4px)}.badge--discount{background:var(--danger);color:var(--white)}.badge--new{background:var(--success);color:var(--white)}.badge--hot{background:var(--warning);color:var(--white)}.product-card__quick-actions{position:absolute;top:var(--spacing-md);right:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-sm);z-index:2;opacity:0;transform:translate(10px);transition:var(--transition)}.product-card__image-wrapper:hover .product-card__quick-actions{opacity:1;transform:translate(0)}.quick-action{width:32px;height:32px;border-radius:50%;background:var(--white);border:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);color:var(--gray-600);box-shadow:var(--shadow-sm)}.quick-action:hover{background:var(--accent);color:var(--white);border-color:var(--accent);transform:scale(1.1)}.product-card__content{padding:var(--spacing-lg);display:flex;flex-direction:column;gap:var(--spacing-md);flex:1}.product-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-sm)}.product-card__title{font-size:1rem;font-weight:600;color:var(--gray-900);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.product-card__brand-tag{flex-shrink:0;max-width:45%;padding:2px 8px;border-radius:999px;border:1px solid var(--gray-300);background:var(--gray-50);color:var(--gray-700);font-size:.6875rem;font-weight:700;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__title button{background:none;border:none;font-size:inherit;font-weight:inherit;color:inherit;cursor:pointer;text-align:left;padding:0;font-family:inherit}.product-card__title button:hover{color:var(--accent)}.product-card__rating{display:flex;align-items:center;gap:var(--spacing-sm);margin-top:var(--spacing-xs)}.stars{display:flex;gap:2px;color:var(--warning)}.review-count{font-size:.75rem;color:var(--gray-500)}.product-card__price-section{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--spacing-sm);padding:var(--spacing-sm) 0}.price-wrapper{display:flex;align-items:baseline;gap:var(--spacing-sm);flex-wrap:wrap}.current-price{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.02em}.original-price{font-size:.875rem;color:var(--gray-400);text-decoration:line-through}.discount-badge{font-size:.75rem;font-weight:600;color:var(--success);background:var(--accent-light);padding:2px 8px;border-radius:var(--radius-full)}.stock-status{display:flex;align-items:center;gap:var(--spacing-xs);font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:var(--radius-full);background:var(--gray-100)}.stock-status svg{flex-shrink:0}.status--in{color:var(--success);background:#d1fae5}.status--medium{color:var(--warning);background:#fef3c7}.status--low{color:var(--danger);background:#fee2e2}.status--out{color:var(--gray-500);background:var(--gray-200)}.product-card__specs{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-sm);background:var(--gray-50);border-radius:var(--radius-lg);padding:var(--spacing-sm)}.spec-item{display:flex;flex-direction:column;gap:var(--spacing-xs);text-align:center;padding:var(--spacing-xs)}.spec-label{font-size:.6875rem;font-weight:500;color:var(--gray-500);letter-spacing:.03em}.spec-value{font-size:.8125rem;font-weight:600;color:var(--gray-900);display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs)}.stock-amount{display:inline-flex;align-items:center;gap:var(--spacing-xs);color:var(--accent)}.stock-amount svg{width:12px;height:12px}.color-dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--gray-300)}.product-card__min-buy-note{font-size:.8125rem;line-height:1.45;color:var(--warning);padding:var(--spacing-sm) 0;margin:0}.product-card__quantity-section{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-xs) 0}.quantity-control{display:flex;align-items:center;border:1px solid var(--gray-300);border-radius:var(--radius-md);overflow:hidden;background:var(--white)}.qty-btn{width:32px;height:32px;border:none;background:var(--gray-50);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);color:var(--gray-700);display:flex;align-items:center;justify-content:center}.qty-btn:hover:not(:disabled){background:var(--gray-200)}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-value{min-width:40px;text-align:center;font-size:.875rem;font-weight:600;color:var(--gray-900)}.stock-info{font-size:.75rem;color:var(--gray-500)}.stock-remaining{font-weight:500}.product-card__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:10px 12px;font-size:.8125rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;font-family:inherit;white-space:nowrap}.btn--buy{background:var(--primary);color:var(--white)}.btn--buy:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px)}.product-card__actions .btn.btn--buy.btn--buy--loading:disabled{opacity:.95;cursor:wait;transform:none}.btn--offer{background:var(--white);color:var(--accent);border:1px solid var(--accent)}.btn--offer:hover:not(:disabled){background:var(--accent-light);transform:translateY(-2px)}.btn--preorder{background:linear-gradient(135deg,#d97706,#b45309);color:var(--white);border:none}.btn--preorder:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-cart-full{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:12px 16px;font-size:.875rem;font-weight:700;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;font-family:inherit;background:var(--accent);color:var(--white);margin-top:var(--spacing-xs)}.btn-cart-full:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-cart-full--loading{opacity:.7;cursor:wait}.btn-cart-full:disabled{opacity:.5;cursor:not-allowed}.success-toast{display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:var(--spacing-sm);background:#d1fae5;border:1px solid #86EFAC;border-radius:var(--radius-md);color:var(--success-dark);font-size:.75rem;font-weight:500;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.details-link{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);background:transparent;border:none;color:var(--accent);font-size:.75rem;font-weight:600;cursor:pointer;transition:var(--transition);padding:var(--spacing-sm);margin-top:var(--spacing-xs);width:100%;border-top:1px solid var(--gray-200)}.details-link:hover{color:var(--accent-dark);gap:var(--spacing-sm)}.modal-overlay{position:fixed;inset:0;background:#02061780;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:clamp(.8rem,3vw,1.5rem)}.modal-content{background:var(--white, #ffffff);border-radius:var(--radius-xl);padding:clamp(1rem,2.5vw,var(--spacing-2xl));width:min(100%,480px);position:relative;box-shadow:var(--shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1));border:1px solid var(--gray-200, #e5e7eb);animation:modalSlideIn .3s ease;max-height:min(88vh,680px);overflow-y:auto;color:var(--gray-900, #111827)}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:var(--spacing-lg);right:var(--spacing-lg);width:32px;height:32px;border-radius:var(--radius-full);border:none;background:var(--gray-100, #f3f4f6);font-size:1.25rem;cursor:pointer;color:var(--gray-600, #4b5563);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.modal-close:hover{background:var(--gray-200, #e5e7eb);transform:rotate(90deg)}.modal-title{margin:0 0 var(--spacing-sm);font-size:1.25rem;font-weight:700;color:var(--gray-900, #111827)}.modal-product{font-size:.875rem;color:var(--gray-600, #4b5563);margin:0 0 var(--spacing-xs)}.modal-price{font-size:.8125rem;color:var(--gray-500, #6b7280);margin:0 0 var(--spacing-lg)}.modal-content input{width:100%;padding:10px 12px;margin-bottom:var(--spacing-md);border:1px solid var(--gray-300, #d1d5db);border-radius:var(--radius-md);font-size:.875rem;font-family:inherit;background:var(--white, #ffffff);color:var(--gray-900, #111827);transition:var(--transition)}.modal-content input:focus{outline:none;border-color:var(--accent, #2563eb);box-shadow:0 0 0 3px #2563eb1a}.modal-error{color:var(--danger, #ef4444);font-size:.75rem;margin:-8px 0 var(--spacing-md)}.modal-actions{display:flex;gap:var(--spacing-sm);justify-content:flex-end;margin-top:var(--spacing-md)}.modal-actions button{padding:8px 20px;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:var(--transition)}.modal-actions button:first-child{background:var(--gray-100, #f3f4f6);color:var(--gray-700, #374151)}.modal-actions button:first-child:hover{background:var(--gray-200, #e5e7eb)}.modal-actions button:last-child{background:var(--accent, #2563eb);color:var(--white, #ffffff)}.modal-actions button:last-child:hover{background:var(--accent-dark, #1e40af);transform:translateY(-1px)}@media (max-width: 480px){.modal-actions{flex-direction:column;align-items:stretch}}.product-image-modal-overlay{position:fixed;inset:0;z-index:1100;background:#000000d1;backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1.2rem}.product-image-modal{position:relative;width:min(96vw,1200px);height:min(92vh,900px);display:flex;align-items:center;justify-content:center}.product-image-modal__close{position:absolute;top:.25rem;right:.25rem;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:#0f172aa6;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;z-index:2}.product-image-modal__close:hover{background:#0f172ad9}.product-image-modal__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border:none;border-radius:999px;background:#0f172a9e;color:#fff;font-size:1.5rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.product-image-modal__nav:hover{background:#0f172ad1}.product-image-modal__nav--prev{left:.35rem}.product-image-modal__nav--next{right:.35rem}.product-image-modal__img{width:100%;height:100%;object-fit:contain;border-radius:10px;background:#ffffff05}@media (max-width: 768px){.product-card--premium{min-height:520px}.product-card__content{padding:var(--spacing-md)}.current-price{font-size:1.25rem}.product-card__specs{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.product-card__price-section{flex-direction:column;align-items:flex-start}.price-wrapper{width:100%}.product-card__brand-tag{display:none}}@media (max-width: 480px){.product-card--premium{min-height:500px}.product-card__quantity-section{flex-direction:column;align-items:stretch}.quantity-control{justify-content:center}}@media (forced-colors: active){.product-card--premium,.product-card--premium *{forced-color-adjust:none}}button{background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}.offer-modal{--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--radius-md: 8px;--accent: #2563eb;--accent-dark: #1e40af;--accent-light: #dbeafe;--success-dark: #059669;--danger: #ef4444;max-width:540px;padding:0;max-height:min(88vh,680px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:modalSlideIn .3s ease}.offer-modal__header{text-align:center;padding:32px 32px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative}.offer-icon{width:64px;height:64px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;backdrop-filter:blur(10px);transition:transform .3s ease}.offer-icon:hover{transform:scale(1.05)}.offer-icon svg{color:#fff}.offer-subtitle{font-size:.875rem;opacity:.9;margin-top:8px}.offer-modal__product-info{padding:20px 32px;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.product-details{text-align:center}.product-name{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:8px;line-height:1.4}.price-comparison{display:flex;align-items:baseline;justify-content:center;gap:12px;font-size:.875rem}.list-price-label{color:var(--gray-500)}.list-price-value{font-weight:600;color:var(--gray-700)}.offer-modal__price-section,.offer-modal__quantity-section{padding:20px 32px}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:12px}.label-hint{font-size:.75rem;font-weight:400;color:var(--gray-500);margin-left:8px}.price-input-wrapper{display:block}.price-input{width:100%;padding:12px 16px;font-size:1rem;font-weight:600;border:2px solid var(--gray-300);border-radius:var(--radius-md);transition:all .2s;background:#fff;color:var(--gray-900);caret-color:var(--gray-900)}.price-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.savings-preview{margin-top:12px}.savings-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#d1fae5;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--success-dark);animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quantity-selector{display:flex;align-items:center;gap:12px;max-width:180px}.qty-control-btn{width:40px;height:40px;border:1px solid var(--gray-300);background:#fff;border-radius:var(--radius-md);font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;color:var(--gray-700)}.qty-control-btn:hover:not(:disabled){background:var(--gray-100);border-color:var(--accent);color:var(--accent)}.qty-control-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:80px;height:40px;text-align:center;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:1rem;font-weight:600;background:#fff;color:var(--gray-900);caret-color:var(--gray-900)}.quantity-input:focus{outline:none;border-color:var(--accent)}.offer-error{margin:0 32px 16px;padding:12px;background:#fee2e2;border:1px solid #FECACA;border-radius:var(--radius-md);color:var(--danger);font-size:.8125rem;display:flex;align-items:center;gap:8px;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.offer-modal__info{padding:16px 32px;background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.info-item{display:flex;align-items:center;gap:10px;font-size:.75rem;color:var(--gray-600);margin-bottom:10px}.info-item:last-child{margin-bottom:0}.info-item svg{flex-shrink:0;color:var(--accent)}.offer-modal__actions{display:flex;gap:12px;padding:24px 32px}.offer-modal--success-view{padding:0;max-height:min(88vh,560px)}.offer-modal__success{padding:40px 32px 36px;text-align:center;color:#111827;background:#fff}.offer-modal__success-icon{width:72px;height:72px;margin:0 auto 20px;background:#ecfdf5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#059669}.offer-modal__success-title{margin:0 0 12px;font-size:1.35rem;font-weight:700;color:#0f172a}.offer-modal__success-text{margin:0 0 28px;font-size:.9375rem;line-height:1.55;color:#475569}.offer-modal__success-btn{max-width:220px;margin:0 auto;width:100%}.btn-primary,.btn-secondary,.btn-outline{flex:1;padding:12px 20px;font-size:.875rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;border:none;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-200);transform:translateY(-1px)}.btn-outline{background:#fff;color:var(--accent);border:1px solid var(--accent)}.btn-outline:hover{background:var(--accent-light);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-primary:disabled,.btn-secondary:disabled,.btn-outline:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.offer-modal__actions{flex-direction:column}.offer-modal__price-section,.offer-modal__quantity-section,.offer-modal__info,.offer-modal__actions,.offer-modal__product-info{padding-left:20px;padding-right:20px}.offer-modal__header{padding:24px 20px}.offer-icon{width:48px;height:48px}.offer-icon svg{width:24px;height:24px}.modal-title{font-size:1.125rem}}@media (prefers-color-scheme: dark){.offer-modal{background:var(--gray-800)}.offer-modal__product-info{background:var(--gray-900);border-bottom-color:var(--gray-700)}.product-name{color:var(--gray-100)}.price-input,.quantity-input{background:var(--gray-800);border-color:var(--gray-600);color:var(--gray-100);caret-color:var(--gray-100)}.offer-modal__info{background:var(--gray-900);border-color:var(--gray-700)}.btn-secondary{background:var(--gray-700);color:var(--gray-200);border-color:var(--gray-600)}.btn-outline{background:var(--gray-800);color:var(--accent-light)}}.stock-list{flex:1;min-width:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:clip;padding:0 clamp(1rem,2.5vw,2rem) 2rem;background:var(--bg)}.stock-list__subnav{display:none}@media (min-width: 1280px){.stock-list{--stock-subnav-sticky-stack: 4.75rem}.stock-list__subnav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1rem;margin:0 calc(-1*clamp(1rem,2.5vw,2rem)) 0;padding:.65rem clamp(.85rem,2.5vw,1.75rem);background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:var(--header-sticky-offset);z-index:40;box-sizing:border-box}.stock-list__subnav-text{min-width:0}.stock-list__subnav-title{margin:0;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1.2}.stock-list__subnav-meta{margin:.2rem 0 0;font-size:.8125rem;color:var(--text-muted)}.stock-list__subnav-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.stock-list__select-wrap{margin:0}.stock-list__select{padding:.45rem .65rem;border:1px solid var(--border);border-radius:8px;font-size:.8125rem;font-weight:500;background:var(--surface);color:var(--text);min-width:0;max-width:100%;font-family:inherit}.stock-list__cart-reopen{padding:.45rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.8125rem;font-weight:600;background:var(--surface);color:var(--text);font-family:inherit;cursor:pointer;white-space:nowrap}.stock-list__cart-reopen:hover{border-color:var(--accent);color:var(--accent)}}.stock-list__cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.stock-list__cards>li{min-width:0}.stock-list__cards .product-card--default{grid-template-columns:1fr;border-radius:12px;overflow:hidden;height:100%}.stock-list__cards .product-card__image-section{border-right:none;border-bottom:1px solid var(--border);padding:.75rem}.stock-list__cards .product-card__image-wrapper{aspect-ratio:4 / 3}.stock-list__cards .product-card__image{object-fit:contain}.stock-list__cards .product-card__content{padding:.75rem;gap:.65rem}.stock-list__cards .product-card__title{font-size:.95rem}.stock-list__cards .product-card__price{font-size:1.05rem}.stock-list__cards .product-card__specs{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-list__cards .product-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.stock-list__cards .btn{font-size:.76rem;padding:.5rem .7rem}.stock-list__cards .product-card__actions .btn--outline{grid-column:1 / -1}.stock-list__latest-premium{margin:0 0 2.5rem;padding:2rem 0 1.5rem;background:linear-gradient(135deg,#2563eb08,#2563eb03);border-radius:24px;position:relative;overflow:hidden}.stock-list__latest-premium:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),#764ba2,var(--accent))}.latest-premium-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 .5rem;position:relative}.latest-premium-header-content{flex:1}.latest-premium-badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:#2563eb1a;padding:.25rem .75rem;border-radius:20px;margin-bottom:.75rem}.latest-premium-title{margin:0 0 .5rem;font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--text) 0%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.02em}.latest-premium-subtitle{margin:0;font-size:.875rem;color:var(--text-muted);max-width:500px;line-height:1.5}.latest-premium-decoration{color:var(--accent);opacity:.15;flex-shrink:0}.latest-premium-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:.5rem;width:100%}.latest-product-card{background:var(--surface);border-radius:20px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border);position:relative;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;width:100%;height:100%}.latest-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #00000005;border-color:var(--accent)}.latest-product-card--featured{position:relative}.latest-product-card--featured:after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:linear-gradient(135deg,transparent 50%,var(--accent) 50%);opacity:.1;pointer-events:none}.latest-product-card__badge{position:absolute;top:1rem;left:1rem;z-index:10}.latest-badge--featured{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.latest-badge--hot{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.latest-badge--new{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.latest-product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(135deg,var(--gray-100),var(--gray-50));cursor:pointer;flex-shrink:0}.latest-product-card__image-link{display:block;width:100%;height:100%;background:none;border:none;cursor:pointer;position:relative}.latest-product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .5s cubic-bezier(.4,0,.2,1);opacity:0;background:var(--gray-50)}.latest-product-card__image--loaded{opacity:1}.latest-product-card__image-wrapper:hover .latest-product-card__image{transform:scale(1.05)}.latest-product-card__no-image{width:100%;height:100%;overflow:hidden}.latest-product-card__skeleton{position:absolute;inset:0;background:linear-gradient(110deg,var(--gray-200) 0%,var(--gray-100) 50%,var(--gray-200) 100%);background-size:200% 100%;animation:skeleton-shimmer .8s ease-in-out infinite;z-index:1}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.latest-product-card__image-counter{position:absolute;bottom:.75rem;right:.75rem;background:#0009;backdrop-filter:blur(4px);color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;z-index:5}.latest-product-card__overlay{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:3}.latest-product-card__image-wrapper:hover .latest-product-card__overlay{opacity:1}.latest-product-card__quick-view{background:#fff;border:none;padding:.6rem 1.25rem;border-radius:30px;font-size:.875rem;font-weight:600;color:var(--accent);cursor:pointer;transition:all .2s ease;font-family:inherit}.latest-product-card__quick-view:hover{transform:scale(1.05);background:var(--accent);color:#fff}.latest-product-card__content{padding:1rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.latest-product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.latest-product-card__title{margin:0;font-size:1rem;font-weight:700;line-height:1.3;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-product-card__title button{background:none;border:none;font-size:inherit;font-weight:inherit;color:inherit;cursor:pointer;text-align:left;padding:0;font-family:inherit;transition:color .2s ease;width:100%}.latest-product-card__title button:hover{color:var(--accent)}.latest-product-card__discount{background:var(--danger);color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:700;flex-shrink:0}.latest-product-card__specs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.5rem;background:var(--gray-50);border-radius:12px}.latest-spec{display:flex;flex-direction:column;gap:.25rem;text-align:center}.latest-spec-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-500)}.latest-spec-value{font-size:.75rem;font-weight:600;color:var(--gray-900);display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.latest-color-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.latest-product-card__price-section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.latest-price-wrapper{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.latest-current-price{font-size:1.25rem;font-weight:800;color:var(--primary);letter-spacing:-.02em}.latest-original-price{font-size:.75rem;color:var(--gray-400);text-decoration:line-through}.latest-stock-status{flex-shrink:0}.latest-stock-badge{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.latest-stock-badge--in{background:#d1fae5;color:#065f46}.latest-stock-badge--out{background:#fee2e2;color:#991b1b}.latest-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto}.latest-btn{padding:.6rem 1rem;font-size:.75rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:inherit;text-align:center}.latest-btn--buy{background:var(--primary);color:#fff;border:none}.latest-btn--buy:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px)}.latest-btn--buy.latest-btn--buy-loading{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:wait;opacity:.95}.latest-btn__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:latest-btn-spin .65s linear infinite;flex-shrink:0}@keyframes latest-btn-spin{to{transform:rotate(360deg)}}.latest-btn--cart{background:#fff;color:var(--accent);border:1px solid var(--accent)}.latest-btn--cart:hover:not(:disabled){background:var(--accent-light);transform:translateY(-2px)}.latest-btn--preorder{grid-column:1 / -1;background:linear-gradient(135deg,#d97706,#b45309);color:#fff;border:none;font-weight:700}.latest-btn--preorder:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px)}.latest-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.latest-premium-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.latest-premium-title{font-size:1.5rem}}@media (max-width: 768px){.stock-list__latest-premium{margin-bottom:1.5rem;padding:1rem 0}.latest-premium-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.latest-premium-decoration{display:none}.latest-premium-grid{grid-template-columns:1fr;gap:1rem}.latest-premium-title{font-size:1.25rem}.latest-premium-subtitle{font-size:.8rem}.latest-product-card__price-section{flex-direction:column;align-items:flex-start}.latest-product-card__image{object-fit:contain}}@media (max-width: 480px){.latest-product-card__actions,.latest-product-card__specs{grid-template-columns:1fr}.latest-current-price{font-size:1rem}}.stock-list__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.stock-list__layout--with-cart{grid-template-columns:minmax(0,1fr) 300px;align-items:start;min-height:calc(100vh - var(--header-sticky-offset))}@media (min-width: 1280px){.stock-list__layout--with-cart{min-height:calc(100vh - var(--header-sticky-offset) - var(--stock-subnav-sticky-stack, 4.75rem))}}.stock-list__cards--with-cart{grid-template-columns:repeat(3,minmax(0,1fr))}.stock-list__cart-panel{position:sticky;top:var(--header-sticky-offset);align-self:start;height:calc(100vh - var(--header-sticky-offset));background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.75rem;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}@media (min-width: 1280px){.stock-list__cart-panel{top:calc(var(--header-sticky-offset) + var(--stock-subnav-sticky-stack, 4.75rem));height:calc(100vh - var(--header-sticky-offset) - var(--stock-subnav-sticky-stack, 4.75rem))}}.stock-list__cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.stock-list__cart-head-text{min-width:0}.stock-list__cart-head h2{margin:0;font-size:1rem}.stock-list__cart-head span{display:block;margin-top:.15rem;font-size:.75rem;color:var(--text-muted);font-weight:600}.stock-list__cart-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:-.2rem -.25rem 0 0;padding:0;border:none;border-radius:8px;background:transparent;color:var(--text-muted);font-size:1.35rem;line-height:1;cursor:pointer;font-family:inherit}.stock-list__cart-close:hover{background:var(--surface-soft, #f1f5f9);color:var(--text)}.stock-list__cart-items{list-style:none;margin:0;padding:0;display:grid;gap:.65rem;flex:1;min-height:0;max-height:none;overflow:auto}.stock-list__cart-item{border:1px solid var(--border);border-radius:10px;padding:.42rem;background:var(--surface)}.stock-list__cart-item-main{display:flex;gap:.4rem;align-items:center}.stock-list__cart-item-img,.stock-list__cart-item-ph{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--surface-soft, #f1f5f9);border:1px solid var(--border)}.stock-list__cart-item-ph{display:grid;place-items:center;overflow:hidden;padding:0}.stock-list__cart-item-text{min-width:0}.stock-list__cart-item-title{margin:0 0 .2rem;font-size:.8rem;font-weight:600}.stock-list__cart-item-price{margin:0;font-size:.73rem;color:var(--text-muted)}.stock-list__cart-item-controls{margin-top:.35rem;display:flex;align-items:center;justify-content:space-between}.stock-list__qty-stepper{display:inline-flex;align-items:center;gap:.35rem}.stock-list__qty-stepper button{width:22px;height:22px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);line-height:1}.stock-list__qty-stepper span{min-width:16px;text-align:center;font-size:.75rem;font-weight:700}.stock-list__cart-remove{border:none;background:none;color:#b91c1c;font-size:.72rem;font-weight:700}.stock-list__cart-line-total{margin:.24rem 0 0;font-size:.71rem;color:var(--text);font-weight:700}.stock-list__cart-summary{margin-top:.75rem;padding-top:.6rem;border-top:1px solid var(--border)}.stock-list__cart-summary>div{display:flex;align-items:center;justify-content:space-between;font-size:.82rem}.stock-list__cart-summary strong{font-size:.9rem}.stock-list__cart-actions{margin-top:auto;padding-top:.75rem;display:grid;gap:.45rem}.stock-list__cart-checkout{border:none;border-radius:999px;padding:.65rem .85rem;background:var(--text);color:#fff;font-weight:700}.stock-list__cart-checkout:disabled{opacity:.55;cursor:not-allowed}.stock-list__cart-open-full{font-size:.78rem;text-align:center;color:var(--accent)}.stock-list__loading,.stock-list__empty{margin:2rem 0;text-align:center;color:var(--text-muted);font-size:.9375rem}.stock-list__empty-wrap{margin:2rem 0}.stock-list__empty-wrap .stock-list__empty{margin:0 0 .75rem}.stock-list__empty-preorder{max-width:32rem;margin:0 auto;padding:1rem 1.1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface-soft);text-align:center}.stock-list__empty-preorder__text{margin:0 0 .85rem;font-size:.875rem;line-height:1.5;color:var(--text)}.stock-list__empty-preorder__btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.15rem;border-radius:999px;border:none;font:inherit;font-weight:700;font-size:.875rem;cursor:pointer;background:linear-gradient(135deg,#d97706,#b45309);color:#fff}.stock-list__empty-preorder__btn:hover:not(:disabled){filter:brightness(1.05)}.stock-list__empty-preorder__btn:disabled{opacity:.5;cursor:not-allowed}.stock-list__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--border)}.stock-list__page-btn{padding:.45rem .9rem;font-size:.8125rem;font-weight:600;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:inherit;cursor:pointer}.stock-list__page-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.stock-list__page-btn:disabled{opacity:.45;cursor:not-allowed}.stock-list__page-info{font-size:.8125rem;color:var(--text-muted);font-weight:600}.stock-detail-overlay{position:fixed;inset:0;z-index:200;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1.5rem}.stock-detail-modal{position:relative;width:min(100%,420px);max-height:min(90vh,640px);overflow-y:auto;background:var(--surface);border-radius:12px;padding:1.35rem 1.25rem 1.25rem;box-shadow:0 20px 50px #0000002e}.stock-detail-close{position:absolute;top:.65rem;right:.65rem;width:2rem;height:2rem;border:none;border-radius:8px;background:var(--surface-soft);font-size:1.35rem;line-height:1;cursor:pointer;color:var(--text)}.stock-detail-close:hover{background:color-mix(in srgb,var(--border) 70%,var(--surface))}.stock-detail-title{margin:0 2rem 1rem 0;font-size:1.2rem;font-weight:700;text-transform:capitalize}.stock-detail-img{width:100%;max-height:200px;object-fit:contain;border-radius:8px;background:var(--surface-soft);margin-bottom:1rem}.stock-detail-img--placeholder{min-height:160px;overflow:hidden;display:flex;align-items:stretch}.stock-detail-dl{margin:0;display:grid;gap:.65rem}.stock-detail-dl>div{display:grid;gap:.15rem}.stock-detail-dl dt{margin:0;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.stock-detail-dl dd{margin:0;font-size:.875rem;font-weight:600;color:var(--text)}.stock-detail-desc dd{font-weight:500;line-height:1.45}.stock-detail-availability{grid-column:1 / -1}.stock-detail-availability__list{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.stock-detail-availability__list li{display:flex;justify-content:space-between;gap:.75rem;padding:.45rem .55rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.85rem}.stock-detail-availability__place{color:#334155}.stock-detail-availability__qty{font-weight:700;color:#0f172a;white-space:nowrap}.stock-detail-delivery{margin-top:1rem;padding:.85rem .95rem;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe}.stock-detail-delivery__title{margin:0 0 .35rem;font-weight:700;color:#1e40af;font-size:.92rem}.stock-detail-delivery__text{margin:0;font-size:.86rem;line-height:1.5;color:#1e3a8a}.stock-detail-local-ok{margin:.85rem 0 0;font-size:.86rem;color:#166534;background:#ecfdf5;border:1px solid #86efac;border-radius:8px;padding:.55rem .65rem}.stock-detail-preorder{margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--border)}.stock-detail-preorder__text{margin:0 0 .75rem;font-size:.8125rem;line-height:1.45;color:var(--text-muted)}.stock-detail-preorder__btn{width:100%;padding:.6rem .85rem;border-radius:10px;border:none;font:inherit;font-weight:700;font-size:.875rem;cursor:pointer;background:linear-gradient(135deg,#d97706,#b45309);color:#fff}.stock-detail-preorder__btn:hover{filter:brightness(1.05)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1510px){.stock-list__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.stock-list__cards--with-cart{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1279px){.stock-list__layout--with-cart{grid-template-columns:1fr}.stock-list__cart-panel{display:none}}@media (max-width: 1024px){.latest-premium-grid{grid-template-columns:repeat(2,1fr)}.latest-premium-title{font-size:1.5rem}}@media (max-width: 980px){.stock-list__cards,.stock-list__cards--with-cart{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.stock-list__latest-premium{margin-bottom:1.5rem;padding:1rem 0}.latest-premium-header{flex-direction:column;align-items:flex-start;gap:1rem}.latest-premium-decoration{display:none}.latest-premium-grid{grid-template-columns:1fr;gap:1rem}.latest-premium-title{font-size:1.25rem}.latest-premium-subtitle{font-size:.8rem}.latest-product-card__price-section{flex-direction:column;align-items:flex-start}}@media (max-width: 680px){.stock-list__cards,.stock-list__cards--with-cart{grid-template-columns:1fr}}@media (prefers-color-scheme: dark){.latest-stock-badge--in{background:#10b98133;color:#34d399}.latest-stock-badge--out{background:#ef444433;color:#f87171}.latest-product-card__specs{background:var(--gray-800)}.latest-spec-value{color:var(--gray-200)}.latest-btn--cart{background:var(--gray-800);color:var(--accent)}.latest-btn--cart:hover:not(:disabled){background:var(--gray-700)}}@media (prefers-reduced-motion: reduce){.latest-product-card,.latest-product-card__image,.latest-product-card__overlay,.latest-btn,.stock-list__page-btn{transition:none}.latest-product-card__skeleton{animation:none;background:var(--gray-200)}.latest-product-card:hover{transform:none}}@media (forced-colors: active){.latest-product-card,.stock-list__cart-panel,.stock-detail-modal{forced-color-adjust:none}}.order-feedback-modal-root{position:fixed;inset:0;z-index:100002;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem);pointer-events:auto}.order-feedback-modal__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;cursor:pointer;background:#0f172a73;backdrop-filter:blur(4px)}.order-feedback-modal{position:relative;z-index:1;width:min(100%,420px);max-height:min(85vh,520px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #0f172a0f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111827;-webkit-font-smoothing:antialiased;border-top:4px solid #64748b}.order-feedback-modal--success{border-top-color:#16a34a}.order-feedback-modal--error{border-top-color:#dc2626}.order-feedback-modal--info{border-top-color:#2563eb}.order-feedback-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.35rem 1rem}.order-feedback-modal__title{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;line-height:1.3}.order-feedback-modal__close{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:transparent;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.order-feedback-modal__close:hover{background:#f1f5f9;color:#0f172a}.order-feedback-modal__divider{height:1px;background:#e2e8f0;margin:0}.order-feedback-modal__body{padding:1.15rem 1.35rem 1.25rem}.order-feedback-modal__message{margin:0;font-size:.9375rem;line-height:1.55;color:#475569;white-space:pre-wrap;word-break:break-word}.order-feedback-modal__footer{display:flex;justify-content:flex-end;padding:1rem 1.35rem 1.25rem}.order-feedback-modal__btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;min-width:96px;padding:0 1.25rem;font-size:.875rem;font-weight:600;font-family:inherit;border-radius:10px;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.order-feedback-modal__btn--primary{background:#16a34a;border-color:#16a34a;color:#fff;box-shadow:0 1px 2px #16a34a40}.order-feedback-modal__btn--primary:hover{background:#15803d;border-color:#15803d}.order-feedback-modal__btn--info{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 1px 2px #2563eb33}.order-feedback-modal__btn--info:hover{background:#1d4ed8;border-color:#1d4ed8}.order-feedback-modal__btn--danger{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 1px 2px #dc262633}.order-feedback-modal__btn--danger:hover{background:#b91c1c;border-color:#b91c1c}.order-feedback-modal__btn:focus-visible,.order-feedback-modal__close:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb59}@media (prefers-reduced-motion: reduce){.order-feedback-modal__btn,.order-feedback-modal__close{transition:none}}.checkout-block-overlay{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a73;backdrop-filter:blur(6px)}.checkout-block-overlay__panel{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:22rem;padding:1.75rem 1.5rem;background:var(--surface, #ffffff);color:var(--text, #111827);border-radius:16px;box-shadow:0 25px 50px #0003;text-align:center}.checkout-block-overlay__spinner{width:2.75rem;height:2.75rem;border:3px solid rgba(37,99,235,.25);border-top-color:#2563eb;border-radius:50%;animation:checkout-block-spin .75s linear infinite}.checkout-block-overlay__title{margin:0;font-size:1.05rem;font-weight:700}.checkout-block-overlay__hint{margin:0;font-size:.82rem;color:var(--text-muted, #6b7280);line-height:1.4}@keyframes checkout-block-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.checkout-block-overlay__spinner{animation:none;opacity:.9;border-top-color:#2563eb73}}.preorder-modal-overlay{position:fixed;inset:0;z-index:100050;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a73;backdrop-filter:blur(4px)}.preorder-modal{position:relative;width:min(100%,440px);max-height:min(90vh,560px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #0f172a40;padding:1.35rem 1.35rem 1.25rem;color:#0f172a}.preorder-modal--wide{width:min(100%,520px);max-height:min(92vh,720px)}.preorder-modal__req{color:#b45309;font-weight:700}.preorder-modal__hint{font-weight:500;color:#64748b;font-size:.72rem}.preorder-modal__hint--block{display:block;margin-top:.35rem}.preorder-modal__close{position:absolute;top:.65rem;right:.65rem;width:2.25rem;height:2.25rem;border:none;border-radius:8px;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer}.preorder-modal__close:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.preorder-modal__close:disabled{opacity:.5;cursor:not-allowed}.preorder-modal__title{margin:0 2rem .5rem 0;font-size:1.2rem;font-weight:700}.preorder-modal__lead{margin:0 0 .75rem;font-size:.9rem;line-height:1.5;color:#475569}.preorder-modal__catalog-name{margin:0 0 1rem;padding:.65rem .75rem;background:#f8fafc;border-radius:10px;font-size:.95rem;line-height:1.45;color:#0f172a}.preorder-modal__catalog-name-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.25rem}.preorder-modal__note{margin:0 0 1rem;padding:.65rem .75rem;font-size:.85rem;line-height:1.45;color:#1e40af;background:#eff6ff;border-radius:10px;border:1px solid #bfdbfe}.preorder-modal__form{display:flex;flex-direction:column;gap:1rem}.preorder-modal__label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;color:#334155}.preorder-modal__input{font:inherit;font-size:.95rem;font-weight:400;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a}.preorder-modal__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.preorder-modal__input--qty{max-width:8rem}.preorder-modal__input--price{width:100%;max-width:none;min-width:0}.preorder-modal__select{cursor:pointer;background-color:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M3 4.5L6 8l3-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;padding-right:2rem}.preorder-modal__input--follow{margin-top:.4rem}.preorder-modal__textarea{font:inherit;font-size:.9rem;font-weight:400;padding:.55rem .7rem;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;resize:vertical;min-height:4.5rem;line-height:1.45}.preorder-modal__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.preorder-modal__textarea--short{min-height:2.75rem}.preorder-modal__error{margin:0;font-size:.85rem;color:#b91c1c}.preorder-modal__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end;margin-top:.25rem}.preorder-modal__secondary{font:inherit;font-size:.9rem;font-weight:600;padding:.55rem 1rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer}.preorder-modal__secondary:disabled{opacity:.6;cursor:not-allowed}.preorder-modal__primary{font:inherit;font-size:.9rem;font-weight:600;padding:.55rem 1.1rem;border-radius:10px;border:none;background:#2563eb;color:#fff;cursor:pointer}.preorder-modal__primary:hover:not(:disabled){background:#1d4ed8}.preorder-modal__primary:disabled{opacity:.75;cursor:not-allowed}.preorder-modal__success{text-align:center;padding:.5rem .25rem .25rem}.preorder-modal__success-icon{display:flex;justify-content:center;margin-bottom:.75rem;color:#059669}.preorder-modal__success .preorder-modal__title{margin-right:0}.preorder-modal__success .preorder-modal__lead{margin-bottom:1.25rem}.preorder-modal__success .preorder-modal__primary{min-width:7rem}.app{min-height:100vh;display:flex;flex-direction:column}.app-layout{flex:1;display:flex;flex-direction:row;align-items:stretch;width:100%;max-width:none;margin:0;box-sizing:border-box;direction:ltr}@media (min-width: 1280px){.app-layout{display:grid;grid-template-columns:var(--shell-sidebar-width) minmax(0,1fr);grid-template-areas:"sidebar main";align-items:start;column-gap:0;min-height:0;background:var(--bg)}.app-layout>.sidebar{grid-area:sidebar;justify-self:stretch;width:100%;max-width:100%;min-width:0;box-sizing:border-box;align-self:start;z-index:2}.app-layout>.app-main{grid-area:main;justify-self:stretch;min-width:0;max-width:100%;overflow-x:clip;box-sizing:border-box}}.app-main{flex:1;min-width:0;max-width:100%;box-sizing:border-box}.app-main--stock{background:var(--bg);margin-top:0;padding-top:0}.app-stock-banner{margin:0;padding:.65rem clamp(1rem,2.5vw,2rem);font-size:.8125rem}.app-stock-banner--warn{background:color-mix(in srgb,#f59e0b 14%,var(--surface));color:color-mix(in srgb,#f59e0b 68%,var(--text));border-bottom:1px solid color-mix(in srgb,#f59e0b 40%,var(--border))}.app-stock-banner--with-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem}.app-stock-banner__actions{display:inline-flex;align-items:center;gap:.5rem}.app-stock-banner__retry{border:none;background:transparent;color:inherit;text-decoration:underline;cursor:pointer;font:inherit;font-weight:700;padding:0}.app-stock-banner__retry:hover{opacity:.88}@media (max-width: 1279px){.app-layout{display:flex;flex-direction:column;align-items:stretch}.app-layout .sidebar{display:none}.app-layout>.app-main{order:1;flex:1;width:100%;overflow-x:clip;max-width:100%}}.mobile-filters-wrapper{display:none}@media (max-width: 1279px){.mobile-filters-wrapper{display:block;padding:0 var(--container-padding, 1rem) var(--space-4, 1rem);border-bottom:1px solid var(--border)}.mobile-filters-trigger{width:100%;padding:.6rem 1rem;font-size:.875rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.mobile-filters-chevron{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);transition:transform .16s ease;flex-shrink:0}.mobile-filters-trigger[aria-expanded=true] .mobile-filters-chevron{transform:rotate(180deg);color:var(--accent)}.mobile-filters-trigger:hover{background:var(--bg);border-color:var(--accent)}.mobile-filters-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 2px #2563eb33}.mobile-filters-dropdown{margin-top:.5rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-height:70vh;overflow-y:auto}.mobile-filters-dropdown .sidebar{display:block;width:100%;max-height:none;border:none;padding:0;position:static;top:auto}}:root{--container-max: 100%;--container-padding: 1rem;--container-margin: 0 auto;--font-size-base: 14px;--grid-columns: 4;--gutter: 12px;--gutter-rem: .75rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--touch-min: 44px;--touch-min-rem: 2.75rem;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--text-xs: clamp(.6875rem, .65rem + .2vw, .75rem);--text-sm: clamp(.8125rem, .775rem + .2vw, .875rem);--text-base: clamp(.875rem, .825rem + .25vw, 1rem);--text-lg: clamp(1rem, .9rem + .5vw, 1.125rem);--text-xl: clamp(1.125rem, 1rem + .6vw, 1.25rem);--text-2xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--text-3xl: clamp(1.5rem, 1.25rem + 1.25vw, 1.875rem);--text-4xl: clamp(1.875rem, 1.5rem + 1.875vw, 2.25rem);--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2}@media (min-width: 375px){:root{--container-padding: 1.125rem;--font-size-base: 14.5px;--gutter: 14px;--gutter-rem: .875rem}}@media (min-width: 425px){:root{--container-padding: 1.25rem;--font-size-base: 15px;--gutter: 16px;--gutter-rem: 1rem}}@media (min-width: 768px){:root{--container-max: 720px;--container-padding: 1.5rem;--font-size-base: 15px;--grid-columns: 8;--gutter: 20px;--gutter-rem: 1.25rem}}@media (min-width: 1024px){:root{--container-max: 960px;--container-padding: 1.5rem;--font-size-base: 16px;--gutter: 24px;--gutter-rem: 1.5rem}}@media (min-width: 1280px){:root{--container-max: 1200px;--container-padding: 1.5rem;--font-size-base: 16px;--grid-columns: 12;--gutter: 24px;--gutter-rem: 1.5rem}}@media (min-width: 1440px){:root{--container-max: 1320px;--container-padding: 2rem;--gutter: 32px;--gutter-rem: 2rem}}@media (min-width: 1920px){:root{--container-max: 1400px;--container-padding: 2rem;--gutter: 32px;--gutter-rem: 2rem}}html{font-size:var(--font-size-base);padding-left:var(--safe-left);padding-right:var(--safe-right)}body{padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}.container{width:100%;max-width:var(--container-max);margin:var(--container-margin);padding-left:var(--container-padding);padding-right:var(--container-padding)}.container--full{max-width:100%}@media (pointer: coarse){.touch-target,button:not(.no-touch-target),a[role=button],.nav a,.cart-link,.pagination button,.product-card-actions-wrap button,.product-card-view-details,.product-detail-close,.product-detail-arrow,.filter-option,.filter-section-header{min-width:var(--touch-min);min-height:var(--touch-min);display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}button.no-touch-target,.no-touch-target{min-width:unset;min-height:unset}}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0f172a;--surface: #1e293b;--border: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--accent: #38bdf8;--accent-hover: #7dd3fc;--input-bg: #0f1a30;--input-border: #2b3d60}}[data-theme=light]{--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--accent: #007bff;--accent-hover: #0069d9}[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--border: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--accent: #38bdf8;--accent-hover: #7dd3fc;--input-bg: #0f1a30;--input-border: #2b3d60}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.heading-1{font-size:var(--text-4xl);font-weight:800;line-height:var(--leading-tight)}.heading-2{font-size:var(--text-3xl);font-weight:700;line-height:var(--leading-snug)}.heading-3{font-size:var(--text-2xl);font-weight:700;line-height:var(--leading-snug)}.heading-4{font-size:var(--text-xl);font-weight:600;line-height:var(--leading-snug)}.heading-5{font-size:var(--text-lg);font-weight:600;line-height:var(--leading-normal)}.heading-6{font-size:var(--text-base);font-weight:600;line-height:var(--leading-normal)}.body{font-size:var(--text-base);line-height:var(--leading-normal)}.body-sm{font-size:var(--text-sm);line-height:var(--leading-normal)}.caption{font-size:var(--text-xs);line-height:var(--leading-normal);color:var(--text-muted)}@media (prefers-color-scheme: dark){.admin-layout,.sales-layout{background:radial-gradient(1200px 600px at 20% -10%,rgba(67,56,202,.16),transparent 45%),radial-gradient(1000px 500px at 90% 0%,rgba(29,120,255,.14),transparent 50%),#070b16!important}.admin-sidebar,.sales-sidebar{background:linear-gradient(180deg,#0b1224,#090f1f)!important;border-right-color:#1a2640!important;box-shadow:inset -1px 0 #465d8c38}.admin-brand,.sales-brand{border-bottom-color:#1a2640!important}.admin-main,.sales-main{background:transparent!important}.admin-topbar,.sales-topbar{background:#0b1121d1!important;border-bottom-color:#1a2640!important;backdrop-filter:blur(8px)}.admin-topbar h1,.admin-top-links,.admin-top-links a,.admin-top-notif-link,.sales-topbar h1,.sales-top-links,.sales-top-links a,.sales-refresh-btn{color:#edf4ff!important}.admin-topbar p,.sales-topbar p{color:#9db0d5!important}.admin-mobile-menu-btn{background:#101a31!important;border-color:#2b3d60!important}.admin-mobile-menu-btn span{background:#d6e4ff!important}.admin-sidebar-backdrop{background:#020617b3!important}.admin-nav-btn,.sales-nav-btn{color:#9fb2d6!important;border:1px solid transparent}.admin-nav-btn:hover,.sales-nav-btn:hover{background:#38569038!important;color:#dbe7ff!important}.admin-nav-btn.active,.sales-nav-btn.active{background:linear-gradient(180deg,#2563eb40,#4338ca33)!important;color:#e8efff!important;border-color:#60a5fa80!important;box-shadow:0 0 0 1px #3b82f63d,0 10px 22px #1b3a8059}.admin-nav-btn.logout,.sales-nav-btn.logout{border-top-color:#1a2640!important;color:#fca5a5!important}.dash-content,.sales-content{background:transparent!important}.dash-panel,.dash-kpi-card,.sales-address-filter,.sales-panel,.sales-kpi-card,.sales-team-panel,.accounts-panel-lite,.add-card{background:linear-gradient(180deg,#0f172aeb,#0a111ff2)!important;border-color:#22314f!important;box-shadow:0 8px 28px #02081773!important}.dash-panel h3,.dash-kpi-card strong,.sales-kpi-card strong,.sales-team-panel h3,.sales-table td,.sales-table th,.sales-team-table td,.sales-team-table th,.accounts-table-lite td,.accounts-table-lite th,.country-list li,.cap-row{color:#e6eeff!important}.dash-panel p,.dash-kpi-card span,.sales-address-filter__label,.sales-kpi-card span,.sales-team-panel__top p,.orders-panel__month,.accounts-table-lite th,.add-product-sub,.field span{color:#97abd0!important}.dash-table th,.dash-table td,.sales-table th,.sales-table td,.sales-team-table th,.sales-team-table td,.accounts-table-lite th,.accounts-table-lite td{border-top-color:#1d2a45!important}.dash-table th,.sales-table th{background:#0d1627e6!important}.accounts-table-lite thead th{background:#fff!important;color:#0f172a!important}.cap-track,.analytics-stack__track,.analytics-bars__track{background:#172742!important}.cap-fill{background:linear-gradient(90deg,#2563eb,#4f46e5)!important}.analytics-bars__fill{background:linear-gradient(180deg,#2d66f6,#4f46e5)!important}.analytics-stack__head strong,.analytics-stack__head span,.analytics-bars__label,.analytics-bars__value{color:#c6d6f2!important}.orders-status-tab.active,.accounts-tab-btn.active{background:linear-gradient(180deg,#2d66f6,#4f46e5)!important;border-color:#7aa2ff!important;color:#f3f7ff!important;box-shadow:0 0 0 1px #7da6ff47}.orders-panel__month select,.field input,.field select,.field textarea,.salesman-form-lite input,.salesman-form-lite select,.accounts-tab-btn,.accounts-refresh-btn,.accounts-activate-btn{background:#0f1a30!important;border-color:#2b3d60!important;color:#e5efff!important}.upload-dropzone{background:#0f1a30!important;border-color:#2b3d60!important}.upload-dropzone.dragover{border-color:#4f7cff!important;background:#142445!important}.btn-upload,.salesman-form-lite button,.settings-btn,.sales-accept-btn,.sales-btn-primary{background:linear-gradient(180deg,#2d66f6,#4f46e5)!important;border-color:#7aa2ff!important;color:#f3f7ff!important}.sales-refresh-btn,.sales-btn-ghost{background:#111b31!important;border-color:#2b3d60!important;color:#c6d6f2!important}.sales-address-filter__hint{color:#7b8fb8!important}.sales-address-tab{background:#111b31!important;border-color:#2b3d60!important;color:#c6d6f2!important}.sales-address-tab:hover{background:#38569038!important;border-color:#3d5280!important}.sales-address-tab.is-active{background:linear-gradient(180deg,#2563eb40,#4338ca33)!important;border-color:#60a5fa80!important;color:#e8efff!important}.sales-modal{background:linear-gradient(180deg,#0f172af0,#0a111ff7)!important;border-color:#22314f!important;color:#e6eeff!important}.sales-modal-sub{color:#97abd0!important}.sales-modal-form input,.sales-modal-form select,.sales-modal-form textarea,.settings-form input,.settings-form select{background:#0f1a30!important;border-color:#2b3d60!important;color:#e5efff!important}.settings-form label,.settings-checkbox span{color:#c6d6f2!important}.settings-ok{background:#05966933!important;border-color:#34d39980!important;color:#86efac!important}.btn-reset{background:#111b31!important;border-color:#2b3d60!important;color:#c6d6f2!important}.admin-notif-badge{background:linear-gradient(180deg,#2d66f6,#4f46e5)!important;color:#f3f7ff!important}.header-bar{background:var(--surface);border-bottom-color:var(--border)}.stock-list__subnav{background:var(--surface)!important;border-bottom-color:var(--border)!important}.header-search__input{background:var(--input-bg);color:var(--text)}.header-search__input:focus{background:var(--surface)}.app-layout,.app-main--stock,.stock-list,.notifications-page,.notifications-page__top,.admin-layout,.cart-page-modern,.my-account,.login-page{background:var(--bg)!important}.sidebar,.admin-sidebar,.admin-topbar,.cart-sheet,.my-account__card,.login-card,.product-card,.notif-offer-card,.accounts-panel,.add-product-form,.create-salesman-form{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--shadow)}.admin-nav-btn:hover,.filter-section-header:hover,.stock-list__page-btn:hover:not(:disabled),.stock-list__cart-reopen:hover,.stock-list__cart-close:hover,.mobile-filters-trigger:hover{background:#1b2435!important}.notifications-page__title,.notifications-page__section-title,.cart-sheet__head h1,.cart-item-card__title,.my-account__title,.my-account__name,.login-title,.product-card__title,.product-card__price,.stock-detail-title,.stock-list__subnav-title{color:var(--text)!important}.notifications-page__subtitle,.notifications-page__back,.cart-empty,.cart-item-card__meta,.my-account__subtitle,.my-account__loading,.login-field span,.admin-topbar p,.stock-list__page-info,.stock-list__subnav-meta{color:var(--text-muted)!important}.notif-offer-card__summary,.notif-offer-card__value,.notif-offer-card__status,.notif-offer-card__title,.notifications-page__section-title{color:#f8fafc!important}.notif-offer-card__label,.notif-offer-card__time{color:#cbd5e1!important}.login-field input,.my-account__input,.filter-price input,.sidebar-filter-input input[type=text],.orders-panel__month select,.stock-list__select,.stock-list__cart-reopen,.mobile-filters-trigger,.mobile-filters-dropdown,.cart-qty-stepper button{background:var(--input-bg)!important;color:var(--text)!important;border-color:var(--input-border)!important}.orders-status-tab,.inventory-category-tab{background:var(--surface)!important;color:var(--text)!important;border-color:var(--border)!important}.orders-status-tab:hover,.inventory-category-tab:hover{background:#1b2435!important}.orders-status-tab.active,.inventory-category-tab.active{border-color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 20%,var(--surface))!important;color:#dbeafe!important}.cart-item-card__media img,.cart-item-card__ph,.stock-detail-img,.product-card__image-wrapper,.product-card__stock-indicator{background:#0f172a!important;border-color:var(--border)!important}.stock-detail-modal,.stock-detail-close,.product-card__specs,.product-card__spec-item{background:var(--surface-soft)!important;border-color:var(--border)!important}.stock-detail-close:hover{background:#1f2a3d!important}.login-info-panel{background:linear-gradient(180deg,#1e3a8a,#1d4ed8)!important}.login-field input{color:#e5efff!important;caret-color:#e5efff!important}.login-field input::placeholder{color:#9fb2d6!important}.login-field input:-webkit-autofill,.login-field input:-webkit-autofill:hover,.login-field input:-webkit-autofill:focus{-webkit-text-fill-color:#e5efff!important;transition:background-color 9999s ease-in-out 0s}.my-account__status--ok{background:#0596692e!important;border-color:#34d39973!important;color:#86efac!important}.my-account__status--pending{background:#d977062e!important;border-color:#fbbf2473!important;color:#fcd34d!important}.cart-summary-row,.cart-summary-row strong,.cart-item-card__qty>span{color:var(--text)!important}.cart-msg-lite{background:#92400e33!important;color:#fdba74!important;border-color:#f59e0b73!important}.wholesale-pending-notice{background:linear-gradient(180deg,#1e1b4b,#312e81)!important;border-bottom-color:#4f46e5!important;color:#c7d2fe!important}.wholesale-pending-notice__close:hover{background:#c7d2fe29!important;color:#e0e7ff!important}}.wache-dialog-light{color-scheme:light!important}.order-feedback-modal-root.wache-dialog-light .order-feedback-modal{background:#fff!important;color:#111827!important;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #0f172a0f!important}.order-feedback-modal-root.wache-dialog-light .order-feedback-modal__title{color:#0f172a!important}.order-feedback-modal-root.wache-dialog-light .order-feedback-modal__message{color:#475569!important}.order-feedback-modal-root.wache-dialog-light .order-feedback-modal__close:hover{background:#f1f5f9!important;color:#0f172a!important}@media (prefers-color-scheme: dark){.modal-overlay.wache-dialog-light{background:#0f172a94!important}.modal-overlay.wache-dialog-light .modal-content.offer-modal{background:#fff!important;color:#111827!important;border-color:#e5e7eb!important;box-shadow:0 25px 50px -12px #00000047!important}.wache-dialog-light .price-input,.wache-dialog-light .quantity-input{background:#fff!important;color:#111827!important;border-color:#d1d5db!important;caret-color:#111827!important}.wache-dialog-light .qty-control-btn{background:#fff!important;color:#374151!important;border-color:#d1d5db!important}.wache-dialog-light .offer-modal__product-info{background:#f9fafb!important;border-color:#e5e7eb!important}.wache-dialog-light .product-name{color:#111827!important}.wache-dialog-light .offer-modal__info{background:#f9fafb!important;border-color:#e5e7eb!important}.wache-dialog-light .info-item{color:#4b5563!important}.wache-dialog-light .offer-modal__success{background:#fff!important;color:#111827!important}.wache-dialog-light .offer-modal__success p{color:#475569!important}}@media (prefers-color-scheme: dark){:root[data-theme=light]{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-soft: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--accent: #007bff;--accent-hover: #0069d9;--input-bg: #ffffff;--input-border: #cfd8e3;--shadow: 0 1px 3px rgba(0, 0, 0, .06)}:root[data-theme=light] .header-bar,:root[data-theme=light] .app-layout,:root[data-theme=light] .app-main--stock,:root[data-theme=light] .stock-list,:root[data-theme=light] .sidebar,:root[data-theme=light] .product-card,:root[data-theme=light] .stock-list__subnav,:root[data-theme=light] .stock-list__cart-panel,:root[data-theme=light] .notifications-page,:root[data-theme=light] .notifications-page__top,:root[data-theme=light] .cart-page-modern,:root[data-theme=light] .cart-sheet,:root[data-theme=light] .my-account,:root[data-theme=light] .my-account__card{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}:root[data-theme=light] .app-main--stock,:root[data-theme=light] .stock-list,:root[data-theme=light] .notifications-page,:root[data-theme=light] .notifications-page__top,:root[data-theme=light] .cart-page-modern,:root[data-theme=light] .my-account{background:var(--bg)!important}:root[data-theme=light] .header-search__input,:root[data-theme=light] .stock-list__qty-stepper button,:root[data-theme=light] .stock-list__cart-reopen,:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] textarea{background:var(--input-bg)!important;color:var(--text)!important;border-color:var(--input-border)!important}:root[data-theme=light] .product-card__title,:root[data-theme=light] .product-card__price,:root[data-theme=light] .notifications-page__title,:root[data-theme=light] .notif-offer-card__title,:root[data-theme=light] .cart-sheet__head h1,:root[data-theme=light] .cart-item-card__title,:root[data-theme=light] .my-account__title{color:var(--text)!important}:root[data-theme=light] .notifications-page__subtitle,:root[data-theme=light] .notif-offer-card__summary,:root[data-theme=light] .cart-item-card__meta,:root[data-theme=light] .my-account__subtitle{color:var(--text-muted)!important}:root[data-theme=light] .stock-list__cards .product-card,:root[data-theme=light] .stock-list__cards .product-card--default,:root[data-theme=light] .stock-list__cards .product-card__image-section,:root[data-theme=light] .stock-list__cards .product-card__image-area,:root[data-theme=light] .stock-list__cards .product-card__image-wrapper,:root[data-theme=light] .stock-list__cards .product-card__image-container,:root[data-theme=light] .stock-list__cards .product-card__stock-indicator,:root[data-theme=light] .stock-list__cards .product-card__stock-badge{background:#fff!important;color:#0f172a!important;border-color:#e2e8f0!important}:root[data-theme=light] .stock-list__cards .product-card__image-placeholder{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)!important;color:#9ca3af!important}:root[data-theme=light] .admin-layout{background:#f8fafc!important;color-scheme:light}:root[data-theme=light] .admin-layout .admin-sidebar{background:#fff!important;border-right-color:#e4e7eb!important;box-shadow:none!important}:root[data-theme=light] .admin-layout .admin-brand{border-bottom-color:#edf0f3!important}:root[data-theme=light] .admin-layout .admin-main{background:transparent!important}:root[data-theme=light] .admin-layout .admin-topbar{background:#fff!important;border-bottom-color:#e5e7eb!important;backdrop-filter:none!important}:root[data-theme=light] .admin-layout .admin-topbar h1,:root[data-theme=light] .admin-layout .admin-top-links,:root[data-theme=light] .admin-layout .admin-top-links a,:root[data-theme=light] .admin-layout .admin-top-notif-link{color:#0f172a!important}:root[data-theme=light] .admin-layout .admin-topbar p{color:#64748b!important}:root[data-theme=light] .admin-layout .admin-mobile-menu-btn{background:#fff!important;border-color:#dbe2ea!important}:root[data-theme=light] .admin-layout .admin-mobile-menu-btn span{background:#334155!important}:root[data-theme=light] .admin-layout .admin-nav-btn{color:#475569!important;border:none!important;box-shadow:none!important}:root[data-theme=light] .admin-layout .admin-nav-btn:hover{background:#f1f5f9!important;color:#475569!important}:root[data-theme=light] .admin-layout .admin-nav-btn.active{background:#e8f1ff!important;color:#1d6fd8!important;border-color:transparent!important;box-shadow:none!important}:root[data-theme=light] .admin-layout .admin-nav-btn.logout{border-top-color:#edf0f3!important;color:#c2410c!important}:root[data-theme=light] .admin-layout .admin-notif-badge{background:#1d6fd8!important;color:#fff!important}:root[data-theme=light] .admin-layout .dash-content{background:transparent!important}:root[data-theme=light] .admin-layout .dash-panel,:root[data-theme=light] .admin-layout .dash-kpi-card,:root[data-theme=light] .admin-layout .accounts-panel-lite,:root[data-theme=light] .admin-layout .add-card,:root[data-theme=light] .admin-layout .accounts-panel,:root[data-theme=light] .admin-layout .add-product-form,:root[data-theme=light] .admin-layout .create-salesman-form,:root[data-theme=light] .admin-layout .sales-team-panel{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #0000000f!important;color:#0f172a!important}:root[data-theme=light] .admin-layout .dash-panel h3,:root[data-theme=light] .admin-layout .dash-kpi-card strong,:root[data-theme=light] .admin-layout .sales-table td,:root[data-theme=light] .admin-layout .sales-table th,:root[data-theme=light] .admin-layout .sales-team-table td,:root[data-theme=light] .admin-layout .sales-team-table th,:root[data-theme=light] .admin-layout .accounts-table-lite td,:root[data-theme=light] .admin-layout .accounts-table-lite th,:root[data-theme=light] .admin-layout .country-list li,:root[data-theme=light] .admin-layout .cap-row{color:#0f172a!important}:root[data-theme=light] .admin-layout .dash-panel p,:root[data-theme=light] .admin-layout .sales-team-panel__top p,:root[data-theme=light] .admin-layout .dash-kpi-card span,:root[data-theme=light] .admin-layout .orders-panel__month,:root[data-theme=light] .admin-layout .add-product-sub,:root[data-theme=light] .admin-layout .field span{color:#64748b!important}:root[data-theme=light] .admin-layout .dash-table th,:root[data-theme=light] .admin-layout .dash-table td{border-top-color:#e2e8f0!important;color:#0f172a!important}:root[data-theme=light] .admin-layout .dash-table th{background:#f8fafc!important}:root[data-theme=light] .admin-layout .sales-team-table th,:root[data-theme=light] .admin-layout .sales-team-table td{border-top-color:#e2e8f0!important;color:#0f172a!important}:root[data-theme=light] .admin-layout .sales-team-table th{background:#f8fafc!important;color:#475569!important}:root[data-theme=light] .admin-layout .cap-track,:root[data-theme=light] .admin-layout .analytics-stack__track,:root[data-theme=light] .admin-layout .analytics-bars__track{background:#e2e8f0!important}:root[data-theme=light] .admin-layout .analytics-stack__head strong,:root[data-theme=light] .admin-layout .analytics-stack__head span,:root[data-theme=light] .admin-layout .analytics-bars__label,:root[data-theme=light] .admin-layout .analytics-bars__value{color:#475569!important}:root[data-theme=light] .admin-layout .orders-type-tab{background:#f1f5f9!important;color:#0f172a!important;border-color:#64748b!important}:root[data-theme=light] .admin-layout .orders-type-tab:hover{background:#e2e8f0!important}:root[data-theme=light] .admin-layout .orders-type-tab.active{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}:root[data-theme=light] .admin-layout .orders-status-tab{background:#fff!important;color:#0f172a!important;border-color:#e2e8f0!important}:root[data-theme=light] .admin-layout .orders-status-tab:hover{background:#f1f5f9!important}:root[data-theme=light] .admin-layout .orders-status-tab.active{border-color:#007bff!important;background:color-mix(in srgb,#007bff 12%,#ffffff)!important;color:#0f172a!important;box-shadow:none!important}:root[data-theme=light] .admin-layout .inventory-category-tab{background:#fff!important;color:#0f172a!important;border-color:#e2e8f0!important}:root[data-theme=light] .admin-layout .inventory-category-tab:hover{background:#f1f5f9!important}:root[data-theme=light] .admin-layout .inventory-category-tab.active{border-color:#007bff!important;background:color-mix(in srgb,#007bff 12%,#ffffff)!important;color:#0f172a!important}:root[data-theme=light] .admin-layout .accounts-tab-btn.active,:root[data-theme=light] .admin-layout .orders-status-tab.active{color:#0f172a!important}:root[data-theme=light] .admin-layout .orders-panel__month select,:root[data-theme=light] .admin-layout .field input,:root[data-theme=light] .admin-layout .field select,:root[data-theme=light] .admin-layout .field textarea,:root[data-theme=light] .admin-layout .salesman-form-lite input,:root[data-theme=light] .admin-layout .salesman-form-lite select,:root[data-theme=light] .admin-layout .accounts-tab-btn,:root[data-theme=light] .admin-layout .accounts-refresh-btn,:root[data-theme=light] .admin-layout .accounts-activate-btn{background:#fff!important;border-color:#cfd8e3!important;color:#0f172a!important}:root[data-theme=light] .admin-layout .upload-dropzone{background:#f8fafc!important;border-color:#cfd8e3!important}:root[data-theme=light] .admin-layout .upload-dropzone.dragover{border-color:#007bff!important;background:#eff6ff!important}:root[data-theme=light] .admin-layout .btn-upload,:root[data-theme=light] .admin-layout .settings-btn{background:#007bff!important;border-color:#007bff!important;color:#fff!important}:root[data-theme=light] .admin-layout .settings-form label,:root[data-theme=light] .admin-layout .settings-checkbox span{color:#475569!important}:root[data-theme=light] .admin-layout .settings-form input,:root[data-theme=light] .admin-layout .settings-form select{background:#fff!important;border-color:#cfd8e3!important;color:#0f172a!important}:root[data-theme=light] .admin-layout .settings-ok{background:#ecfdf5!important;border-color:#86efac!important;color:#166534!important}:root[data-theme=light] .admin-layout .btn-reset{background:#f1f5f9!important;border-color:#e2e8f0!important;color:#475569!important}:root[data-theme=light] .admin-layout .orders-modal{background:#fff!important;border-color:#e2e8f0!important;color:#0f172a!important}:root[data-theme=light] .admin-layout .orders-modal-sub{color:#64748b!important}:root[data-theme=light] .admin-layout .orders-modal-form input,:root[data-theme=light] .admin-layout .orders-modal-form select,:root[data-theme=light] .admin-layout .orders-modal-form textarea{background:#fff!important;border-color:#cfd8e3!important;color:#0f172a!important}:root[data-theme=light] .sales-layout{background:#f5f6f8!important;color:#0f172a!important}:root[data-theme=light] .sales-layout .sales-sidebar{background:#fff!important;border-right-color:#e4e7eb!important;box-shadow:none!important}:root[data-theme=light] .sales-layout .sales-brand{border-bottom-color:#edf0f3!important}:root[data-theme=light] .sales-layout .sales-main,:root[data-theme=light] .sales-layout .sales-content{background:transparent!important;color:#0f172a!important}:root[data-theme=light] .sales-layout .sales-topbar{background:#fff!important;border-bottom-color:#e5e7eb!important;backdrop-filter:none!important}:root[data-theme=light] .sales-layout .sales-topbar h1,:root[data-theme=light] .sales-layout .sales-top-links,:root[data-theme=light] .sales-layout .sales-top-links a,:root[data-theme=light] .sales-layout .sales-top-notif-link,:root[data-theme=light] .sales-layout .sales-refresh-btn{color:#0f172a!important}:root[data-theme=light] .sales-layout .sales-topbar p{color:#64748b!important}:root[data-theme=light] .sales-layout .sales-mobile-menu-btn{background:#fff!important;border-color:#dbe2ea!important}:root[data-theme=light] .sales-layout .sales-mobile-menu-btn span{background:#334155!important}:root[data-theme=light] .sales-layout .sales-nav-btn{color:#475569!important;border:none!important;box-shadow:none!important}:root[data-theme=light] .sales-layout .sales-nav-btn:hover{background:#f1f5f9!important;color:#475569!important}:root[data-theme=light] .sales-layout .sales-nav-btn.active{background:#e8f1ff!important;color:#1d6fd8!important;border-color:transparent!important;box-shadow:none!important}:root[data-theme=light] .sales-layout .sales-nav-btn.logout{border-top-color:#edf0f3!important;color:#c2410c!important}:root[data-theme=light] .sales-layout .sales-notif-badge{background:#1d6fd8!important;color:#fff!important}:root[data-theme=light] .sales-layout .sales-shop-picker__label,:root[data-theme=light] .sales-layout .sales-shop-picker__single{color:#64748b!important}:root[data-theme=light] .sales-layout .sales-shop-picker select,:root[data-theme=light] .sales-layout .sales-shop-picker__single{color:#334155!important}:root[data-theme=light] .sales-layout .wh-panel,:root[data-theme=light] .sales-layout .sales-panel,:root[data-theme=light] .sales-layout .sales-kpi-card,:root[data-theme=light] .sales-layout .sales-address-filter,:root[data-theme=light] .sales-layout .admin-direct-sale-panel,:root[data-theme=light] .sales-layout .admin-orders-panel,:root[data-theme=light] .sales-layout .sales-shops__card,:root[data-theme=light] .sales-layout .sales-general-inv__warehouse-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #0000000f!important;color:#0f172a!important}:root[data-theme=light] .sales-layout .sales-kpi-card strong,:root[data-theme=light] .sales-layout .sales-table td,:root[data-theme=light] .sales-layout .sales-table th,:root[data-theme=light] .sales-layout .wh-panel h2,:root[data-theme=light] .sales-layout .wh-panel h3,:root[data-theme=light] .sales-layout .sales-shop-dash__head h2,:root[data-theme=light] .sales-layout .sales-shop-inventory__head h2,:root[data-theme=light] .sales-layout .sales-portal-earnings__head h2,:root[data-theme=light] .sales-layout .sales-txn-receipts__head h2{color:#0f172a!important}:root[data-theme=light] .sales-layout .sales-kpi-card span,:root[data-theme=light] .sales-layout .wh-panel p,:root[data-theme=light] .sales-layout .sales-hint,:root[data-theme=light] .sales-layout .sales-muted,:root[data-theme=light] .sales-layout .sales-shop-dash__head p,:root[data-theme=light] .sales-layout .sales-general-inv__picker-lead,:root[data-theme=light] .sales-layout .sales-general-inv__meta,:root[data-theme=light] .sales-layout .sales-shop-inventory__meta,:root[data-theme=light] .sales-layout .sales-address-filter__label,:root[data-theme=light] .sales-layout .sales-address-filter__hint{color:#64748b!important}:root[data-theme=light] .sales-layout .sales-table th,:root[data-theme=light] .sales-layout .sales-table td{border-top-color:#e2e8f0!important;color:#0f172a!important}:root[data-theme=light] .sales-layout .sales-table th{background:#f8fafc!important;color:#475569!important}:root[data-theme=light] .sales-layout .sales-shop-dash__tab,:root[data-theme=light] .sales-layout .sales-address-tab,:root[data-theme=light] .sales-layout .sales-refresh-btn,:root[data-theme=light] .sales-layout .sales-btn-ghost,:root[data-theme=light] .sales-layout .sales-general-inv__back,:root[data-theme=light] .sales-layout .sales-general-inv__request-form input,:root[data-theme=light] .sales-layout .sales-general-inv__request-form textarea,:root[data-theme=light] .sales-layout .sales-shop-picker select,:root[data-theme=light] .sales-layout .sales-portal-earnings__month select,:root[data-theme=light] .sales-layout .sales-shop-dash__month select,:root[data-theme=light] .sales-layout .inventory-filters select,:root[data-theme=light] .sales-layout .admin-direct-sale-panel input,:root[data-theme=light] .sales-layout .admin-direct-sale-panel select,:root[data-theme=light] .sales-layout .admin-direct-sale-panel textarea{background:#fff!important;border-color:#cfd8e3!important;color:#0f172a!important}:root[data-theme=light] .sales-layout .sales-shop-dash__tab:hover,:root[data-theme=light] .sales-layout .sales-address-tab:hover{background:#f8fafc!important;color:#475569!important}:root[data-theme=light] .sales-layout .sales-shop-dash__tab.is-active,:root[data-theme=light] .sales-layout .sales-address-tab.is-active{background:#e8f1ff!important;border-color:#93c5fd!important;color:#1d6fd8!important;box-shadow:none!important}:root[data-theme=light] .sales-layout .sales-accept-btn,:root[data-theme=light] .sales-layout .sales-btn-primary,:root[data-theme=light] .sales-layout .sales-view-store-link,:root[data-theme=light] .sales-layout .sales-general-inv__request-btn,:root[data-theme=light] .sales-layout .sales-shop-incoming__accept-btn,:root[data-theme=light] .sales-layout .sales-txn-receipts__print-btn{background:#1982ea!important;border-color:#1982ea!important;color:#fff!important;box-shadow:none!important}:root[data-theme=light] .sales-layout .sales-alert--ok{background:#ecfdf5!important;border-color:#86efac!important;color:#166534!important}:root[data-theme=light] .sales-layout .sales-alert--err{background:#fef2f2!important;border-color:#fecaca!important;color:#b91c1c!important}:root[data-theme=light] .sales-layout .sales-shops__card.is-active{border-color:#93c5fd!important;background:#e8f1ff!important}}:root{color-scheme:light;--header-sticky-offset: 64px;--shell-sidebar-width: 232px;--shell-sidebar-width-collapsed: 68px;--bg: #f8fafc;--surface: #ffffff;--surface-soft: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--accent: #007bff;--accent-hover: #0069d9;--input-bg: #ffffff;--input-border: #cfd8e3;--shadow-lg: 0 16px 36px rgba(15, 23, 42, .16);--accent-teal: #0d9488;--accent-teal-hover: #0f766e;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.06);--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace}html{color-scheme:light}@media (max-width: 1200px){:root{--shell-sidebar-width: 208px}}@media (max-width: 900px){:root{--header-sticky-offset: 148px}}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-size:1rem;background:var(--bg);color:var(--text);line-height:var(--leading-normal, 1.5);-webkit-font-smoothing:antialiased;transition:background-color .18s ease,color .18s ease}#root{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;background:var(--input-bg);color:var(--text);border-color:var(--input-border)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
