@charset "UTF-8";:root{--theme-primary: #4f46e5;--theme-secondary: #64748b;--theme-accent: #0ea5e9;--theme-bg: #0f172a;--theme-text: #e2e8f0;--theme-logo-url: none}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:var(--theme-bg);color:var(--theme-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.btn{border:0;border-radius:.5rem;padding:.75rem 1.25rem;font-size:1rem;cursor:pointer;background:color-mix(in srgb,var(--theme-text) 10%,transparent);color:var(--theme-text)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--theme-primary);color:var(--theme-bg);font-weight:600}.error{color:color-mix(in srgb,var(--theme-secondary) 80%,var(--theme-text))}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
