
:root{color-scheme:light dark;--bg:#f7f6f2;--surface:#eeede7;--ink:#272d30;--muted:#555e61;--accent:#355f68;--line:#89979666}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}body.app-chooser{--bg:#e9eeea;--surface:#dbe5df;--accent:#345e64;--ink:#263b3d;--muted:#4c6364}body.app-folio{--bg:#faf8f5;--surface:#f0ebe4;--accent:#9f4600;--ink:#292522;--muted:#665b53}a{color:var(--accent);text-underline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(46px,5.5vw,76px);font-weight:650;margin-bottom:28px}h2{font-size:clamp(26px,3vw,40px);font-weight:600}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:650;margin-bottom:22px}.app-landing{max-width:1240px;padding:0 clamp(20px,4vw,48px);margin:auto}.app-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;padding:72px 0}.intro{font-size:20px;line-height:1.6;max-width:43ch;color:var(--muted)}.actions{display:flex;align-items:flex-start;flex-direction:column;gap:20px;margin:32px 0}.primary-action{background:var(--ink);color:var(--bg);text-decoration:none;padding:15px 22px;border-radius:12px;font-size:15px;font-weight:600}.secondary-action{font-size:15px}.quiet{font-size:13px;color:var(--muted)}.hero-screen{margin:0;padding:30px;background:var(--surface);border-radius:32px;text-align:center}.hero-screen img{display:block;max-height:580px;width:auto;margin:auto;border-radius:24px;box-shadow:0 16px 40px #162e2c1c}.features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;padding:48px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature h2{font-size:27px}.feature p{color:var(--muted)}.screens{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:72px 0}.screens figure{margin:0;min-width:0}.screens img{width:100%;border-radius:20px}.screens figcaption{font-size:13px;padding-top:14px;color:var(--muted)}.closing{padding:36px 0 24px;max-width:660px}.closing p{color:var(--muted)}.app-chooser .callout{border-left:3px solid var(--accent);padding:16px 22px;background:var(--surface)}
@media(prefers-color-scheme:dark){body.app-chooser{--bg:#172526;--surface:#233536;--ink:#e5eeeb;--muted:#b4c6c3;--accent:#b0d5d8;--line:#80979566}body.app-folio{--bg:#1c1a18;--surface:#292521;--ink:#f2eae2;--muted:#c7b9aa;--accent:#ffb47b;--line:#a3927d66}}
@media(max-width:760px){.app-hero{grid-template-columns:1fr;gap:28px;padding:40px 0}.hero-screen{padding:24px}.hero-screen img{max-height:520px}.features{grid-template-columns:1fr;gap:20px;padding:32px 0}.feature h2{font-size:28px}.screens{gap:12px;padding:44px 0}.screens img{border-radius:10px}.screens figcaption{font-size:11px}.intro{font-size:18px}.closing{padding-top:12px}}
