:root{--bg:#0b0b0b;--surface:#161618;--border:#232326;--text:#fff;--muted:#8b8d98}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}.shell{flex-direction:column;max-width:1040px;min-height:100dvh;margin:0 auto;padding:0 24px;display:flex}.nav{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{letter-spacing:-.01em;align-items:center;gap:10px;font-weight:600;display:flex}.mark{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:2px;width:22px;height:22px;display:grid}.mark span{background:var(--text);opacity:.25;border-radius:1.5px}.mark span:first-child,.mark span:nth-child(5),.mark span:nth-child(6),.mark span:nth-child(8){opacity:1}.nav-link{color:var(--muted);font-size:14px}.nav-link:hover{color:var(--text)}.hero{flex-direction:column;flex:1;justify-content:center;gap:20px;max-width:620px;padding:72px 0 96px;display:flex}.hero h1{letter-spacing:-.03em;font-size:clamp(38px,7vw,62px);font-weight:600;line-height:1.04}.hero p{color:var(--muted);font-size:18px;line-height:1.55}.actions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.button{background:var(--text);height:46px;color:var(--bg);border-radius:12px;justify-content:center;align-items:center;padding:0 22px;font-size:15px;font-weight:600;display:inline-flex}.button.ghost{color:var(--text);border:1px solid var(--border);background:0 0}.footer{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:28px 0;font-size:13px;display:flex}.invite{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:72px 0 96px;display:flex}.invite h1{letter-spacing:-.02em;font-size:clamp(28px,5vw,40px);font-weight:600}.invite p{color:var(--muted);max-width:440px;font-size:17px;line-height:1.55}.token{color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}
