:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#0f1115;color:#e8eaed}a{color:inherit;text-decoration:none}.topbar{background:#151821;border-bottom:1px solid #262b36;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.topbar .brand{font-weight:700;font-size:1.15rem}.brand-logo{height:1.6rem;width:auto;display:block}.auth-logo{height:2.6rem;width:auto;align-self:flex-start;margin-bottom:.5rem}.topbar .user{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#9aa3af}.container{max-width:720px;margin:1.5rem auto 4rem;padding:0 1rem;display:flex;flex-direction:column;gap:1rem}.card{background:#171b24;border:1px solid #262b36;border-radius:10px;padding:1rem 1.25rem}.card h2{margin:0 0 .75rem;font-size:1.05rem}h1{margin:0;font-size:1.4rem}.row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.list li{padding:.65rem 0;border-bottom:1px solid #232833;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.list li:last-child{border-bottom:none}.muted{color:#9aa3af;font-size:.85rem}.pos{color:#4ade80;font-weight:600}.neg{color:#f87171;font-weight:600}input,select,button{font:inherit;padding:.5rem .7rem;border:1px solid #333a47;border-radius:8px;background:#10131a;color:#e8eaed}input::placeholder{color:#6b7280}input:focus,select:focus{outline:2px solid #5b8cff;border-color:transparent}button{background:#5b8cff;color:#0f1115;border:none;cursor:pointer;font-weight:600}button:hover{background:#7da3ff}button:disabled{opacity:.5;cursor:default}button.ghost{background:transparent;color:#e8eaed;border:1px solid #333a47;font-weight:500}button.ghost:hover{background:#1d222d}button.icon{display:inline-flex;align-items:center;justify-content:center;padding:.45rem;line-height:0}button.danger{background:transparent;color:#f87171;border:1px solid #4b2a2a;font-weight:500}button.danger:hover{background:#2a1a1a}.error{background:#2a1a1a;color:#f87171;border:1px solid #4b2a2a;border-radius:8px;padding:.6rem .9rem;font-size:.9rem}.notice{background:#16211a;color:#4ade80;border:1px solid #234531;border-radius:8px;padding:.6rem .9rem;font-size:.9rem}.auth-wrap{max-width:380px;margin:12vh auto 0;padding:0 1rem;display:flex;flex-direction:column;gap:1rem}.auth-wrap form{display:flex;flex-direction:column;gap:.6rem}.checks{display:flex;flex-wrap:wrap;gap:.35rem 1rem;padding:.25rem 0}.checks label{display:flex;align-items:center;gap:.35rem;font-size:.9rem}form.stack{display:flex;flex-direction:column;gap:.6rem}
