:root{--ba-core-bg:#071a2d;--ba-core-card:#0d2943;--ba-core-line:rgba(255,255,255,.15);--ba-core-text:#fff;--ba-core-muted:#b8c8d8;--ba-core-accent:#e2b96d;--ba-core-danger:#ffb4b4;--ba-core-ok:#bceacb}
.ba-account-button{position:fixed;z-index:9997;top:18px;right:18px;display:inline-flex;align-items:center;gap:9px;max-width:240px;padding:10px 15px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(5,23,39,.84);backdrop-filter:blur(14px);color:#fff;font:600 14px/1.2 system-ui,-apple-system,"Segoe UI",sans-serif;box-shadow:0 10px 32px rgba(0,0,0,.22);cursor:pointer;transition:.2s}
.ba-account-button:hover{background:rgba(11,42,69,.96);transform:translateY(-1px)}.ba-account-button img{width:28px;height:28px;border-radius:50%;object-fit:cover}.ba-account-icon{width:20px;height:20px;border:1.5px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:11px}.ba-account-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ba-auth-overlay,.ba-success-overlay{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(0,10,22,.76);backdrop-filter:blur(10px)}.ba-auth-overlay.is-open,.ba-success-overlay.is-open{display:flex}.ba-auth-modal,.ba-success-modal{width:min(540px,100%);max-height:calc(100vh - 36px);overflow:auto;border:1px solid var(--ba-core-line);border-radius:24px;background:linear-gradient(155deg,#123655,#071a2d 70%);color:var(--ba-core-text);box-shadow:0 30px 100px rgba(0,0,0,.46);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.ba-auth-head{display:flex;justify-content:space-between;gap:20px;padding:24px 24px 14px;border-bottom:1px solid var(--ba-core-line)}.ba-auth-head h2{margin:0 0 6px;font-size:25px;line-height:1.15;color:#fff}.ba-auth-head p{margin:0;color:var(--ba-core-muted);font-size:14px}.ba-auth-close{align-self:flex-start;width:38px;height:38px;border:1px solid var(--ba-core-line);border-radius:50%;background:transparent;color:#fff;font-size:24px;cursor:pointer}.ba-auth-body{padding:20px 24px 26px}.ba-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ba-auth-provider{min-height:48px;border:1px solid var(--ba-core-line);border-radius:13px;background:rgba(255,255,255,.075);color:#fff;font-weight:700;cursor:pointer}.ba-auth-provider:hover{background:rgba(255,255,255,.14)}.ba-auth-provider.primary{background:var(--ba-core-accent);border-color:var(--ba-core-accent);color:#14283b}.ba-auth-panel{display:none;margin-top:16px;padding:16px;border:1px solid var(--ba-core-line);border-radius:16px;background:rgba(0,0,0,.12)}.ba-auth-panel.is-open{display:block}.ba-auth-panel label{display:block;margin:0 0 11px;color:var(--ba-core-muted);font-size:13px}.ba-auth-panel input{box-sizing:border-box;width:100%;margin-top:6px;padding:12px 13px;border:1px solid var(--ba-core-line);border-radius:10px;background:#fff;color:#132b3d;font-size:16px}.ba-auth-actions{display:flex;flex-wrap:wrap;gap:9px}.ba-auth-actions button,.ba-auth-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 15px;border:0;border-radius:11px;background:var(--ba-core-accent);color:#14283b;font-weight:800;text-decoration:none;cursor:pointer}.ba-auth-actions .secondary{border:1px solid var(--ba-core-line);background:transparent;color:#fff}.ba-auth-note{margin:14px 0 0;color:var(--ba-core-muted);font-size:12px;line-height:1.45}.ba-auth-message{min-height:20px;margin:12px 0 0;color:var(--ba-core-muted);font-size:13px}.ba-auth-message.is-error{color:var(--ba-core-danger)}.ba-telegram-widget{display:flex;justify-content:center;min-height:48px}.ba-user-card{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid var(--ba-core-line);border-radius:15px;background:rgba(255,255,255,.07)}.ba-user-card img{width:48px;height:48px;border-radius:50%;object-fit:cover}.ba-user-card b{display:block;color:#fff}.ba-user-card small{color:var(--ba-core-muted)}
.ba-form-auth{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 16px;padding:14px 15px;border:1px solid rgba(18,72,105,.2);border-radius:14px;background:#eef6fa;color:#173d55;font:14px/1.4 system-ui,-apple-system,"Segoe UI",sans-serif}.ba-form-auth strong{display:block;margin-bottom:2px}.ba-form-auth small{display:block;opacity:.74}.ba-form-auth button{flex:0 0 auto;min-height:42px;padding:0 15px;border:0;border-radius:11px;background:#0c5175;color:#fff;font-weight:800;cursor:pointer}.ba-form-auth.is-authenticated{background:#e9f7ef;color:#145a35}.ba-form-auth.is-authenticated button{background:transparent;color:#145a35;border:1px solid rgba(20,90,53,.25)}
.ba-consent{display:flex!important;align-items:flex-start!important;gap:10px!important;margin:14px 0!important;font-size:12px!important;line-height:1.45!important}.ba-consent input{flex:0 0 auto!important;width:18px!important;height:18px!important;margin:1px 0 0!important}.ba-consent span{opacity:.82}.ba-form-status{display:none;margin:14px 0;padding:13px 15px;border-radius:12px;font:600 14px/1.4 system-ui,-apple-system,"Segoe UI",sans-serif}.ba-form-status.is-visible{display:block}.ba-form-status.is-success{background:#e5f6ed;color:#155d36}.ba-form-status.is-error{background:#fde7e7;color:#8b1f25}.ba-form-status.is-loading{background:#e9f1f8;color:#204f70}.ba-toast{position:fixed;z-index:10002;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);max-width:min(540px,calc(100% - 32px));padding:12px 16px;border-radius:12px;background:#102f48;color:#fff;box-shadow:0 16px 45px rgba(0,0,0,.3);font:600 14px/1.4 system-ui,-apple-system,"Segoe UI",sans-serif;opacity:0;pointer-events:none;transition:.25s}.ba-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
.ba-success-modal{text-align:center;padding:34px 28px}.ba-success-mark{width:68px;height:68px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--ba-core-accent);color:#102b40;font-size:34px;font-weight:900}.ba-success-modal h2{margin:0 0 10px;font-size:28px}.ba-success-modal p{margin:0 0 8px;color:var(--ba-core-muted)}.ba-success-number{display:inline-block;margin:12px 0 20px;padding:8px 12px;border:1px solid var(--ba-core-line);border-radius:10px;color:#fff;font-weight:800;letter-spacing:.04em}.ba-success-modal button{min-height:44px;padding:0 18px;border:0;border-radius:11px;background:var(--ba-core-accent);color:#14283b;font-weight:800;cursor:pointer}
@media(max-width:640px){.ba-account-button{top:10px;right:10px;padding:8px 11px}.ba-account-button .ba-account-label{max-width:125px}.ba-auth-grid{grid-template-columns:1fr}.ba-auth-head,.ba-auth-body{padding-left:18px;padding-right:18px}.ba-auth-modal,.ba-success-modal{border-radius:19px}.ba-form-auth{align-items:flex-start;flex-direction:column}.ba-form-auth button{width:100%}}
