.ClientSwitcherBadge_host___uMCB{position:fixed;right:16px;bottom:16px;z-index:1400;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.ClientSwitcherBadge_badge__oKIPS{border:0;border-radius:var(--radius);padding:9px 11px;min-width:180px;max-width:min(320px,calc(100vw - 24px));text-align:left;color:#fff;background:linear-gradient(135deg,#2797ff,#0b66d1);box-shadow:0 12px 24px rgba(11,102,209,.42);font-weight:700;font-size:13px;line-height:1.2;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ClientSwitcherBadge_badge__oKIPS:disabled{cursor:default;opacity:.96}.ClientSwitcherBadge_list__c0MNa{width:100%;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden}.ClientSwitcherBadge_option__x5aoA{display:block;width:100%;text-align:left;border:0;padding:8px 10px;background:#fff;color:#0f172a;font-weight:600;cursor:pointer}.ClientSwitcherBadge_option__x5aoA+.ClientSwitcherBadge_option__x5aoA{border-top:1px solid var(--color-border)}.ClientSwitcherBadge_option__x5aoA:hover{background:#eef5ff}.ClientSwitcherBadge_optionActive__lEEvz{background:#d9eaff;color:#0b66d1}.ClientSwitcherBadge_option__x5aoA:disabled{opacity:.7;cursor:wait}@media (max-width:680px){.ClientSwitcherBadge_host___uMCB{right:8px;bottom:8px}.ClientSwitcherBadge_badge__oKIPS{min-width:145px;max-width:calc(100vw - 16px);padding:8px 10px;font-size:12px}}:root{--color-primary:#2797ff;--color-success:#acc420;--color-warning:#fc964d;--color-error:#e44;--color-ink:#0f172a;--color-muted:#5b6478;--color-surface:#fff;--color-surface-strong:#f4f6fb;--color-border:#e2e8f0;--radius:4px;--shadow-card:0 12px 30px rgba(15,23,42,.08);--shadow-button:0 10px 18px rgba(39,151,255,.2)}*,:after,:before{box-sizing:border-box}body,html{margin:0;max-width:100vw;overflow-x:hidden}body{color:var(--color-ink);background:linear-gradient(160deg,#f4f8ff,#fdf4e8 50%,#fff);font-family:Segoe UI,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;letter-spacing:-.02em}p{color:var(--color-muted)}a{color:inherit;text-decoration:none}button{font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;padding:10px 16px;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-button)}.btn-ghost{background:#edf2fb;color:#1e293b}.btn:hover{transform:translateY(-1px)}