.auth-modal__wrapper{z-index:1100!important;padding:16px}.auth-modal__backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(10px)}.auth-modal{--auth-bg:#13131f;--auth-sidebar:#0e0e1a;--auth-border:rgba(255,255,255,0.07);--auth-border-soft:rgba(255,255,255,0.05);--auth-surface:rgba(255,255,255,0.03);--auth-surface-strong:rgba(255,255,255,0.04);--auth-surface-hover:rgba(255,255,255,0.06);--auth-text:#f0f0ff;--auth-text-soft:rgba(210,210,245,0.82);--auth-text-muted:rgba(140,140,185,0.55);--auth-text-dim:rgba(120,120,170,0.4);--auth-purple:#8b5cf6;--auth-purple-strong:#7c3aed;--auth-blue:#3b82f6;--auth-green:#22c55e;--auth-red:#e11d48;--auth-amber:#d2a247;width:min(780px,100vw - 32px);height:min(640px,100vh - 32px);margin:0;overflow:hidden;border:1px solid var(--auth-border);border-radius:22px;background:var(--auth-bg);box-shadow:0 40px 100px rgba(0,0,0,.65),0 0 0 1px rgba(124,58,237,.07),0 0 60px rgba(124,58,237,.05);color:var(--auth-text-soft);font-family:Inter,Geist,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-modal--guest{width:min(520px,100vw - 32px);height:auto;min-height:0}.auth-modal__body{padding:0!important}.auth-modal__container{display:flex;height:100%;min-height:0;position:relative}.auth-modal__guest-shell{position:relative;padding:32px}.auth-modal__close{position:absolute;top:14px;right:14px;z-index:5;display:inline-flex;height:28px;width:28px;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.07);border-radius:8px;background:hsla(0,0%,100%,.04);color:rgba(140,140,190,.45);transition:background-color .15s ease,color .15s ease,border-color .15s ease}.auth-modal__close:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12);color:rgba(220,220,255,.92)}.auth-modal__close-icon{height:16px;width:16px}.auth-modal__sidebar{width:168px;flex-shrink:0;display:flex;flex-direction:column;padding:18px 0;background:var(--auth-sidebar);border-right:1px solid hsla(0,0%,100%,.045)}.auth-modal__sidebar-tab{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;border:0;background:rgba(0,0,0,0);color:rgba(140,140,190,.42);transition:color .15s ease,background-color .15s ease}.auth-modal__sidebar-tab:before{content:"";position:absolute;inset:22% auto 22% 0;width:3px;border-radius:0 3px 3px 0;background:rgba(0,0,0,0);box-shadow:none;transition:background-color .15s ease,box-shadow .15s ease}.auth-modal__sidebar-tab:hover{color:rgba(180,180,230,.7)}.auth-modal__sidebar-tab--active{color:var(--auth-purple);background:rgba(124,58,237,.08)}.auth-modal__sidebar-tab--active:before{background:var(--auth-purple);box-shadow:0 0 10px rgba(139,92,246,.55)}.auth-modal__sidebar-icon{height:22px;width:22px}.auth-modal__sidebar-label{font-size:10.5px;font-weight:600;letter-spacing:.02em}.auth-modal__main{flex:1;min-width:0;min-height:0}.auth-modal__scroll{height:100%;overflow-y:auto;padding:26px 28px 26px 26px}.auth-modal__scroll::-webkit-scrollbar{width:4px}.auth-modal__scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.auth-modal__scroll::-webkit-scrollbar-thumb{background:rgba(124,58,237,.25);border-radius:999px}.auth-modal__scroll::-webkit-scrollbar-thumb:hover{background:rgba(124,58,237,.45)}@keyframes auth-modal-fade-slide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.auth-modal__tab-content{animation:auth-modal-fade-slide .18s ease}.auth-modal__stack{display:flex;flex-direction:column;gap:20px}.auth-modal__stack--profile{gap:10px}.auth-modal__heading{display:flex;flex-direction:column;gap:8px}.auth-modal__heading-title{font-size:18px;font-weight:700;line-height:1.2;color:var(--auth-text)}.auth-modal__heading-description{max-width:520px;font-size:13px;line-height:1.55;color:var(--auth-text-muted)}.auth-modal__hero{position:relative;display:flex;align-items:center;gap:20px;overflow:hidden;border:1px solid var(--auth-border);border-radius:16px;background:hsla(0,0%,100%,.03);padding:28px 24px}.auth-modal__hero-glow{position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:999px;pointer-events:none}.auth-modal__hero-glow--free{background:radial-gradient(circle,rgba(124,58,237,.12) 0,transparent 70%)}.auth-modal__hero-glow--pro{background:radial-gradient(circle,rgba(100,80,240,.08) 0,transparent 70%)}.auth-modal__hero-glow--premium{background:radial-gradient(circle,rgba(200,140,30,.07) 0,transparent 70%)}.auth-modal__hero-avatar{position:relative;flex-shrink:0;z-index:1}.auth-modal__hero-avatar-image{height:72px;width:72px;border:0}.auth-modal__hero-avatar-image--free{box-shadow:0 0 0 2px rgba(150,150,200,.28)}.auth-modal__hero-avatar-image--pro{box-shadow:0 0 0 2.5px rgba(100,80,240,.55),0 0 22px rgba(100,80,240,.22)}.auth-modal__hero-avatar-image--premium{box-shadow:0 0 0 2.5px rgba(200,140,30,.6),0 0 22px rgba(200,140,30,.22)}.auth-modal__hero-avatar-fallback{background:linear-gradient(135deg,#1a1830,#141220);color:rgba(180,180,220,.75);font-size:20px;font-weight:800;letter-spacing:.06em}.auth-modal__hero-avatar-image--pro .auth-modal__hero-avatar-fallback{color:#a78bfa}.auth-modal__hero-avatar-image--premium .auth-modal__hero-avatar-fallback{color:#f0c569}.auth-modal__hero-avatar-dot{position:absolute;right:2px;bottom:2px;height:14px;width:14px;border:2px solid var(--auth-bg);border-radius:999px;background:var(--auth-green);box-shadow:0 0 6px rgba(34,197,94,.5)}.auth-modal__hero-copy{position:relative;z-index:1;flex:1;min-width:0}.auth-modal__hero-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.auth-modal__hero-name{font-size:20px;font-weight:700;color:var(--auth-text)}.auth-modal__hero-email{margin-top:5px;font-size:13px;color:var(--auth-text-muted)}.auth-modal__hero-handle{margin-top:3px;font-size:12px;color:rgba(130,130,170,.45);font-family:Courier New,monospace}.auth-modal__plan-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 10px 3px 7px;border:1px solid rgba(0,0,0,0);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.auth-modal__plan-badge--free{color:rgba(160,160,210,.7);background:rgba(150,150,200,.07);border-color:rgba(150,150,200,.13)}.auth-modal__plan-badge--pro{color:#b39dff;background:rgba(100,80,240,.11);border-color:rgba(100,80,240,.28);box-shadow:0 0 14px rgba(100,80,240,.18)}.auth-modal__plan-badge--premium{color:#f0c569;background:rgba(200,140,30,.1);border-color:rgba(200,140,30,.3);box-shadow:0 0 16px rgba(200,140,30,.18)}.auth-modal__plan-badge-icon{height:13px;width:13px}.auth-modal__alert{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:12px;padding:14px 16px;font-size:13px;line-height:1.5}.auth-modal__alert--info{border:1px solid rgba(124,58,237,.24);background:rgba(124,58,237,.08);color:rgba(221,214,255,.92)}.auth-modal__alert--warning{border:1px solid rgba(245,158,11,.28);background:rgba(245,158,11,.1);color:#f7d37d}.auth-modal__alert--error{border:1px solid rgba(225,29,72,.28);background:rgba(225,29,72,.1);color:#ff9bb0}.auth-modal__alert-copy{display:flex;flex-direction:column;gap:4px}.auth-modal__alert-title{font-size:13px;font-weight:600;color:var(--auth-text)}.auth-modal__alert-description{font-size:12px;color:var(--auth-text-muted)}.auth-modal__nav-list{display:flex;flex-direction:column;gap:10px}.auth-modal__nav-row{display:flex;align-items:center;gap:14px;width:100%;border:1px solid hsla(0,0%,100%,.06);border-radius:12px;background:var(--auth-surface);padding:14px 16px;text-align:left;transition:background-color .15s ease,border-color .15s ease}.auth-modal__nav-row:hover{background:var(--auth-surface-hover);border-color:hsla(0,0%,100%,.1)}.auth-modal__nav-row--accent:hover{background:rgba(124,58,237,.1);border-color:rgba(124,58,237,.25)}.auth-modal__nav-icon{display:inline-flex;height:38px;width:38px;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px;border:1px solid hsla(0,0%,100%,.07);background:hsla(0,0%,100%,.05);color:rgba(160,160,210,.5)}.auth-modal__nav-row--accent .auth-modal__nav-icon{border-color:rgba(124,58,237,.2);background:rgba(124,58,237,.12);color:#a78bfa}.auth-modal__nav-icon-svg{height:16px;width:16px}.auth-modal__nav-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.auth-modal__nav-label{font-size:14px;font-weight:600;color:rgba(220,220,250,.88)}.auth-modal__nav-description{font-size:12px;color:rgba(140,140,185,.5)}.auth-modal__nav-arrow{height:16px;width:16px;flex-shrink:0;color:rgba(150,150,200,.32)}.auth-modal__logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:4px;border:1px solid hsla(0,0%,100%,.05);border-radius:12px;background:rgba(0,0,0,0);padding:13px;color:rgba(160,80,100,.55);font-size:13px;font-weight:600;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.auth-modal__logout:hover{background:rgba(190,18,60,.15);border-color:rgba(190,18,60,.3);color:#ff6d8f}.auth-modal__logout-icon{height:16px;width:16px}.auth-modal__settings-section{display:flex;flex-direction:column;gap:10px}.auth-modal__section-caption{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(140,140,185,.4)}.auth-modal__chat-list,.auth-modal__telegram-list,.auth-modal__theme-list,.auth-modal__toggle-list{display:flex;flex-direction:column;gap:8px}.auth-modal__theme-card{display:flex;align-items:center;gap:14px;border:1px solid hsla(0,0%,100%,.06);border-radius:12px;background:var(--auth-surface);padding:13px 16px;text-align:left;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.auth-modal__theme-card:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.12);background:var(--auth-surface-hover)}.auth-modal__theme-card--active,.auth-modal__theme-card--active:hover{border-color:rgba(59,130,246,.4);background:rgba(59,130,246,.08)}.auth-modal__theme-radio{display:inline-flex;height:20px;width:20px;align-items:center;justify-content:center;flex-shrink:0;border:2px solid hsla(0,0%,100%,.18);border-radius:999px;transition:border-color .15s ease,background-color .15s ease}.auth-modal__theme-card--active .auth-modal__theme-radio{border-color:var(--auth-blue);background:var(--auth-blue)}.auth-modal__theme-radio-dot{height:7px;width:7px;border-radius:999px;background:#fff}.auth-modal__chat-copy,.auth-modal__credential-copy,.auth-modal__theme-copy,.auth-modal__toggle-copy{display:flex;flex:1;min-width:0;flex-direction:column}.auth-modal__chat-label,.auth-modal__credential-title,.auth-modal__theme-name,.auth-modal__toggle-label{font-size:14px;font-weight:600;color:var(--auth-text)}.auth-modal__chat-description,.auth-modal__credential-description,.auth-modal__theme-description,.auth-modal__toggle-description{margin-top:1px;font-size:12px;color:rgba(140,140,185,.5)}.auth-modal__chat-row,.auth-modal__toggle-row{display:flex;align-items:center;gap:14px;border:1px solid hsla(0,0%,100%,.06);border-radius:12px;background:var(--auth-surface);padding:13px 16px}.auth-modal__chat-icon,.auth-modal__toggle-icon{display:inline-flex;height:36px;width:36px;align-items:center;justify-content:center;flex-shrink:0;border-radius:9px;border:1px solid hsla(0,0%,100%,.07);background:hsla(0,0%,100%,.04);color:rgba(150,150,190,.35);transition:background-color .2s ease,border-color .2s ease,color .2s ease}.auth-modal__chat-icon--active,.auth-modal__toggle-icon--active{border-color:rgba(124,58,237,.22);background:rgba(124,58,237,.12);color:#b08cff}.auth-modal__chat-icon-svg,.auth-modal__toggle-icon-svg{height:18px;width:18px}.auth-modal__switch{position:relative;display:inline-flex;flex-shrink:0;align-items:center;border:1px solid hsla(0,0%,100%,.1);border-radius:999px;background:hsla(0,0%,100%,.08);transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.auth-modal__switch--md{height:24px;width:42px;padding:3px}.auth-modal__switch--sm{height:20px;width:36px;padding:3px}.auth-modal__switch--checked{border-color:rgba(139,92,246,.5);background:var(--auth-purple);box-shadow:0 0 12px rgba(124,58,237,.24)}.auth-modal__switch-thumb{display:block;border-radius:999px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.35);transition:transform .2s ease}.auth-modal__switch--md .auth-modal__switch-thumb{height:18px;width:18px}.auth-modal__switch--sm .auth-modal__switch-thumb{height:14px;width:14px}.auth-modal__switch--md.auth-modal__switch--checked .auth-modal__switch-thumb{transform:translateX(18px)}.auth-modal__switch--sm.auth-modal__switch--checked .auth-modal__switch-thumb{transform:translateX(16px)}.auth-modal__chat-row{cursor:grab;transition:background-color .12s ease,border-color .12s ease,opacity .12s ease}.auth-modal__chat-row--muted{cursor:default;opacity:.55}.auth-modal__chat-row--active{background:hsla(0,0%,100%,.04)}.auth-modal__chat-row--drop-target{border-color:rgba(124,58,237,.25);background:rgba(124,58,237,.08)}.auth-modal__chat-row--dragging{opacity:.6}.auth-modal__chat-grip{display:inline-flex;width:14px;justify-content:center;flex-shrink:0;color:rgba(150,150,200,.25)}.auth-modal__chat-grip-icon{height:16px;width:16px}.auth-modal__separator{height:1px;background:hsla(0,0%,100%,.08)}.auth-modal__subtabs{display:flex;gap:4px;padding:4px;border:1px solid hsla(0,0%,100%,.06);border-radius:12px;background:hsla(0,0%,100%,.03)}.auth-modal__subtab{flex:1;padding:8px 14px;border:1px solid rgba(0,0,0,0);border-radius:9px;background:rgba(0,0,0,0);color:rgba(130,130,180,.5);font-size:13px;font-weight:600;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.auth-modal__subtab:hover{color:rgba(190,190,240,.75)}.auth-modal__subtab--active{border-color:hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.08);color:rgba(220,220,255,.92)}.auth-modal__credential-card{display:flex;flex-direction:column;gap:14px;border:1px solid var(--auth-border);border-radius:14px;background:var(--auth-surface);padding:16px 18px}.auth-modal__credential-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.auth-modal__credential-heading{display:flex;align-items:flex-start;gap:13px;flex:1;min-width:0}.auth-modal__credential-icon{display:inline-flex;height:36px;width:36px;align-items:center;justify-content:center;flex-shrink:0;border-radius:9px}.auth-modal__credential-icon--shield{border:1px solid rgba(139,92,246,.24);background:rgba(124,58,237,.12);color:#b08cff}.auth-modal__credential-icon--codex{border:1px solid rgba(34,197,94,.22);background:rgba(34,197,94,.1);color:#7ee7a7}.auth-modal__credential-icon--telegram{border:1px solid rgba(59,130,246,.18);background:rgba(59,130,246,.1);color:#8fc1ff}.auth-modal__credential-icon-svg{height:18px;width:18px}.auth-modal__status-pill{display:inline-flex;min-width:88px;align-items:center;justify-content:center;flex-shrink:0;border:1px solid hsla(0,0%,100%,.08);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.auth-modal__status-pill--muted{border-color:rgba(148,163,184,.15);background:rgba(148,163,184,.1);color:#cbd5e1}.auth-modal__status-pill--success{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.14);color:#86efac}.auth-modal__credential-note{font-size:12px;line-height:1.55;color:var(--auth-text-muted)}.auth-modal__credential-note--boxed{border:1px solid rgba(148,163,184,.12);border-radius:10px;background:rgba(15,23,42,.65);padding:12px 14px;color:rgba(203,213,225,.92)}.auth-modal__credential-actions{display:flex;flex-wrap:wrap;gap:10px}.auth-modal__button,.auth-modal__choice,.auth-modal__close,.auth-modal__code-copy,.auth-modal__field-input,.auth-modal__guest-button,.auth-modal__logout,.auth-modal__nav-row,.auth-modal__sidebar-tab,.auth-modal__switch,.auth-modal__text-button,.auth-modal__theme-card{outline:none}.auth-modal__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:10px 16px;font-size:13px;font-weight:600;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.auth-modal__button--compact{padding:8px 14px;font-size:12px}.auth-modal__button--primary{border:1px solid rgba(124,58,237,.3);background:linear-gradient(135deg,rgba(124,58,237,.95),rgba(99,102,241,.95));color:#fff}.auth-modal__button--primary:hover{border-color:rgba(124,58,237,.45)}.auth-modal__button--ghost{border:1px solid rgba(124,58,237,.2);background:rgba(0,0,0,0);color:#b08cff}.auth-modal__button--ghost:hover{background:rgba(124,58,237,.1)}.auth-modal__button--danger{border:1px solid rgba(225,29,72,.25);background:rgba(190,18,60,.1);color:#ff6d8f}.auth-modal__button--danger:hover{background:rgba(190,18,60,.18)}.auth-modal__button-icon,.auth-modal__button-spinner{height:16px;width:16px}.auth-modal__button-spinner{animation:auth-modal-spin 1s linear infinite}.auth-modal__form{display:flex;flex-direction:column;gap:12px;border:1px solid rgba(124,58,237,.18);border-radius:12px;background:rgba(124,58,237,.06);padding:16px}.auth-modal__form--codex{gap:14px}.auth-modal__form-header{display:flex;flex-direction:column;gap:4px}.auth-modal__form-title{font-size:14px;font-weight:700;color:var(--auth-text)}.auth-modal__form-description{font-size:12px;color:var(--auth-text-muted)}.auth-modal__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-modal__field{display:flex;flex-direction:column;gap:6px}.auth-modal__field-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(130,130,180,.55)}.auth-modal__field-input-wrap{display:flex;align-items:center;gap:10px;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;background:hsla(0,0%,100%,.05);padding:0 12px;transition:border-color .15s ease,background-color .15s ease}.auth-modal__field-input-wrap:focus-within{border-color:rgba(124,58,237,.5);background:hsla(0,0%,100%,.07)}.auth-modal__field-icon{display:inline-flex;align-items:center;justify-content:center;color:rgba(148,163,184,.8)}.auth-modal__field-icon-svg{height:16px;width:16px}.auth-modal__field-input{width:100%;border:0;background:rgba(0,0,0,0);padding:11px 0;color:rgba(226,232,240,.96);font-size:13px}.auth-modal__field-input::-moz-placeholder{color:rgba(130,130,180,.42)}.auth-modal__field-input::placeholder{color:rgba(130,130,180,.42)}.auth-modal__choice-group{display:flex;gap:6px}.auth-modal__choice{flex:1;border:1px solid hsla(0,0%,100%,.08);border-radius:8px;background:hsla(0,0%,100%,.04);padding:10px 8px;color:rgba(130,130,180,.6);font-size:12px;font-weight:600;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.auth-modal__choice--active{border-color:rgba(124,58,237,.4);background:rgba(124,58,237,.2);color:#b08cff}.auth-modal__telegram-card{display:flex;flex-direction:column;gap:12px;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:rgba(15,23,42,.52);padding:14px 16px}.auth-modal__telegram-card--editing{border-color:rgba(139,92,246,.55);box-shadow:0 0 0 1px rgba(139,92,246,.2)}.auth-modal__telegram-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.auth-modal__telegram-title{font-size:15px;font-weight:700;color:var(--auth-text)}.auth-modal__telegram-meta{margin-top:3px;font-size:12px;color:var(--auth-text-muted)}.auth-modal__telegram-actions{display:flex;flex-wrap:wrap;gap:10px}.auth-modal__text-button{display:inline-flex;align-items:center;gap:4px;border:0;background:rgba(0,0,0,0);padding:0;color:rgba(140,140,190,.6);font-size:12px;font-weight:500;transition:color .15s ease}.auth-modal__text-button:hover{color:rgba(220,220,255,.9)}.auth-modal__text-button--danger{color:rgba(225,29,72,.7)}.auth-modal__text-button--danger:hover{color:#ff7b99}.auth-modal__text-button-icon{height:14px;width:14px}.auth-modal__telegram-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-modal__telegram-field{display:flex;flex-direction:column;gap:4px}.auth-modal__telegram-field-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(120,120,170,.52)}.auth-modal__telegram-field-value{font-size:13px;color:rgba(226,232,240,.92);word-break:break-word}.auth-modal__empty-state{border:1px dashed rgba(148,163,184,.18);border-radius:12px;background:rgba(15,23,42,.5);padding:16px;font-size:13px;color:var(--auth-text-muted)}.auth-modal__link{color:#b08cff;text-decoration:underline;text-underline-offset:3px}.auth-modal__credential-code-row{display:flex;align-items:stretch;gap:10px}.auth-modal__credential-code{display:flex;flex:1;align-items:center;justify-content:center;border:1px solid rgba(139,92,246,.28);border-radius:12px;background:rgba(76,29,149,.28);padding:14px 16px;color:#c4b5fd;font-family:Courier New,monospace;font-size:16px;font-weight:700;letter-spacing:.18em;text-align:center;-webkit-user-select:all;-moz-user-select:all;user-select:all}.auth-modal__code-copy{display:inline-flex;align-items:center;justify-content:center;width:56px;flex-shrink:0;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:hsla(0,0%,100%,.04);color:#cbd5e1;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.auth-modal__code-copy:hover{background:hsla(0,0%,100%,.08);border-color:rgba(148,163,184,.28)}.auth-modal__code-copy-icon{height:16px;width:16px}.auth-modal__code-copy-icon--success{color:#86efac}.auth-modal__guest-card{display:flex;flex-direction:column;gap:20px}.auth-modal__guest-header{display:flex;flex-direction:column;gap:10px}.auth-modal__guest-kicker{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(140,140,185,.5)}.auth-modal__guest-title{font-size:30px;font-weight:700;line-height:1.05;color:var(--auth-text)}.auth-modal__guest-subtitle{font-size:14px;line-height:1.6;color:var(--auth-text-muted)}.auth-modal__guest-actions{display:flex;flex-direction:column;gap:10px}.auth-modal__guest-divider{position:relative;display:flex;justify-content:center;margin:6px 0}.auth-modal__guest-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:hsla(0,0%,100%,.08)}.auth-modal__guest-divider span{position:relative;padding:0 12px;background:var(--auth-bg);color:rgba(130,130,180,.55);font-size:12px;text-transform:uppercase}.auth-modal__guest-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:hsla(0,0%,100%,.04);padding:14px 16px;color:rgba(226,232,240,.92);font-size:14px;font-weight:600;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.auth-modal__guest-button:hover{transform:translateY(-1px);background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12)}.auth-modal__guest-button--primary{border-color:rgba(124,58,237,.3);background:linear-gradient(135deg,rgba(124,58,237,.95),rgba(99,102,241,.95));color:#fff}.auth-modal__guest-button--secondary{border-color:hsla(0,0%,100%,.12)}.auth-modal__guest-button--warning{border-color:rgba(245,158,11,.25);background:rgba(245,158,11,.12);color:#f7d37d}.auth-modal__guest-button-icon{height:18px;width:18px}.auth-modal__button:disabled,.auth-modal__guest-button:disabled,.auth-modal__logout:disabled,.auth-modal__switch:disabled,.auth-modal__theme-card:disabled{cursor:not-allowed;opacity:.65}@keyframes auth-modal-spin{to{transform:rotate(1turn)}}@media(max-width:860px){.auth-modal{width:min(100vw - 20px,780px);height:min(100vh - 20px,720px)}.auth-modal__container{flex-direction:column}.auth-modal__sidebar{width:100%;flex-direction:row;padding:12px 0;border-right:0;border-bottom:1px solid hsla(0,0%,100%,.045)}.auth-modal__sidebar-tab{flex:1;padding:12px 6px}.auth-modal__sidebar-tab:before{inset:auto 22% 0 22%;width:auto;height:3px;border-radius:3px 3px 0 0}.auth-modal__scroll{padding:22px 18px 20px}}@media(max-width:640px){.auth-modal{width:calc(100vw - 16px);height:calc(100vh - 16px)}.auth-modal--guest{height:auto}.auth-modal__wrapper{padding:8px}.auth-modal__hero,.auth-modal__hero-title-row{flex-direction:column;align-items:flex-start}.auth-modal__alert,.auth-modal__credential-code-row,.auth-modal__credential-header,.auth-modal__telegram-card-top{flex-direction:column;align-items:stretch}.auth-modal__form-grid,.auth-modal__telegram-grid{grid-template-columns:1fr}.auth-modal__choice-group{flex-direction:column}.auth-modal__guest-shell{padding:22px 18px}.auth-modal__guest-title,.auth-modal__heading-title{font-size:26px}}