:root{color-scheme:dark;--bg:#14231f;--surface:#1c3029;--text:#eef1e5;--muted:#adc0b2;--accent:#c7d99a;--line:#395044;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 85% 15%,#29433466,transparent 50%),var(--bg);color:var(--text);min-height:100vh}a{color:inherit}.topbar,main,footer{width:min(1060px,calc(100% - 64px));margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:96px;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font-weight:650;font-size:20px;display:flex;align-items:center;gap:12px}.brand-dot{width:13px;height:13px;border-radius:50%;background:var(--accent);box-shadow:0 0 24px #c7d93333}.eyebrow{font-size:10px;font-weight:650;letter-spacing:2px;color:var(--muted)}.intro{padding:76px 0 62px;max-width:650px}.intro h1{font-family:Georgia,serif;font-size:clamp(44px,7vw,76px);font-weight:400;line-height:1.06;letter-spacing:-2px;margin:22px 0}.intro>p:last-child{color:var(--muted);font-size:16px;line-height:1.7;max-width:420px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}h2{font-size:17px;font-weight:550}.apps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.app{display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:16px;background:var(--surface);text-decoration:none;transition:background .15s,border-color .15s}.app:hover{background:#263d32;border-color:var(--accent)}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.card-top{display:flex;justify-content:space-between;align-items:center}.symbol{display:grid;place-items:center;width:52px;height:52px;background:#c7d99a12;border:1px solid #c7d99a30;border-radius:14px;font-size:29px;color:var(--accent)}.app h3{font-family:Georgia,serif;font-size:30px;font-weight:400;margin:26px 0 10px}.app p{font-size:14px;color:var(--muted);line-height:1.75;max-width:330px;margin:0 0 30px}.open{margin-top:auto;color:var(--accent);font-size:13px;font-weight:600;display:flex;justify-content:space-between}.note{display:flex;align-items:flex-start;gap:18px;border-top:1px solid var(--line);margin:38px 0 58px;padding-top:24px;color:var(--muted)}.note>span{font-size:24px;color:var(--accent)}.note h2{font-size:14px;margin:0 0 8px;color:var(--text)}.note p{font-size:13px;line-height:1.8;max-width:700px;margin:0}.note strong{font-weight:550;color:var(--text)}footer{border-top:1px solid var(--line);padding:24px 0 30px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px;letter-spacing:1.4px}footer span{letter-spacing:0;font-size:12px}@media(max-width:600px){.topbar,main,footer{width:calc(100% - 36px)}.topbar{min-height:76px}.topbar>.eyebrow{display:none}.intro{padding:48px 0 34px}.intro h1{letter-spacing:-1px}.section-heading{align-items:flex-start;flex-direction:column;gap:0;margin-bottom:20px}.apps{grid-template-columns:1fr}.app{padding:25px}.note{margin-bottom:36px}footer{gap:20px;flex-wrap:wrap}}
