*{box-sizing:border-box}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f1e8;--card:#ffffffd1;--ink:#17130f;--muted:#6f665d;--line:#17130f1f;--accent:#c86f37;--accent-ink:#fff8ef}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.page{place-items:center;min-height:100dvh;padding:28px;display:grid}.shell{width:min(1040px,100%)}.hero{border:1px solid var(--line);background:var(--card);border-radius:28px;gap:22px;padding:34px;display:grid;box-shadow:0 24px 80px #462d161a}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}h1{letter-spacing:-.06em;margin:0;font-size:clamp(34px,7vw,78px);line-height:.95}p{color:var(--muted);margin:0;font-size:16px;line-height:1.75}.actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.button{border:1px solid var(--line);cursor:pointer;font-weight:800;font:inherit;background:#fff;border-radius:999px;padding:12px 18px;text-decoration:none}.button:disabled,.button[aria-disabled=true]{cursor:wait;opacity:.62}.button.primary{background:var(--accent);color:var(--accent-ink);border-color:#0000}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.card{border:1px solid var(--line);background:#ffffffb3;border-radius:20px;padding:18px}.card strong{margin-bottom:8px;display:block}.form{gap:14px;max-width:520px;display:grid}.input{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:14px;padding:14px 16px}.submit-stack{gap:8px;display:grid}.submit-stack .button{justify-self:start}.hint{font-size:13px;line-height:1.6}.notice{border-left:4px solid var(--accent);color:var(--muted);background:#c86f3714;border-radius:12px;padding:12px 14px}.notice.danger{color:#7f1d1d;background:#b3261e14;border-left-color:#b3261e}.graph-placeholder{text-align:center;background:linear-gradient(135deg,#ffffffd1,#ffffff61);border:1px dashed #17130f38;border-radius:28px;place-items:center;min-height:55dvh;padding:28px;display:grid}.graph-page{background:#f7f2ea;flex-direction:column;min-height:100dvh;display:flex;overflow:hidden}.graph-topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f1e8eb;flex:none;justify-content:space-between;align-items:center;gap:14px;min-height:76px;padding:12px 16px;display:flex}.graph-topbar h1{letter-spacing:-.055em;font-size:clamp(24px,8vw,42px)}.version-pill{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#ffffffc2;border-radius:999px;flex:none;padding:8px 10px;font-size:12px;font-weight:800}.graph-frame{background:#fff;border:0;flex:auto;width:100%;height:calc(100dvh - 76px);min-height:0;display:block}@media (max-width:760px){.page{padding:16px}.hero{border-radius:22px;padding:22px}.grid{grid-template-columns:1fr}.graph-topbar{min-height:64px;padding:9px 12px}.graph-topbar h1{font-size:clamp(22px,7vw,32px)}.version-pill{padding:7px 9px;font-size:11px}.graph-frame{height:calc(100dvh - 64px)}}
