:root{--bg:#f5f4f2;--surface:#fff;--text:#16202c;--muted:#5d6b7a;--accent:#16202c;--outline:#dcdfe3;--error:#d33a3a;--skeleton:#e7e6e3;--skeleton-shine:#ffffffb8;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#101820;--surface:#182430;--text:#f2f5f8;--muted:#93a3b3;--accent:#f2f5f8;--outline:#2a3948;--skeleton:#263441;--skeleton-shine:#ffffff17}}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font:16px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}#root{justify-content:center;align-items:center;min-height:100vh;display:flex}.page-shell{flex-direction:column;width:100%;min-height:100vh;padding:24px;display:flex}.site-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.site-logo-frame{background:#0f1620;border-radius:14px;flex:none;align-items:center;padding:11px 15px;display:flex}.site-logo{width:clamp(170px,18vw,220px);height:auto;display:block}.page-content{flex:1;justify-content:center;align-items:center;padding-block:24px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.auth-skeleton{border:1px solid var(--outline);background:var(--surface);border-radius:14px;width:100%;max-width:400px;padding:32px;box-shadow:0 12px 38px #0000001a}.skeleton{background:var(--skeleton);border-radius:8px;position:relative;overflow:hidden}.skeleton:after{background:linear-gradient(100deg, transparent 20%, var(--skeleton-shine) 48%, transparent 76%);content:"";animation:1.35s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-110%)}.skeleton-title{width:48%;height:24px;margin:2px auto 12px}.skeleton-subtitle{width:72%;height:13px;margin:0 auto 28px}.skeleton-provider,.skeleton-field,.skeleton-submit{width:100%;height:44px}.skeleton-divider{align-items:center;gap:12px;margin:22px 0;display:flex}.skeleton-divider span{background:var(--outline);flex:1;height:1px}.skeleton-divider i{background:var(--skeleton);border-radius:4px;width:22px;height:8px}.skeleton-label{width:31%;height:10px;margin-bottom:9px}.skeleton-field{margin-bottom:16px}.skeleton-submit{border-radius:999px}.skeleton-footer{width:58%;height:11px;margin:25px auto 1px}@keyframes skeleton-shimmer{to{transform:translate(110%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}}.account-status{border:1px solid var(--outline);background:var(--surface);border-radius:999px;align-items:center;gap:10px;padding:7px 8px 7px 9px;display:flex;box-shadow:0 8px 28px #0000001a}.account-avatar{background:var(--accent);width:34px;height:34px;color:var(--surface);border-radius:50%;flex:0 0 34px;place-items:center;font-size:.875rem;font-weight:750;display:grid}.account-copy{min-width:0;line-height:1.15;display:grid}.account-label{color:var(--muted);font-size:.6875rem}.account-identity{max-width:min(220px,38vw);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.account-actions{gap:6px;display:flex}.account-button{border-color:var(--outline);color:var(--text);background:0 0;flex:none;padding:8px 12px;font-size:.8125rem}.account-button:hover:not(:disabled){border-color:var(--text)}.account-button:focus-visible{outline:2px solid var(--text);outline-offset:2px}@media (width<=720px){.page-shell{padding:16px}.site-header{flex-direction:column;align-items:stretch;gap:12px}.site-logo-frame{align-self:flex-start}.account-status{border-radius:18px;flex-wrap:wrap}.account-copy{flex:1}.account-identity{max-width:55vw}.account-actions{width:100%}.account-button{flex:1}}.card{border:1px solid var(--outline);background:var(--surface);border-radius:16px;width:100%;max-width:420px;padding:28px}h1{letter-spacing:-.02em;margin:0 0 8px;font-size:1.5rem}p{color:var(--muted);margin:0 0 16px}p strong{color:var(--text)}.code{letter-spacing:.12em;text-align:center;border:1px dashed var(--outline);color:var(--text);border-radius:12px;padding:16px;font:700 1.75rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.field{width:100%;font:inherit;text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--outline);background:var(--bg);color:var(--text);border-radius:12px;margin-bottom:16px;padding:14px 16px}.select-wrap{margin-bottom:16px;position:relative}.select-wrap:after{border-right:2px solid var(--text);border-bottom:2px solid var(--text);content:"";pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:20px;transform:translateY(-70%)rotate(45deg)}.field-select{appearance:none;cursor:pointer;letter-spacing:normal;text-transform:none;margin-bottom:0;padding-right:52px}.row{gap:12px;display:flex}button{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;flex:1;padding:14px 16px;font-weight:700}button:disabled{opacity:.5;cursor:default}.primary{background:var(--accent);color:var(--surface)}.secondary{color:var(--text);border-color:var(--outline);background:0 0}.badge{background:var(--error);border-radius:50%;width:10px;height:10px;display:block}.spinner{border:2px solid var(--outline);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.clerk-mount{justify-content:center;display:flex}.note{color:var(--text);margin:-4px 0 16px;font-size:.9375rem}.note.muted{color:var(--muted)}.error{color:var(--error);margin:-4px 0 16px;font-size:.9375rem}.lead{color:var(--text);font-size:1.0625rem}
