:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#eef1f4;--surface:#fff;--surface-subtle:#f6f7f8;--ink:#18202a;--muted:#68717c;--line:#d3d8de;--accent:#192f49;--accent-ink:#fff;--error:#8b2027;--success:#255d3a}*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif}body{background:var(--page);min-height:100vh;color:var(--ink);margin:0;font-size:1rem;line-height:1.5}a{color:inherit}button,input,select{font:inherit}button,.button{border:1px solid var(--accent);background:var(--accent);min-height:44px;color:var(--accent-ink);cursor:pointer;border-radius:.55rem;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.button.secondary{color:var(--accent);background:0 0}input,select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:44px;color:var(--ink);border-radius:.5rem;padding:.65rem .75rem}label{gap:.35rem;font-weight:700;display:grid}h1,h2,p{margin-top:0}.site-shell{width:min(48rem,100%);margin:0 auto;padding:1rem}.site-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.brand{font-size:1.15rem;font-weight:800;text-decoration:none}.panel{border:1px solid var(--line);background:var(--surface);border-radius:.9rem;padding:clamp(1rem,4vw,1.5rem)}.panel+.panel{margin-top:1rem}.stack{gap:1rem;display:grid}.actions{flex-wrap:wrap;gap:.65rem;display:flex}.muted{color:var(--muted)}.notice{border-left:4px solid var(--accent);background:var(--surface-subtle);padding:.75rem .85rem}.notice.error{border-left-color:var(--error);color:var(--error)}.notice.success{border-left-color:var(--success);color:var(--success)}.membership{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.membership:first-of-type{border-top:0}.role{border:1px solid var(--line);color:var(--muted);text-transform:capitalize;border-radius:999px;padding:.2rem .5rem;font-size:.85rem}.invite-link{overflow-wrap:anywhere;border:1px dashed var(--line);background:var(--surface-subtle);border-radius:.5rem;padding:.75rem}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page:#15191e;--surface:#21262c;--surface-subtle:#2a3037;--ink:#f1f4f7;--muted:#b1bac4;--line:#424a54;--accent:#dce7f4;--accent-ink:#17202a;--error:#f4a7ad;--success:#9ed6b0}}
