.home{--ground:#f2f4f7;--paper:#fff;--ink:#12151c;--ink-2:#59616f;--ink-3:#858d9b;--line:#e3e7ed;--accent:#a93a16;--accent-soft:#fbeee9;--accent-ink:#fff;min-height:100dvh;background:var(--ground);color:var(--ink);font:400 16px/1.6 system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;display:flex;align-items:center;padding:28px 20px calc(28px + env(safe-area-inset-bottom, 0px))}.home-wrap{width:100%;max-width:34rem;margin:0 auto}.home-mark{margin:0 0 26px;font-size:14px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.home-say{margin:0;font-size:clamp(28px,7.4vw,40px);line-height:1.16;letter-spacing:-.02em;font-weight:700;text-wrap:balance}.home-sub{margin:18px 0 0;font-size:17px;line-height:1.62;color:var(--ink-2);max-width:30rem}.home-acts{margin:30px 0 0;display:flex;flex-wrap:wrap;gap:12px}.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 24px;border-radius:14px;background:var(--accent);color:var(--accent-ink);font-size:16px;font-weight:600;text-decoration:none;transition:filter .2s}.home-btn:active{filter:brightness(.92)}.home-btn:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.home-btn--ghost{background:var(--paper);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}.home-note{margin:30px 0 0;padding:16px 18px;background:var(--accent-soft);border-radius:14px;font-size:15.5px;line-height:1.6;color:var(--ink-2)}.home-note strong,.home-url{color:var(--ink)}.home-url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:600;background:var(--paper);padding:2px 7px;border-radius:6px;white-space:nowrap}@media (prefers-reduced-motion:reduce){*{transition:none!important}}