:root{color-scheme:light;--bg:#fff;--surface:#fff;--surface-soft:#f7f7f8;--text:#111214;--muted:#686b70;--line:#e4e5e7;--line-strong:#d4d6d9;--brand:#00aaff;--brand-soft:#e8f7ff;--green:#1aac62;--focus:#1277e1;--shadow:0 12px 36px rgba(16,24,40,.08);--radius:18px;--container:1120px}
html[data-theme="dark"]{color-scheme:dark;--bg:#101112;--surface:#17191b;--surface-soft:#202225;--text:#f7f7f8;--muted:#a5a8ad;--line:#303338;--line-strong:#42464d;--brand:#35b8ff;--brand-soft:#102c3a;--green:#36d07d;--focus:#6dc7ff;--shadow:0 16px 44px rgba(0,0,0,.28)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 14px;border-radius:10px;background:var(--text);color:var(--bg);transform:translateY(-160%);transition:transform .2s}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(16px)}
.header-inner{width:min(calc(100% - 40px),var(--container));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;font-size:15px;font-weight:800;letter-spacing:-.01em}
.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--text);color:var(--bg);font-size:13px;letter-spacing:.02em}
.site-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}
.site-nav>a{position:relative;padding:25px 0;color:var(--muted);transition:color .18s}
.site-nav>a:hover,.site-nav>a.active{color:var(--text)}
.site-nav>a.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px;background:var(--brand)}
.nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);cursor:pointer}
.theme-control{position:relative}
.theme-button{display:flex;align-items:center;gap:8px;min-width:102px;padding:9px 11px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);font-size:13px;font-weight:700;cursor:pointer}
.chevron{margin-left:auto;font-size:10px;color:var(--muted)}
.theme-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:10;min-width:130px;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}
.theme-menu button{width:100%;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left;cursor:pointer}
.theme-menu button:hover,.theme-menu button[aria-selected="true"]{background:var(--surface-soft)}
.catalog{width:min(calc(100% - 40px),var(--container));min-height:calc(100vh - 145px);margin:auto;padding:74px 0 88px}
.catalog-heading{max-width:720px}
.eyebrow{margin:0 0 9px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
h1{margin:0;font-size:clamp(38px,6vw,62px);line-height:1.04;letter-spacing:-.055em}
.catalog-heading>p:last-child{margin:18px 0 0;color:var(--muted);font-size:18px}
.catalog-tools{margin-top:44px}
.search-box{display:flex;height:54px;align-items:center;gap:12px;padding:0 16px;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface);color:var(--muted);transition:border-color .18s,box-shadow .18s}
.search-box:focus-within{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus) 16%,transparent)}
.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}
.search-box input::placeholder{color:var(--muted)}
.search-box kbd{padding:2px 8px;border:1px solid var(--line);border-bottom-width:2px;border-radius:7px;background:var(--surface-soft);color:var(--muted);font-family:inherit;font-size:12px}
.filters{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px}
.filter-list{display:flex;gap:9px;overflow:auto;scrollbar-width:none}
.filter-list::-webkit-scrollbar{display:none}
.filter-chip{flex:0 0 auto;padding:9px 16px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:background .18s,color .18s,border-color .18s}
.filter-chip:hover{border-color:var(--line-strong);color:var(--text)}
.filter-chip.active{border-color:var(--text);background:var(--text);color:var(--bg)}
.result-count{margin:0;color:var(--muted);font-size:13px;white-space:nowrap}
.product-list{display:grid;gap:22px;margin-top:32px}
.product-card{display:grid;grid-template-columns:minmax(300px,42%) 1fr auto;min-height:268px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform .2s,border-color .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow)}
.product-card[hidden]{display:none}
.product-media{position:relative;min-height:268px;overflow:hidden;background:var(--surface-soft)}
.product-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.image-dark{display:none}
html[data-theme="dark"] .image-light{display:none}
html[data-theme="dark"] .image-dark{display:block}
.product-content{align-self:center;padding:32px 30px}
.product-meta{display:flex;align-items:center;gap:13px;margin-bottom:12px;color:var(--muted);font-size:12px;font-weight:700}
.status{display:inline-flex;align-items:center;gap:7px;color:var(--green)}
.status>span{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 15%,transparent)}
.product-content h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.035em}
.product-content>p{max-width:600px;margin:13px 0 18px;color:var(--muted);font-size:14px;line-height:1.65}
.tag-list{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.tag-list li{padding:5px 9px;border-radius:7px;background:var(--surface-soft);color:var(--muted);font-size:11px;font-weight:700}
.product-action{align-self:center;padding:30px 28px 30px 0}
.product-action a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:160px;padding:12px 17px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);font-size:13px;font-weight:800;white-space:nowrap;transition:background .18s,border-color .18s}
.product-action a:hover{border-color:var(--text);background:var(--text);color:var(--bg)}
.product-action svg{font-size:11px;transform:rotate(45deg)}
.empty-state{margin-top:32px;padding:64px 24px;border:1px dashed var(--line-strong);border-radius:var(--radius);text-align:center;color:var(--muted)}
.empty-state>svg{font-size:26px}.empty-state h2{margin:14px 0 5px;color:var(--text)}.empty-state p{margin:0 0 18px}.empty-state button{padding:10px 15px;border:0;border-radius:10px;background:var(--text);color:var(--bg);font-weight:800;cursor:pointer}
.site-footer{border-top:1px solid var(--line)}
.footer-inner{width:min(calc(100% - 40px),var(--container));min-height:74px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);font-size:13px}
.footer-inner p{margin:0}.footer-inner nav{display:flex;gap:22px}.footer-inner a:hover{color:var(--text)}
@media(max-width:900px){.product-card{grid-template-columns:40% 1fr}.product-action{grid-column:2;padding:0 28px 28px}.product-content{padding-bottom:20px}.product-action a{width:100%}}
@media(max-width:720px){.header-inner{width:min(calc(100% - 32px),var(--container));height:64px}.nav-toggle{display:grid;place-items:center}.site-nav{position:absolute;top:64px;right:0;left:0;display:none;align-items:stretch;gap:0;padding:10px 16px 18px;border-bottom:1px solid var(--line);background:var(--bg);box-shadow:var(--shadow)}.site-nav.open{display:grid}.site-nav>a{padding:12px;border-radius:9px}.site-nav>a.active{background:var(--surface-soft)}.site-nav>a.active:after{display:none}.theme-control{margin-top:8px}.theme-button{width:100%;justify-content:flex-start}.catalog{width:min(calc(100% - 32px),var(--container));padding:49px 0 64px}.catalog-heading>p:last-child{font-size:16px}.catalog-tools{margin-top:32px}.filters{align-items:flex-end}.filter-list{margin-right:-16px;padding-right:16px}.product-list{gap:18px;margin-top:26px}.product-card{display:block;min-height:0}.product-media{min-height:0;aspect-ratio:2.08/1}.product-image{object-fit:cover}.product-content{padding:23px 20px 16px}.product-content h2{font-size:25px}.product-content>p{font-size:13px}.product-action{padding:0 20px 20px}.product-action a{width:100%}.footer-inner{width:min(calc(100% - 32px),var(--container));padding:22px 0;flex-direction:column;align-items:flex-start}.footer-inner nav{flex-wrap:wrap}}
@media(max-width:420px){h1{font-size:39px}.search-box{height:50px}.search-box kbd{display:none}.filters{display:block}.result-count{margin-top:13px}.product-media{aspect-ratio:1.72/1}.tag-list li{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
