@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#101216;--panel:#191c22;--text:#f5f6f8;--muted:#a6aab4;--line:#30343c;--orange:#ff722d;--soft:#22262e}html[data-theme=light]{color-scheme:light;--bg:#f3f5f8;--panel:#fff;--text:#171b23;--muted:#575f6d;--line:#d6dbe3;--soft:#e9edf3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.accent{color:var(--orange)}header{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 48px}.brand{display:flex;align-items:center;gap:11px;font-size:24px;font-weight:800;letter-spacing:-1px}.brand small{display:block;font-size:10px;letter-spacing:3.2px;color:var(--muted);margin-top:4px}.brand-icon{background:var(--orange);color:#111;font-style:italic;font-size:32px;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:5px}.brand-icon span{font-size:22px;margin-left:-5px}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover{color:var(--orange)}.controls{display:flex;gap:10px;align-items:center}select,#theme{background:var(--panel);border:1px solid var(--line);color:var(--text);border-radius:7px;padding:10px;font-size:14px}#theme{width:42px;font-size:20px;padding:6px}.hero{max-width:1344px;margin:12px auto 0;min-height:480px;border:1px solid #39404a;border-radius:14px;position:relative;overflow:hidden;background:#131e2a url('assets/cover.png') center 53%/cover no-repeat;color:white}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,13,21,.95),rgba(7,13,21,.64) 42%,rgba(7,13,21,.02) 76%),linear-gradient(0deg,rgba(7,13,21,.9),transparent 30%)}.hero-content{position:relative;padding:52px 54px 85px;max-width:660px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 18px;line-height:1.6}h1{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(54px,6vw,88px);line-height:.98;letter-spacing:-1px;text-transform:uppercase;margin:0 0 22px}h1 span{color:var(--orange)}.intro{max-width:375px;font-size:16px;line-height:1.7;color:#c7cbd2;margin:0 0 28px}.primary{display:inline-flex;align-items:center;gap:34px;background:var(--orange);color:#151719;padding:16px 22px;border-radius:5px;font-weight:700;font-size:14px}.primary:hover{background:#ff925c}.hero-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;gap:16px;padding:18px 54px;font-size:12px;color:#c6cbd4;border-top:1px solid #ffffff20}.cover-credit{opacity:.75}.catalog{max-width:1344px;margin:58px auto 0}.section-top{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:25px}.section-top .eyebrow{margin-bottom:8px}h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:38px;line-height:1.15;margin:0}.count{font-size:13px;color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category{background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:9px;text-align:left;padding:23px;display:grid;grid-template-columns:48px 1fr 16px;gap:14px;align-items:center;transition:border-color .18s,transform .18s}.category:hover{border-color:var(--orange);transform:translateY(-3px)}.category[aria-pressed=true]{border-color:var(--orange);background:var(--soft);box-shadow:inset 3px 0 var(--orange)}.category-icon{display:grid;place-items:center;color:var(--orange);width:46px;height:46px;background:#ff722d12;border-radius:7px}.category svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.category strong{display:block;font-size:16px;margin-bottom:6px}.category small{font-size:12px;color:var(--muted)}.category .arrow{color:var(--muted)}.results{margin:30px 0 50px;border:1px solid var(--line);border-radius:10px;background:var(--panel);padding:24px}.result-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}h3{font-size:18px;margin:0}.clear{border:0;background:transparent;color:var(--orange);font-size:14px}.empty{display:flex;align-items:center;gap:20px;margin-top:24px;padding:24px 0 5px;border-top:1px solid var(--line)}.empty-symbol{font-size:30px;color:var(--orange)}.empty p{color:var(--muted);font-size:14px;line-height:1.7;margin:6px 0}.empty strong{font-size:16px}.mod-card{padding:22px 0;border-top:1px solid var(--line);margin-top:20px}.mod-card p{color:var(--muted);line-height:1.6}.mod-card a{display:inline-block;color:var(--orange);font-weight:600}.mod-card img{width:220px;max-width:100%;border-radius:8px}.about{max-width:1344px;margin:0 auto 50px;padding:35px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center}.about-mark{font-family:'Barlow Condensed',Impact,sans-serif;font-size:70px;font-weight:800;letter-spacing:-1px;color:var(--muted);opacity:.5}.about-mark span{color:var(--orange)}.about .eyebrow{margin-bottom:9px;color:var(--orange)}.about h2{font-size:30px}.about p:last-child{color:var(--muted);line-height:1.8;font-size:14px;max-width:660px}footer{border-top:1px solid var(--line);padding:26px 48px;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:12px;color:var(--muted)}.footer-brand{font-weight:800;font-size:18px;color:var(--text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.skip{position:fixed;left:12px;top:-100px;z-index:9;padding:12px;background:var(--orange);color:#111}.skip:focus{top:12px}@media(min-width:1500px){.hero{min-height:530px}.hero-content{padding-top:70px}}@media(max-width:1439px){.hero,.catalog,.about{margin-left:40px;margin-right:40px}}@media(max-width:1050px){header{padding:22px 28px}nav{display:none}.categories{grid-template-columns:repeat(2,1fr)}.about{gap:25px}.about-mark{font-size:52px}}@media(max-width:600px){header{padding:20px 18px;gap:8px;flex-wrap:wrap}.brand{font-size:20px}.brand-icon{width:36px;height:39px}.brand small{font-size:8px}.controls{margin-left:auto}select{max-width:113px}.hero,.catalog,.about{margin-left:16px;margin-right:16px}.hero{min-height:460px;background-position:64% center}.hero:before{background:linear-gradient(90deg,#071019eb,#07101969),linear-gradient(0deg,#071019e6,transparent)}.hero-content{padding:38px 24px 80px}.hero-bottom{padding:16px 24px}.hero-bottom>span:first-child{max-width:210px}.eyebrow{font-size:11px}.section-top{align-items:start;flex-direction:column}.catalog{margin-top:36px}h2{font-size:32px}.categories{gap:10px}.category{padding:17px 12px;grid-template-columns:1fr;gap:12px}.category .arrow{display:none}.category strong{font-size:15px}.category small{font-size:12px}.results{padding:20px}.empty{align-items:start}.about{grid-template-columns:1fr;gap:20px}.about-mark{font-size:48px}footer{padding:24px 20px;flex-direction:column;align-items:start;gap:12px}footer p{margin:0;line-height:1.7}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
