@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";.loading-overlay{position:fixed;top:0;right:0;bottom:0;left: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__logo{width:min(220px,66vw);height:auto;animation:wacheFade 1.2s linear infinite;will-change:opacity;filter:drop-shadow(0 10px 22px rgba(15,23,42,.12))}@keyframes wacheFade{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}@media (prefers-reduced-motion: reduce){.loading-overlay__logo{animation:none;opacity:1}}.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}}.app-dialog-root{position:fixed;top:0;right:0;bottom:0;left: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;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;cursor:pointer;background:#0f172a80;-webkit-backdrop-filter:blur(6px);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}}*{margin:0;padding:0;box-sizing:border-box}.signup-container{min-height:100vh;min-height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.signup-wrapper{width:100%;max-width:1200px;background:#fff;border-radius:32px;box-shadow:0 25px 50px -12px #00000040;display:flex;overflow:hidden;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.signup-form-panel{flex:1.5;padding:clamp(1.5rem,5vw,3rem);background:#fff;overflow-y:auto;max-height:90vh}.signup-form-panel::-webkit-scrollbar{width:6px}.signup-form-panel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.signup-form-panel::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.signup-form-panel::-webkit-scrollbar-thumb:hover{background:#a0aec0}.signup-header{text-align:center;margin-bottom:clamp(1.5rem,4vw,2rem)}.signup-logo{height:clamp(52px,10vw,72px);width:auto;margin-bottom:1rem}.signup-title{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;color:#1a202c;margin:0 0 .5rem;letter-spacing:-.5px}.signup-description{font-size:clamp(.875rem,2.5vw,1rem);color:#718096;line-height:1.5;max-width:400px;margin:0 auto}.signup-error{background:#fed7d7;border-left:4px solid #e53e3e;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;color:#c53030;font-size:.875rem;font-weight:500;display:none}.signup-error--visible{display:block;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.signup-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}@media (max-width: 640px){.form-row{grid-template-columns:1fr;gap:1rem}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group--full{grid-column:1 / -1}.form-label{font-size:.8125rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.required{color:#e53e3e;margin-left:4px}.optional{color:#a0aec0;font-weight:400;margin-left:4px}.form-input,.form-select{width:100%;padding:.75rem 1rem;font-size:.9375rem;border:1.5px solid #e2e8f0;border-radius:12px;transition:all .2s ease;font-family:inherit;background:#fafbfc;color:#2d3748}@media (max-width: 768px){.form-input,.form-select,.signup-submit,.signin-btn{min-height:48px}}.form-input:hover,.form-select:hover{border-color:#cbd5e0}.form-input:focus,.form-select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234a5568'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.password-wrapper{position:relative}.password-input{padding-right:48px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#a0aec0;transition:color .2s;border-radius:8px}.password-toggle:hover{color:#4a5568;background:#f7fafc}.password-toggle svg{width:18px;height:18px}.form-hint{font-size:.75rem;color:#a0aec0;margin-top:.25rem}.signup-submit{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem;font-family:inherit}.signup-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px -5px #667eea66}.signup-submit:active:not(:disabled){transform:translateY(0)}.signup-submit:disabled{opacity:.6;cursor:not-allowed}.signup-info-panel{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:clamp(1.5rem,5vw,3rem);display:flex;flex-direction:column;color:#fff;position:relative;overflow:hidden}.signup-info-panel:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1%,transparent 1%);background-size:30px 30px;pointer-events:none}.info-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.info-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin:0 0 1rem;line-height:1.2;letter-spacing:-.5px}.info-description{font-size:clamp(.875rem,2.5vw,1rem);line-height:1.6;opacity:.95;margin:0 0 2rem}.benefits-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1.25rem}.benefit-item{display:flex;align-items:center;gap:.75rem;font-size:clamp(.875rem,2.5vw,1rem);line-height:1.4;font-weight:500}.benefit-icon{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon svg{width:16px;height:16px}.info-footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.info-note{font-size:.875rem;opacity:.9;margin:0 0 .75rem;text-align:center}.signin-btn{width:100%;padding:.75rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.signin-btn:hover{background:#ffffff4d;transform:translateY(-1px)}@media (max-width: 1024px) and (min-width: 769px){.signup-wrapper{max-width:95%}.signup-form-panel,.signup-info-panel{padding:2rem}.info-title{font-size:1.75rem}}@media (max-width: 768px){.signup-wrapper{flex-direction:column;border-radius:24px;max-width:100%}.signup-form-panel{max-height:none;overflow-y:visible;padding:1.5rem}.signup-info-panel{padding:1.75rem 1.5rem;width:100%}.signup-title{font-size:1.5rem}.benefits-list{gap:1rem;margin-bottom:1.5rem}.benefit-item{font-size:.875rem}.benefit-icon{width:28px;height:28px}.benefit-icon svg{width:14px;height:14px}}@media (max-width: 480px){.signup-container{padding:.75rem;align-items:flex-start}.signup-wrapper{border-radius:20px;margin-top:.5rem}.signup-form-panel{padding:1.25rem}.signup-info-panel{padding:1.5rem 1.25rem}.signup-title{font-size:1.375rem}.signup-logo{height:clamp(44px,12vw,52px)}.signup-description{font-size:.8125rem}.form-row{gap:.875rem}.signup-submit,.signin-btn{min-height:48px}.info-title{font-size:1.375rem;margin-bottom:.75rem}.info-description{font-size:.8125rem;margin-bottom:1.5rem}.benefits-list{gap:.875rem;margin-bottom:1.25rem}.info-footer{padding-top:1.25rem}.signin-btn{padding:.625rem;font-size:.875rem}}@media (max-width: 360px){.signup-info-panel{padding:1.25rem}.benefit-item{gap:.5rem}.benefit-icon{width:24px;height:24px}.info-description{font-size:.75rem}}@media (max-width: 768px) and (orientation: landscape){.signup-container{align-items:flex-start;padding:1rem}.signup-form-panel{max-height:85vh;overflow-y:auto}.signup-info-panel{padding:1.25rem}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.info-description{margin-bottom:1rem}}@media (min-width: 1400px){.signup-wrapper{max-width:1300px}.signup-form-panel,.signup-info-panel{padding:3rem}.form-row,.signup-form{gap:1.5rem}}@media (hover: none) and (pointer: coarse){.form-input,.form-select,.signup-submit,.signin-btn,.password-toggle{cursor:default}.signup-submit:active{transform:scale(.98)}}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;-webkit-appearance:textfield;appearance:textfield}html{scroll-behavior:smooth}:focus-visible{outline:2px solid #667eea;outline-offset:2px}button,[role=button],input[type=submit]{touch-action:manipulation}.forgot-password-card{min-height:min(480px,88vh)}.forgot-password-lead{margin:0 0 1rem;font-size:.9rem;line-height:1.45;color:#475569}.forgot-password-secondary-btn{margin-top:.35rem;padding:.5rem .75rem;border:none;background:transparent;color:#2563eb;font-size:.875rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.forgot-password-secondary-btn:hover{color:#1d4ed8}.forgot-password-secondary-btn:disabled{opacity:.55;cursor:not-allowed}.forgot-password-back{margin:1rem 0 0;font-size:.875rem}.forgot-password-back a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.forgot-password-back a:hover{color:#1d4ed8}.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;-webkit-backdrop-filter:blur(8px);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;-webkit-backdrop-filter:none!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{color-scheme:light;--header-sticky-offset: 64px;--shell-sidebar-width: 232px;--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: "JetBrains 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}
