:root{color-scheme:light}
:root[data-theme="dark"]{color-scheme:dark;--paper:#111113;--ink:#f3f1ed;--muted:#b0adb0}
.theme-toggle{width:44px;height:44px;padding:0;border:0;background:transparent;display:inline-grid;place-items:center;flex-shrink:0;border-radius:50%;cursor:pointer;color:var(--ink)}
.theme-track{display:block;position:relative;width:36px;height:22px;border:1px solid #c7c5c1;border-radius:99px;background:#e4e2dd}
.theme-knob{display:grid;place-items:center;position:absolute;left:2px;top:2px;width:16px;height:16px;border-radius:50%;background:#fff;color:#45413a;box-shadow:0 1px 3px #0002;transition:transform .2s ease}
.theme-knob svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.theme-moon{display:none}
[data-theme="dark"] .theme-track{background:#3a2529;border-color:#88505a}
[data-theme="dark"] .theme-knob{transform:translateX(14px);background:#f3f1ed;color:#a51020}
[data-theme="dark"] .theme-sun{display:none}
[data-theme="dark"] .theme-moon{display:block}
[data-theme="dark"] header,[data-theme="dark"] .ticker,[data-theme="dark"] .footer-bottom{border-color:#36363b}
[data-theme="dark"] .icon:hover{background:#2b2b30}
[data-theme="dark"] .lookbook{background:#202024}
[data-theme="dark"] .manifesto{background:#242428}
[data-theme="dark"] .look-product p,[data-theme="dark"] .detail-price del{color:var(--muted)}
[data-theme="dark"] .dark{background:#f3f1ed;color:#171719}
[data-theme="dark"] .filters button,[data-theme="dark"] .sizes button{border-color:#535158}
[data-theme="dark"] .filters .active,[data-theme="dark"] .sizes .selected{background:#f3f1ed;color:#171719;border-color:#f3f1ed}
[data-theme="dark"] .filters button:not(.active){color:var(--ink)}
[data-theme="dark"] input,[data-theme="dark"] select,[data-theme="dark"] #product-color{background:#242428;color:var(--ink);border-color:#535158}
[data-theme="dark"] input::placeholder{color:#aaa6ae}
[data-theme="dark"] .result-row{border-color:#414047}
[data-theme="dark"] .product-image{background:#242428}
[data-theme="dark"] .quick-add,[data-theme="dark"] .product-dialog .close{background:#242428;color:#fff}
[data-theme="dark"] .quick-add:hover{background:var(--red)}
[data-theme="dark"] .gallery-thumbs button{background:#242428;border-color:#535158}
[data-theme="dark"] .announcement{background:#080809;color:#f3f1ed}
[data-theme="dark"] .skip{background:#242428;color:#fff}
@media(max-width:640px){.header-actions{gap:0}header{padding-inline:12px}.brand{flex-shrink:0;width:96px}}
@media(prefers-reduced-motion:reduce){.theme-knob{transition:none}}

/* Light CTA keeps dark ink in either theme. */
.button.light{color:#171719;background:#fff}
