@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.auth-banner{position:fixed;top:12px;left:12px;right:12px;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #00000014;font-family:Inter,sans-serif}.auth-banner--warning{background:#fff7e6;color:#6e4b00;border-color:#f5c86a}.auth-banner--danger{background:#fff0f0;color:#7e1d1d;border-color:#f0a1a1}.auth-banner__text{display:flex;flex-direction:column;gap:2px;min-width:0}.auth-banner__text strong{font-size:14px;line-height:1.2}.auth-banner__text span{font-size:13px;line-height:1.3}.auth-banner__error{margin-top:2px;color:#9c1c1c;font-weight:500}.auth-banner__actions{display:flex;align-items:center;gap:8px}.auth-banner__btn{border:1px solid currentColor;background:#ffffffa6;color:inherit;border-radius:8px;padding:6px 10px;cursor:pointer;font:inherit;font-size:13px;white-space:nowrap}.auth-banner__btn--primary{background:#ffffffe6;font-weight:600}.auth-banner__btn:disabled{opacity:.6;cursor:wait}.auth-banner__btn--ghost{background:transparent;opacity:.8}@media (max-width: 640px){.auth-banner{flex-direction:column;align-items:stretch}.auth-banner__actions{justify-content:flex-end}}
