:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{color:#0f172a;background:linear-gradient(#f8fafc 0%,#e2e8f0 100%);place-items:center;min-height:100vh;margin:0;display:grid}@media (prefers-color-scheme:dark){body{color:#f8fafc;background:linear-gradient(#0f172a 0%,#1e293b 100%)}}.prelogin{place-items:center;width:100%;padding:1.5rem;display:grid}.card{background:#fff;border-radius:12px;width:100%;max-width:28rem;padding:2rem;box-shadow:0 8px 32px #0f172a14}@media (prefers-color-scheme:dark){.card{background:#0f172a;box-shadow:0 8px 32px #00000080}}h1{letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.75rem}.subtitle{color:#475569;margin:0 0 1.5rem;font-size:.95rem}@media (prefers-color-scheme:dark){.subtitle{color:#cbd5e1}}.slug-row{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:.5rem;padding:.25rem .75rem;display:flex}.slug-row:focus-within{background:#fff;border-color:#2563eb}@media (prefers-color-scheme:dark){.slug-row{background:#1e293b;border-color:#475569}.slug-row:focus-within{background:#0f172a;border-color:#60a5fa}}input{color:inherit;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:1rem}.suffix{color:#64748b;white-space:nowrap;font-size:.95rem}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:.65rem 1rem;font-size:1rem;font-weight:500}button:hover{background:#1d4ed8}button:focus-visible{outline-offset:2px;outline:2px solid #60a5fa}.error{color:#b91c1c;margin:.75rem 0 0;font-size:.875rem}@media (prefers-color-scheme:dark){.error{color:#fca5a5}}.hint{color:#64748b;margin:1.5rem 0 0;font-size:.85rem}.hint a{color:inherit}.visually-hidden{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
