:root{--flashmed-auth-accent:#07145f}
.fm-auth-open{overflow:hidden}
.fm-auth-overlay,.fm-ticket-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:18px;background:rgba(2,8,58,.48);backdrop-filter:blur(14px);animation:fmFade .16s ease-out}
.fm-auth-overlay[hidden],.fm-ticket-overlay[hidden],.fm-nudge[hidden]{display:none}
.fm-auth-modal,.fm-ticket-modal{width:min(920px,100%);max-height:min(760px,calc(100dvh - 24px));overflow:auto;border:1px solid rgba(255,255,255,.24);border-radius:18px;background:#fff;color:#101827;box-shadow:0 32px 90px rgba(2,8,58,.35);animation:fmRise .16s ease-out}
html[data-theme="night"] .fm-auth-modal,html[data-theme="night"] .fm-ticket-modal{background:#071021;color:#f8fbff;border-color:#31405c}
.fm-auth-head,.fm-ticket-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px;border-bottom:1px solid #dbe3ef}
html[data-theme="night"] .fm-auth-head,html[data-theme="night"] .fm-ticket-head{border-color:#31405c}
.fm-auth-title{display:grid;gap:4px}.fm-auth-title h2,.fm-ticket-head h2{margin:0;font-size:28px;line-height:1.05;color:var(--flashmed-auth-accent)}
html[data-theme="night"] .fm-auth-title h2,html[data-theme="night"] .fm-ticket-head h2{color:#eaf6ff}
.fm-auth-title p,.fm-ticket-head p{margin:0;color:#526071;line-height:1.42}html[data-theme="night"] .fm-auth-title p,html[data-theme="night"] .fm-ticket-head p{color:#b4c0d4}
.fm-icon-button{width:42px;height:42px;border-radius:50%;border:1px solid #cbd5e1;background:#fff;color:#07145f;font-weight:900;cursor:pointer}
.fm-auth-body,.fm-ticket-body{display:grid;gap:16px;padding:20px}
.fm-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fm-auth-tabs button,.fm-auth-primary,.fm-provider,.fm-auth-ghost,.fm-ticket-primary{min-height:44px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#07145f;font-weight:850;cursor:pointer}
.fm-auth-tabs button[aria-selected="true"],.fm-auth-primary,.fm-ticket-primary{background:#07145f;color:#fff;border-color:#07145f}
.fm-provider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:9px}.fm-provider{display:flex;align-items:center;gap:9px;justify-content:center}.fm-provider small{font-size:10px;font-weight:900;opacity:.72}.fm-provider:disabled{cursor:not-allowed;opacity:.58;background:#f1f5f9;color:#64748b}.fm-provider svg{width:18px;height:18px}
.fm-auth-form,.fm-ticket-form{display:grid;gap:10px}.fm-auth-field,.fm-ticket-field{display:grid;gap:5px;font-weight:750;color:#172033}.fm-auth-field input,.fm-ticket-field input,.fm-ticket-field textarea,.fm-ticket-field select{width:100%;min-height:42px;border:1px solid #cbd5e1;border-radius:8px;padding:10px 11px;font:inherit;background:#fff;color:#101827}
.fm-auth-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.fm-auth-status,.fm-ticket-status{min-height:24px;color:#526071;font-size:14px}.fm-auth-links{display:flex;flex-wrap:wrap;gap:10px}.fm-auth-links a{color:#07145f;font-weight:750}
.fm-account-card,.fm-support-card,.fm-legal-card{display:grid;gap:10px}.fm-account-actions{display:flex;flex-wrap:wrap;gap:8px}.fm-chip{display:inline-flex;align-items:center;gap:6px;width:max-content;border:1px solid #cbd5e1;border-radius:999px;padding:6px 10px;background:#f8fbff;color:#07145f;font-weight:850}
.fm-nudge{position:fixed;right:18px;bottom:18px;z-index:1000;width:min(390px,calc(100vw - 28px));display:grid;gap:12px;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:#101827;padding:16px;box-shadow:0 20px 60px rgba(2,8,58,.22)}
.fm-nudge p{margin:0;color:#526071;line-height:1.45}.fm-nudge-actions{display:flex;flex-wrap:wrap;gap:8px}.fm-nudge button,.fm-nudge a{border:1px solid #07145f;border-radius:8px;padding:9px 11px;text-decoration:none;font-weight:850}.fm-nudge a{background:#07145f;color:#fff}.fm-nudge button{background:#fff;color:#07145f}
.fm-muted-note{font-size:13px;color:#526071}.fm-honeypot{position:absolute;left:-9999px}.fm-abuse-wrap{display:grid;gap:6px;padding:10px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fbff}.fm-abuse-note{color:#526071;font-size:12px}html[data-theme="night"] .fm-abuse-wrap{background:#0d182b;border-color:#31405c}html[data-theme="night"] .fm-abuse-note{color:#b4c0d4}
@keyframes fmFade{from{opacity:0}to{opacity:1}}@keyframes fmRise{from{transform:translateY(10px);opacity:.96}to{transform:none;opacity:1}}
@media(max-width:720px){.fm-auth-overlay,.fm-ticket-overlay{padding:0;align-items:end}.fm-auth-modal,.fm-ticket-modal{width:100%;max-height:100dvh;border-radius:18px 18px 0 0}.fm-provider-grid{grid-template-columns:1fr}.fm-auth-row{display:grid}.fm-auth-tabs{position:sticky;top:0;background:inherit;z-index:1}}
@media(prefers-reduced-motion:reduce){.fm-auth-overlay,.fm-auth-modal,.fm-ticket-overlay,.fm-ticket-modal,.fm-nudge{animation:none!important;transition:none!important}}
html[data-low-resource="true"] .fm-auth-overlay,html[data-low-resource="true"] .fm-ticket-overlay{backdrop-filter:none}
