:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--surface:#fff;--surface-muted:#f7f7f5;--border:#e6e5e1;--border-strong:#d6d5cf;--text:#16150f;--muted:#6f6d64;--accent:#9c2b26;--accent-soft:#f6eceb;--ink:#16150f;--radius:10px;--radius-lg:16px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;min-height:100dvh;font-family:ui-sans-serif,-apple-system,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6}.page{max-width:32rem;margin:0 auto;padding:3rem 1rem 5rem}h1{letter-spacing:-.025em;margin:0 0 .5rem;font-size:clamp(1.75rem,6vw,2.25rem);font-weight:640;line-height:1.15}h2{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 1rem;font-size:.78rem;font-weight:600}p{margin:0 0 1rem}a{color:var(--ink);-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);text-underline-offset:3px}.lede{color:var(--muted);margin-bottom:2.5rem;font-size:1.02rem}.brand{letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:3rem;font-size:.85rem;font-weight:600;display:flex}.brand-dot{background:var(--accent);border-radius:50%;width:.5rem;height:.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1rem;padding:1.5rem}.card-muted{background:var(--surface-muted);border-color:#0000}label{margin-bottom:.4rem;font-size:.875rem;font-weight:550;display:block}.hint{color:var(--muted);margin:.4rem 0 0;font-size:.82rem}input{background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--radius);color:var(--text);font:inherit;width:100%;padding:.7rem .85rem;transition:border-color .15s,box-shadow .15s}input::placeholder{color:#a5a39a}input:focus{border-color:var(--ink);outline:none;box-shadow:0 0 0 3px #16150f12}.field+.field{margin-top:1.25rem}button{border-radius:var(--radius);cursor:pointer;font:inherit;letter-spacing:-.01em;border:1px solid #0000;padding:.7rem 1.1rem;font-weight:550;transition:background .15s,border-color .15s,color .15s}button:disabled{cursor:not-allowed}.btn-primary{background:var(--ink);color:#fff;width:100%;margin-top:1.5rem}.btn-primary:hover:not(:disabled){background:#35332a}.btn-primary:disabled{background:var(--surface-muted);border-color:var(--border);color:#a5a39a}.btn-secondary{background:var(--bg);border-color:var(--border-strong);color:var(--text)}.btn-secondary:hover{background:var(--surface-muted)}.btn-ghost{color:var(--muted);background:0 0;padding:.25rem .4rem;font-size:.8rem;font-weight:450}.btn-ghost:hover:not(:disabled){color:var(--accent)}.error{background:var(--accent-soft);border-radius:var(--radius);color:var(--accent);margin:1rem 0 0;padding:.7rem .85rem;font-size:.9rem}.members{margin:0;padding:0;list-style:none}.members li{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:.7rem 0;display:flex}.members li:first-child{border-top:0;padding-top:0}.members li:last-child{padding-bottom:0}.avatar{background:var(--surface-muted);color:var(--muted);border-radius:50%;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8rem;font-weight:600;display:flex}.member-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.tag{border:1px solid var(--border);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;border-radius:99px;flex:none;padding:.1rem .5rem;font-size:.68rem;font-weight:550}.tag-you{background:var(--ink);border-color:var(--ink);color:#fff}.code-badge{font-variant-numeric:tabular-nums;letter-spacing:.22em;text-align:center;text-indent:.22em;margin-bottom:1rem;font-size:1.75rem;font-weight:620;display:block}.share{background:var(--surface-muted);border-radius:var(--radius);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.75rem;padding:.6rem .75rem;font-size:.8rem;overflow:hidden}.reveal{border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:3rem 1.5rem}.reveal-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:600}.reveal-name{letter-spacing:-.03em;margin:.75rem 0 0;font-size:clamp(2rem,9vw,2.75rem);font-weight:640}.blurred{color:var(--muted);filter:blur(12px);-webkit-user-select:none;user-select:none}.center{text-align:center}.row{gap:.6rem;display:flex}.row>*{flex:1}.spacer{height:1rem}
