:root{--bg:#090c0b;--panel:#111612;--ink:#f1f3e9;--muted:#a6afa5;--accent:#baf58a;--line:#293029;--max:1180px;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}button{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:5px}::selection{background:var(--accent);color:var(--bg)}.wrap{width:min(calc(100% - 80px),var(--max));margin-inline:auto}.skip-link{position:fixed;top:-90px;left:16px;z-index:99;padding:16px;background:var(--accent);color:#102010}.skip-link:focus{top:12px}.site-header{height:90px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:800;letter-spacing:.12em}.brand img{border-radius:8px}.site-header nav{display:flex;gap:30px;color:var(--muted);font-size:14px}.site-header nav a:hover,footer a:hover{color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid #465440;padding:17px 23px;min-height:50px;border-radius:7px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#202a20;transform:translateY(-2px)}.button.small{padding:12px 17px;min-height:44px;font-size:14px}.button.primary{background:var(--accent);color:#12200e;border-color:var(--accent)}.button.primary:hover{background:#ceffac}.button span{font-size:21px;font-weight:400}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:625px;align-items:center;gap:15px}.hero,.hero-copy{position:relative}.hero-copy{z-index:1;padding:60px 0}.eyebrow{display:flex;align-items:center;gap:10px;font:11px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;color:var(--muted);margin:0 0 24px}.signal{width:6px;height:6px;border-radius:100%;background:var(--accent);box-shadow:0 0 12px #baf58a66;flex:none}h1{margin:0 0 25px;font-size:clamp(76px,8.8vw,120px);line-height:.94;letter-spacing:-.075em;font-weight:500}em{color:var(--accent);font-style:normal}.hero-description{max-width:385px;font-size:17px;line-height:1.7;color:var(--muted);margin:0 0 29px}.hero-actions{display:flex;align-items:center;gap:22px}.micro{color:var(--muted);font-size:12px;line-height:1.55}.hero-stage{position:relative;height:550px;background:radial-gradient(ellipse at 50% 48%,#7fb15812,transparent 66%)}.rhythm-scene{width:100%;height:100%;position:relative}.rhythm-scene canvas{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .7s}.rhythm-scene.is-ready canvas{opacity:1}.scene-fallback{position:absolute;width:80%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.75}.is-ready .scene-fallback{opacity:0}.motion-control,.stage-label,.stage-note{position:absolute;font:10px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;color:var(--muted)}.stage-label{top:28px;left:24px}.stage-note{bottom:40px;left:24px;letter-spacing:.03em;font-size:12px}.motion-control{right:20px;bottom:28px;padding:12px;min-height:44px;font-size:11px;border:1px solid var(--line);border-radius:6px;background:#101510}.spec-strip{border-block:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:23px 0;gap:25px;font-size:12px;color:var(--muted)}.spec-strip strong{color:var(--ink);font-size:19px;font-weight:500;margin-right:7px}.spec-strip a{color:var(--accent)}.spec-strip a span{margin-left:15px}.showcase{padding:68px 0 62px}.section-top{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px}.section-top .eyebrow{margin:0}.view-switch{display:flex;padding:4px;background:#141b15;border:1px solid var(--line);border-radius:8px;gap:3px}.view-switch button{color:var(--muted);background:transparent;border:0;border-radius:5px;padding:12px 20px;min-height:44px;font-size:14px;transition:color .2s,background .2s}.view-switch button[aria-pressed=true]{background:#d5e9c6;color:#162313}.view-switch button:hover:not([aria-pressed=true]){background:#263125;color:var(--ink)}.showcase-content{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:80px;min-height:340px}h2{font-size:clamp(32px,3.6vw,47px);line-height:1.07;font-weight:500;letter-spacing:-.05em;margin:0 0 22px}.pro p,.showcase-copy p{color:var(--muted);font-size:16px;line-height:1.7;max-width:440px}.tags{display:block;font-size:12px;line-height:1.7;color:var(--accent);margin-top:23px}.screen-window{border:1px solid #364234;border-radius:12px;overflow:hidden;background:#101210;box-shadow:0 30px 75px #0005}.screen-bar{display:flex;justify-content:space-between;padding:14px 17px;border-bottom:1px solid var(--line);font:10px/1.4 ui-monospace,monospace;letter-spacing:.12em;color:var(--muted)}.screen-bar span:last-child{font-size:8px;color:#678257}.screen-window img{width:100%;height:270px;display:block;object-fit:contain;background:#101210;animation:arrive .35s ease-out}@keyframes arrive{0%{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}.features{border-top:1px solid var(--line);padding:48px 0 58px}.features .section-top h2{font-size:27px;margin:0}.feature-list{display:grid;grid-template-columns:1fr 1fr;column-gap:50px;align-items:start}.feature-list details{border-bottom:1px solid var(--line)}.feature-list summary{list-style:none;display:flex;align-items:center;gap:16px;min-height:73px;cursor:pointer}.feature-list summary::-webkit-details-marker{display:none}.feature-list summary:hover h3{color:var(--accent)}.index{font:11px ui-monospace,monospace;color:var(--muted)}.feature-list h3{font-size:17px;font-weight:500;margin:0}.expand{font-size:23px;color:var(--accent);margin-left:auto;font-weight:300;transition:transform .2s}details[open] .expand{transform:rotate(45deg)}.feature-list details p{margin:0 25px 22px 32px;color:var(--muted);font-size:15px;line-height:1.65}.pro{border-top:1px solid var(--line);padding:55px 0;display:grid;grid-template-columns:1.15fr 1fr;gap:90px;align-items:center}.pro h2{font-size:clamp(36px,4vw,52px)}.pro-offer{border:1px solid #405037;border-radius:12px;background:linear-gradient(125deg,#1b2717,#111710);padding:30px}.pro-offer .eyebrow{color:var(--accent);margin-bottom:13px}.price{font-size:60px;letter-spacing:-.06em;display:flex;align-items:baseline;gap:17px}.price span{font-size:12px;letter-spacing:0;color:var(--muted)}.pro-offer p{font-size:14px}.pro-offer .button{width:100%;margin:10px 0 13px}.pro-offer>.micro{display:block;text-align:center}.privacy{display:flex;align-items:center;gap:19px;padding:25px 0;border-block:1px solid var(--line)}.privacy>span{color:var(--accent);font-size:26px}.privacy p{font-size:13px;line-height:1.7;margin:0}.privacy p span{color:var(--muted)}.privacy a{margin-left:auto;font-size:13px}footer{display:flex;align-items:center;gap:30px;padding:28px 0 35px;font-size:12px;color:var(--muted)}footer .brand{color:var(--ink);font-size:12px}footer>span{flex:1 1}footer div{display:flex;gap:20px}footer small{font-size:11px}.legal-page{width:min(calc(100% - 40px),800px);margin:0 auto;padding:35px 0 80px}.legal-page>.eyebrow{margin-top:70px}.legal-page h1{font-size:clamp(46px,8vw,80px)}.legal-page h2{font-size:30px;margin-top:45px}.legal-page h3{font-size:20px;margin-top:28px}.legal-page address,.legal-page p{line-height:1.8;color:var(--muted);font-style:normal}.back-link,.legal-contact a,.legal-page article a{color:var(--accent);text-decoration:underline}.legal-page .legal-identity{font-size:14px}.back-link{display:inline-block;margin-top:30px}@media (min-width:1500px){.hero{min-height:680px}.hero-stage{height:600px}}@media (max-width:900px){.wrap{width:calc(100% - 44px)}.hero{grid-template-columns:1.1fr 1fr;min-height:540px}h1{font-size:82px}.hero-stage{height:440px}.hero-copy{padding-block:45px}.hero-actions{gap:12px}.hero-actions .micro{display:none}.hero .eyebrow{font-size:9px;letter-spacing:.06em}.stage-note{display:none}.stage-label{left:8px;font-size:9px}.showcase-content{gap:32px}.pro{gap:35px}.price{font-size:49px}.price span{max-width:85px}footer>span{display:none}footer div{margin-left:auto}}@media (max-width:600px){.wrap{width:calc(100% - 36px)}.site-header{height:73px;gap:12px}.site-header nav{display:none}.brand{font-size:12px;gap:8px}.brand img{width:27px;height:27px}.button.small{padding:10px 13px;font-size:12px;gap:15px}.hero{grid-template-columns:1fr;gap:0;min-height:0}.hero-copy{padding:43px 0 0}.hero .eyebrow{font-size:9px}.hero .eyebrow,h1{margin-bottom:22px}h1{font-size:clamp(80px,22vw,112px)}.hero-description{font-size:16px;max-width:340px;margin-bottom:24px}.hero-actions .micro{display:block;font-size:11px}.hero-actions{gap:17px}.hero-actions .button{font-size:14px;padding:15px 19px;gap:20px}.hero-stage{height:300px;width:100%}.stage-label{top:15px;left:0;font-size:8px}.motion-control{right:0;bottom:11px;font-size:10px}.stage-note{display:block;left:0;bottom:25px;font-size:10px}.spec-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:20px 0;font-size:10px}.spec-strip strong{display:block;font-size:22px;margin:0 0 5px}.spec-strip a{display:none}.showcase{padding:38px 0}.section-top{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:24px}.view-switch{width:100%}.view-switch button{flex:1 1;padding:10px 4px;font-size:13px}.showcase-content{grid-template-columns:1fr;gap:24px}.showcase-copy{min-height:203px}h2{font-size:35px}.showcase-copy p{font-size:15px}.tags{margin-top:14px;font-size:11px}.screen-window img{height:230px}.feature-list{grid-template-columns:1fr}.features{padding:33px 0 38px}.features .section-top{gap:12px}.features .section-top h2{font-size:29px}.feature-list summary{min-height:65px}.feature-list h3{font-size:16px}.pro{grid-template-columns:1fr;padding:36px 0;gap:23px}.pro h2{font-size:39px}.pro p{font-size:15px}.pro-offer{padding:25px}.price{font-size:57px}.price span{max-width:none}.privacy{gap:13px;flex-wrap:wrap}.privacy p{flex:1 1;font-size:12px}.privacy a{margin-left:38px}footer{flex-wrap:wrap;gap:20px;font-size:11px}footer div{gap:17px}footer small{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}.motion-control{display:none}}