@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');
:root{color-scheme:dark;--bg:#0a0d10;--surface:#10161b;--line:#293037;--text:#f1f3f4;--muted:#a6aeb6;--accent:#c5f277;--soft:#859979;--mono:'IBM Plex Mono',monospace;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font:400 1rem/1.65 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:6px}::selection{background:var(--accent);color:var(--bg)}.container{width:min(1220px,calc(100% - 80px));margin-inline:auto}.skip{position:fixed;top:8px;left:8px;transform:translateY(-160%);z-index:100;background:var(--accent);color:var(--bg);padding:12px}.skip:focus{transform:none}.site-header{position:sticky;top:0;z-index:20;background:rgba(10,13,16,.94);backdrop-filter:blur(15px);border-bottom:1px solid #ffffff0a}.nav-wrap{display:flex;align-items:center;gap:36px;min-height:90px}.brand{display:flex;margin-right:auto}.brand img{width:180px;max-height:50px}.nav-wrap nav{display:flex;align-items:center;gap:30px;font-size:.9rem;color:var(--muted)}.nav-wrap nav a:hover{color:var(--text)}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:55px;padding:16px 25px;background:var(--accent);color:#11170b;border:1px solid var(--accent);border-radius:5px;font:600 .875rem/1.4 var(--sans);transition:background .2s,transform .2s}.button:hover{background:#d7ffa0;transform:translateY(-2px)}.button-small{min-height:44px;padding:12px 18px;gap:20px}.button-quiet{border-color:#48523f;background:transparent;color:var(--text)}.button-quiet:hover{background:#192016}.hero{text-align:center;padding-top:86px}.eyebrow{font:500 .78rem/1.6 var(--mono);letter-spacing:.12em;color:var(--accent);margin:0 0 25px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.8rem,5.1vw,4.6rem);line-height:1.07;letter-spacing:-.052em;font-weight:650;margin-bottom:28px}h1 span{color:#9ba88f}.hero-copy{max-width:675px;margin:0 auto 29px;font-size:1.15rem;line-height:1.65;color:var(--muted)}.actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.micro{font:400 .75rem/1.7 var(--mono);color:var(--muted);margin:17px 0}.hero-screen{margin:58px 0 0;box-shadow:0 -20px 100px #a2da4c08}.screen{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#0c1116}.screen-label{display:flex;justify-content:space-between;padding:14px 20px;font:400 .7rem/1.6 var(--mono);letter-spacing:.065em;color:var(--muted);border-bottom:1px solid var(--line)}.screenshot-button{padding:0;border:0;display:block;width:100%;position:relative;background:#0b1015;text-align:left;color:white}.screenshot-button img{width:100%;display:block}.enlarge{position:absolute;right:14px;bottom:14px;display:flex;gap:35px;background:#0b1015e8;border:1px solid #45523b;padding:9px 13px;border-radius:4px;font:500 .72rem var(--mono)}.screenshot-button:hover .enlarge{background:var(--accent);color:var(--bg)}figcaption{padding:10px 16px;color:var(--muted);font-size:.75rem;text-align:left}.section{padding-top:110px;padding-bottom:105px;scroll-margin-top:95px}h2{font-size:clamp(2.3rem,4.4vw,3.8rem);font-weight:550;letter-spacing:-.045em;line-height:1.12;margin-bottom:25px}.lead{font-size:1.1rem;max-width:640px;color:var(--muted);line-height:1.75}.intro{text-align:center;padding-bottom:40px}.intro .lead{margin-inline:auto}.footer{padding:42px 0;display:flex;align-items:center;gap:35px;flex-wrap:wrap;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted)}.footer p{margin:0 auto 0 0}.footer img{width:160px}.footer a:hover{text-decoration:underline}dialog{width:min(1450px,94vw);max-height:94vh;padding:52px 16px 12px;background:#10161b;border:1px solid #54623f;border-radius:8px;color:var(--text)}dialog::backdrop{background:#000d;backdrop-filter:blur(8px)}dialog img{display:block;max-height:76vh;max-width:100%;object-fit:contain;margin:auto}dialog p{margin:12px 0 0;font-size:.85rem;color:var(--muted)}.dialog-close{position:absolute;top:12px;right:16px;color:white;background:transparent;border:1px solid var(--line);border-radius:4px;padding:5px 15px}
@media(min-width:1500px){.hero{padding-top:105px}}@media(max-width:850px){.container{width:calc(100% - 40px)}.nav-wrap{gap:20px;min-height:78px}.nav-wrap nav{display:none}.hero{padding-top:60px}.hero-screen{margin-top:40px}.section{padding-block:72px}h1{font-size:clamp(2.7rem,6.9vw,4rem)}.screen-label{font-size:.65rem;padding:12px}.screen-label span:last-child{display:none}}@media(max-width:480px){.container{width:calc(100% - 32px)}.brand img{width:130px}.nav-wrap{gap:12px}.button-small{font-size:.75rem;padding:10px 12px;gap:10px}.hero{padding-top:45px}.eyebrow{font-size:.65rem;letter-spacing:.07em}h1{font-size:2.55rem;line-height:1.08}.hero-copy{font-size:1rem}.actions{flex-direction:column}.button{min-height:51px}.hero-screen{margin-top:32px}.enlarge{font-size:.65rem;right:8px;bottom:8px;padding:7px 10px;gap:15px}figcaption{font-size:.7rem}.footer{gap:20px}.footer p{width:100%;order:3}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
