@charset "UTF-8";:root{--radius: 12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}:root,:root[data-theme=dark]{--brand: #4f7cf0;--brand-ink: #6f95f5;--ok: #35c47b;--err: #ef6a5b;--surface: #131a2e;--surface-2: #0b1120;--border: #283450;--text-1: #eef1f8;--text-2: #aeb8cf;--text-3: #7c87a3;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 4px 16px rgba(0, 0, 0, .25);color-scheme:dark}:root[data-theme=light]{--brand: #1f4fd8;--brand-ink: #16348f;--ok: #1a8f4c;--err: #c0392b;--surface: #ffffff;--surface-2: #f4f6fb;--border: #e2e6ef;--text-1: #1a2236;--text-2: #475067;--text-3: #8a93a8;--shadow: 0 1px 2px rgba(16, 24, 48, .06), 0 4px 16px rgba(16, 24, 48, .04);color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;color:var(--text-1);background:var(--surface-2)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}.skip-link{position:absolute;left:.5rem;top:-3rem;z-index:100;background:var(--brand);color:#fff;padding:.5rem .9rem;border-radius:8px;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.skip-link{transition:none}}body,.card{transition:background-color .25s ease,color .25s ease,border-color .25s ease}@media(prefers-reduced-motion:reduce){body,.card{transition:none}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}button{font:inherit}.btn-primary{background:var(--brand);color:#fff;border:0;border-radius:10px;padding:.6rem .9rem;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.btn-primary:hover{background:var(--brand-ink)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn{background:var(--surface);color:var(--text-1);border:1px solid var(--border);border-radius:10px;padding:.6rem .9rem;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}
