:root{color-scheme:dark;--bg:#101c18;--panel:#192a23;--text:#e8f0e9;--muted:#a5b8aa;--line:#385044;--accent:#77f2b0;--ink:#10251a;--soft:#20372b}html[data-look=ink]{--bg:#101b2a;--panel:#1c2a3d;--text:#eef4ff;--muted:#abbcd2;--line:#384c65;--accent:#9bc6ff;--ink:#112139;--soft:#243952}html[data-look=paper]{color-scheme:light;--bg:#f3f0e6;--panel:#e6e6d9;--text:#20382a;--muted:#516556;--line:#bdc7b8;--accent:#266945;--ink:#fff;--soft:#dce5d7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 'Segoe UI',sans-serif}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}a:hover{color:var(--accent)}button{font:inherit;cursor:pointer}button:hover{background:var(--soft)}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}header{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:26px 40px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;font-weight:650;letter-spacing:-.5px}.looks{display:flex;gap:6px}.looks button,#language{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:100%;background:transparent;color:var(--text)}.looks button[aria-pressed=true]{border-color:var(--accent);background:var(--soft)}.looks svg{width:22px;height:22px}#language{justify-self:end;font:12px Consolas,monospace}main{max-width:1200px;margin:auto}.hero{padding:95px 0 0}.eyebrow{font:11px/1.5 Consolas,monospace;letter-spacing:2px;color:var(--accent)}h1{font-size:clamp(58px,8vw,106px);line-height:1.02;font-weight:500;letter-spacing:-5px;margin:28px 0}.intro{max-width:580px;font-size:21px;color:var(--muted)}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 12px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:6px;border:1px solid var(--line);min-height:48px;font-size:14px}.primary{color:var(--ink);background:var(--accent);border-color:var(--accent);font-weight:650}.primary:hover{color:var(--ink);filter:brightness(1.1)}.secondary:hover{background:var(--soft)}.status,.fine{font-size:12px;color:var(--muted)}.route{display:flex;align-items:center;gap:30px;border-block:1px solid var(--line);padding:28px 0;margin:62px 0 80px;font-family:Consolas,monospace;overflow:hidden}.route span{color:var(--muted);text-decoration:line-through;font-size:15px;overflow-wrap:anywhere}.route strong{font-size:34px;font-weight:400;color:var(--accent)}.route svg{min-width:60px;max-width:180px;width:20%;height:40px;fill:none;stroke:var(--accent);stroke-width:2}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:24px}h2{font-size:38px;line-height:1.15;font-weight:500;letter-spacing:-1.2px;margin:14px 0}.section-heading p{color:var(--muted);font-size:12px;max-width:210px}.screenshot{width:100%;height:auto;display:block;border:1px solid var(--line);border-radius:10px}.screenshot-link{display:block;border-radius:10px}.screenshot-link:hover{outline:1px solid var(--accent)}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin:60px 0 80px}.features article{border-top:1px solid var(--line);padding-top:20px}.features article>span{font:12px Consolas,monospace;color:var(--accent)}h3{font-weight:550;font-size:18px;line-height:1.4;margin:20px 0 10px}.features p{font-size:14px;color:var(--muted);margin:0}.start{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:45px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.start ol{margin:0;padding-left:20px}.start li{padding:0 0 18px 10px;color:var(--muted);font-size:14px}.start li::marker{color:var(--accent);font-family:Consolas,monospace}.note{padding:50px 0 70px;max-width:820px;font-size:13px;color:var(--muted)}.note>a{display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:5px;color:var(--accent)}footer{border-top:1px solid var(--line);padding:25px 40px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}footer nav{display:flex;gap:26px}footer a{display:inline-flex;align-items:center;min-height:44px}footer>span{align-self:center}@media(max-width:1300px){main{padding:0 40px}.hero{padding-top:75px}}@media(max-width:700px){header{padding:18px 20px;gap:8px}.brand{font-size:14px;gap:8px}.brand img{width:26px;height:26px}.looks{gap:2px}.looks button,#language{width:40px;height:44px}.looks button{border-radius:6px}main{padding:0 20px}.hero{padding-top:48px}h1{font-size:63px;letter-spacing:-3px}.eyebrow{font-size:9px;letter-spacing:1.1px}.intro{font-size:17px}.actions{gap:10px}.actions>a{width:100%}.route{gap:14px;margin:35px 0 45px;flex-wrap:wrap}.route span{width:100%;font-size:12px}.route strong{font-size:29px}.section-heading{display:block}h2{font-size:29px}.section-heading p{max-width:300px}.features{grid-template-columns:1fr 1fr;gap:24px 18px;margin:35px 0 45px}.features h3{font-size:16px}.features p{font-size:12px}.start{grid-template-columns:1fr;padding:24px;gap:20px}.start h2{font-size:29px}.note{padding-bottom:35px}footer{padding:20px;flex-direction:column;gap:8px}footer>span{align-self:flex-start}footer nav{gap:20px}}@media(max-width:350px){header{padding:14px 12px}.brand{font-size:12px}.brand img{width:22px;height:22px}.looks button,#language{width:36px}h1{font-size:54px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Tools family: looks scroll away, menu remains visible. */
.tools-header{display:block;position:sticky;top:-70px;z-index:20;padding:0 40px;background:var(--bg);max-width:none}.look-row{height:70px;display:flex;align-items:center;justify-content:center}.menu-row{height:72px;max-width:1200px;margin:auto;display:flex;align-items:center;gap:25px}.menu-row nav{display:flex;gap:24px;margin-left:auto;font-size:13px}.menu-row nav a{min-height:44px;display:flex;align-items:center}.jano-app-overview .ja-inner{width:100%}#start,#more-apps{scroll-margin-top:92px}@media(max-width:650px){.tools-header{padding:0 16px}.menu-row{gap:12px}.menu-row nav{gap:14px;font-size:11px}.menu-row .brand{font-size:12px;gap:6px}.menu-row .brand img{width:24px}.menu-row #language{width:36px;flex-shrink:0}}
