:root { --ink: #171a19; --muted: #68706d; --line: #dfe4e1; --paper: #f5f7f4; --lime: #d6f56c; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--paper); font-family: Manrope, -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif; display: flex; flex-direction: column; }
a { color: inherit; text-decoration: none; }.site-header { display: flex; align-items: center; justify-content: space-between; max-width: 1180px; width: 100%; margin: auto; padding: 28px 6vw; }.brand { font-size: 1.05rem; font-weight: 700; letter-spacing: -.08em; }.brand span { color: #79a500; }.back { color: var(--muted); font-size: .75rem; }.back span { color: #79a500; margin-left: 8px; }.back:hover { color: #79a500; }
main { max-width: 1180px; width: 100%; margin: auto; padding: 12vh 6vw 18vh; }.eyebrow { color: #79a500; font-family: "DM Mono", monospace; font-size: .68rem; letter-spacing: .09em; margin: 0 0 25px; }.intro h1 { font-size: clamp(3.5rem, 9vw, 8rem); line-height: .95; letter-spacing: -.08em; font-weight: 600; margin: 0; }.intro > p:last-child { color: var(--muted); line-height: 1.8; margin: 28px 0 0; }
.empty-state { align-items: center; border-top: 1px solid var(--line); display: flex; flex-direction: column; margin-top: 13vh; padding: 72px 20px 10px; text-align: center; }.empty-mark { align-items: center; background: var(--lime); border-radius: 50%; color: #668b00; display: flex; font-family: "DM Mono", monospace; font-size: 2rem; height: 58px; justify-content: center; line-height: 1; width: 58px; }.empty-state h2 { font-size: 1.45rem; font-weight: 500; letter-spacing: -.04em; margin: 25px 0 12px; }.empty-state p { color: var(--muted); font-size: .88rem; line-height: 1.9; margin: 0; }
footer { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-family: "DM Mono", monospace; font-size: .62rem; justify-content: space-between; letter-spacing: .05em; max-width: 1180px; width: 100%; margin: auto; padding: 22px 6vw 30px; }
@media (max-width: 650px) { .site-header { padding-top: 22px; } main { padding-top: 9vh; }.empty-state { margin-top: 12vh; padding-top: 58px; } }
