.auth-shell{position:relative;min-height:100vh;display:flex;flex-direction:column;background:hsl(var(--muted)/.35);color:hsl(var(--foreground))}.auth-shell:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse 70% 45% at 0 0,hsl(var(--primary)/.08),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 100%,hsl(var(--primary)/.06),transparent 50%)}.auth-shell__main{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:1.25rem 1rem 2rem}.auth-shell__main:has(.msr-alert-page){align-items:flex-start;padding-top:1.5rem}.auth-shell__footer{position:relative;z-index:1;padding:1rem 1.5rem 1.5rem;text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground));border-top:1px solid hsl(var(--border));background:hsl(var(--card)/.85)}.auth-shell__footer a{color:hsl(var(--foreground)/.85)}.auth-shell__footer a:hover{color:hsl(var(--primary))}.auth-login-page{width:100%;max-width:56rem;margin:0 auto}.auth-login-page__toolbar{display:flex;justify-content:flex-end;margin-bottom:.75rem}.auth-login-page__promo{margin-bottom:.75rem;border-radius:.75rem;padding:.5rem 1rem;text-align:center;font-size:.8125rem;font-weight:600;border:1px solid hsl(var(--border)/.5)}.auth-login-split{display:grid;gap:0;border-radius:1.25rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:0 1px 2px hsl(var(--foreground)/.04),0 20px 50px -20px hsl(var(--foreground)/.15);background:hsl(var(--card))}@media (min-width:900px){.auth-login-split{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);min-height:32rem}}.auth-login-hero{position:relative;display:none;padding:2rem 2rem 2.5rem;background:linear-gradient(155deg,hsl(var(--primary)/.12) 0,hsl(var(--card)) 42%,hsl(var(--muted)/.25) 100%);border-inline-end:1px solid hsl(var(--border))}@media (min-width:900px){.auth-login-hero{display:flex;flex-direction:column;justify-content:center}}.auth-login-hero__glow{position:absolute;inset:10% 15%;border-radius:50%;background:radial-gradient(circle,hsl(var(--primary)/.15),transparent 70%);filter:blur(24px);pointer-events:none}.auth-login-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.auth-login-hero__logo-wrap{width:min(100%,16rem);margin-bottom:.25rem}.auth-login-hero__logo{width:100%;height:auto;object-fit:contain}.auth-login-hero__title{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:hsl(var(--foreground));line-height:1.3}.auth-login-hero__tagline{font-size:.9375rem;color:hsl(var(--muted-foreground));max-width:18rem;line-height:1.5}.auth-login-hero__bullets{margin-top:.5rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;color:hsl(var(--muted-foreground))}.auth-login-hero__bullets li{display:flex;align-items:center;gap:.5rem;justify-content:center}.auth-login-hero__bullets--rtl li{flex-direction:row-reverse}.auth-login-form-wrap{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;justify-content:center}@media (min-width:900px){.auth-login-form-wrap{padding:2rem 2.25rem}}.auth-login-form-wrap__mobile-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;margin-bottom:1.25rem}@media (min-width:900px){.auth-login-form-wrap__mobile-brand{display:none}}.auth-login-form-wrap__mobile-brand img{width:7.5rem;height:auto;object-fit:contain}.auth-login-form-wrap__title{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}.auth-login-form-wrap__subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem}.auth-login-card--shake{animation:auth-shake .45s ease-in-out}@keyframes auth-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.auth-login-field-icon{position:absolute;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground));pointer-events:none;z-index:2}.auth-login-input{width:100%;height:2.75rem;border-radius:.5rem;border:1px solid hsl(var(--input));background:hsl(var(--background));color:hsl(var(--foreground));font-size:.9375rem}.auth-login-input::placeholder{color:hsl(var(--muted-foreground)/.85)}.auth-login-input:hover{border-color:hsl(var(--ring)/.45)}.auth-login-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.2)}.auth-login-input--error{border-color:hsl(var(--destructive)/.7)}.auth-login-input:-webkit-autofill,.auth-login-input:-webkit-autofill:focus,.auth-login-input:-webkit-autofill:hover{-webkit-text-fill-color:hsl(var(--foreground))!important;-webkit-box-shadow:0 0 0 1000px hsl(var(--background)) inset!important;box-shadow:0 0 0 1000px hsl(var(--background)) inset!important}.auth-login-suggestions{position:absolute;left:0;right:0;top:100%;z-index:100;margin-top:.25rem;max-height:12rem;overflow:auto;border-radius:.5rem;border:1px solid hsl(var(--border));background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:0 8px 24px hsl(var(--foreground)/.1);padding:.25rem 0}.auth-login-suggestion-btn{display:flex;width:100%;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;text-align:inherit}.auth-login-suggestion-btn:hover{background:hsl(var(--accent))}.auth-login-alert{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border-radius:.5rem;font-size:.875rem;background:hsl(var(--destructive)/.08);border:1px solid hsl(var(--destructive)/.25);color:hsl(var(--destructive));margin-bottom:1rem}.auth-login-alert p{text-align:start;line-height:1.5}.auth-login-signup-block{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid hsl(var(--border));text-align:center;font-size:.875rem}.auth-login-signup-block p{color:hsl(var(--muted-foreground));margin-bottom:.75rem}.auth-shell--immersive{--auth-accent:217 91% 60%;--auth-accent-2:262 83% 58%;background:#030712;color:#e2e8f0}.auth-shell--immersive:before{background:radial-gradient(ellipse 90% 60% at 15% -10%,hsl(var(--auth-accent)/.22),transparent 55%),radial-gradient(ellipse 70% 50% at 95% 110%,hsl(var(--auth-accent-2)/.18),transparent 50%),linear-gradient(180deg,#030712 0,#0f172a 45%,#020617 100%)}.auth-shell--immersive .auth-shell__footer{background:rgba(2,6,23,.72);border-top-color:rgba(148,163,184,.15);color:#94a3b8}.auth-shell--immersive .auth-shell__footer a{color:#cbd5e1}.auth-login-entrance{position:relative;width:100%;max-width:58rem;margin:0 auto}.auth-login-aurora{position:absolute;inset:-20% -10%;pointer-events:none;z-index:0;overflow:hidden}.auth-login-aurora--fixed{position:fixed;inset:0;z-index:0}.auth-login-aurora__blob{position:absolute;border-radius:50%;filter:blur(64px);opacity:.55;animation:auth-aurora-drift 18s ease-in-out infinite}.auth-login-aurora__blob--1{width:22rem;height:22rem;top:5%;left:10%;background:hsl(var(--auth-accent)/.35)}.auth-login-aurora__blob--2{width:18rem;height:18rem;bottom:10%;right:5%;background:hsl(var(--auth-accent-2)/.3);animation-delay:-6s}.auth-login-aurora__blob--3{width:14rem;height:14rem;top:40%;right:35%;background:rgba(56,189,248,.2);animation-delay:-12s}@keyframes auth-aurora-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(12px,-18px) scale(1.05)}}.auth-shell--immersive .auth-login-page{position:relative;z-index:1;max-width:58rem}.auth-shell--immersive .auth-login-split{border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.55);backdrop-filter:blur(20px);box-shadow:0 0 0 1px hsla(0,0%,100%,.04) inset,0 25px 80px -30px rgba(0,0,0,.85),0 0 120px -40px hsl(var(--auth-accent)/.35)}.auth-shell--immersive .auth-login-hero{background:linear-gradient(145deg,rgba(30,58,138,.35),rgba(15,23,42,.5) 40%,rgba(2,6,23,.2));border-inline-end-color:rgba(148,163,184,.12)}.auth-login-hero__grid{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 0);background-size:28px 28px;mask-image:radial-gradient(ellipse 80% 70% at 50% 45%,#000,transparent)}.auth-login-hero__glow--a{inset:5% 20%;background:radial-gradient(circle,hsl(var(--auth-accent)/.35),transparent 68%)}.auth-login-hero__glow--b{inset:auto 10% 8% 10%;height:40%;background:radial-gradient(circle,hsl(var(--auth-accent-2)/.25),transparent 70%)}.auth-login-hero__logo-stage{position:relative;width:min(100%,17rem);aspect-ratio:1;display:grid;place-items:center;margin-bottom:.5rem}.auth-login-hero__orbit{position:absolute;border-radius:50%;border:1px solid rgba(96,165,250,.35);animation:auth-orbit-spin 24s linear infinite}.auth-login-hero__orbit--outer{inset:0;border-style:dashed;opacity:.5}.auth-login-hero__orbit--inner{inset:12%;border-color:rgba(167,139,250,.45);animation-direction:reverse;animation-duration:16s}@keyframes auth-orbit-spin{to{transform:rotate(1turn)}}.auth-login-hero__logo-wrap{position:relative;z-index:2;width:72%;filter:drop-shadow(0 12px 40px rgba(59,130,246,.35))}.auth-login-hero__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#93c5fd;margin-top:.25rem}.auth-shell--immersive .auth-login-hero__title{font-size:1.65rem;font-weight:800;background:linear-gradient(120deg,#f8fafc,#93c5fd 55%,#c4b5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-shell--immersive .auth-login-hero__secure,.auth-shell--immersive .auth-login-hero__tagline{color:#94a3b8}.auth-login-hero__chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.75rem}.auth-login-hero__chips--rtl{flex-direction:row-reverse}.auth-login-hero__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:9999px;font-size:.7rem;font-weight:600;color:#e2e8f0;background:rgba(30,41,59,.65);border:1px solid rgba(148,163,184,.2);backdrop-filter:blur(8px)}.auth-login-hero__secure{margin-top:1rem;font-size:.8125rem;max-width:20rem;line-height:1.55}.auth-shell--immersive .auth-login-form-wrap{background:rgba(2,6,23,.35)}.auth-shell--immersive .auth-login-form-wrap__title{color:#f1f5f9;font-size:1.65rem;font-weight:700}.auth-shell--immersive .auth-login-form-wrap__subtitle{color:#94a3b8}.auth-shell--immersive .auth-login-input{background:rgba(15,23,42,.85);border-color:rgba(100,116,139,.45);color:#f8fafc}.auth-shell--immersive .auth-login-input::placeholder{color:#64748b}.auth-shell--immersive .auth-login-input:focus{border-color:hsl(var(--auth-accent)/1);box-shadow:0 0 0 3px hsl(var(--auth-accent)/.25),0 0 24px -6px hsl(var(--auth-accent)/.45)}.auth-shell--immersive .auth-login-input:-webkit-autofill,.auth-shell--immersive .auth-login-input:-webkit-autofill:focus{-webkit-text-fill-color:#f8fafc!important;-webkit-box-shadow:inset 0 0 0 1000px rgba(15,23,42,.95)!important}.auth-shell--immersive label{color:#cbd5e1}.auth-login-submit{border:none;background:linear-gradient(120deg,hsl(var(--auth-accent)) 0,hsl(var(--auth-accent-2)) 100%)!important;color:#fff!important;box-shadow:0 12px 32px -8px hsl(var(--auth-accent)/.55);transition:transform .15s ease,box-shadow .15s ease}.auth-login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 40px -10px hsl(var(--auth-accent)/.65)}.auth-shell--immersive .auth-login-signup-block{border-top-color:rgba(148,163,184,.15)}.auth-shell--immersive .auth-login-form-wrap__mobile-brand span{color:#f1f5f9}.auth-shell--immersive .auth-login-alert{background:rgba(127,29,29,.35);border-color:hsla(0,91%,71%,.45);color:#fecaca}.auth-shell--immersive .auth-login-suggestions{background:rgba(15,23,42,.95);border-color:rgba(100,116,139,.4)}.auth-shell--immersive .auth-login-suggestion-btn:hover{background:rgba(51,65,85,.6)}@media (prefers-reduced-motion:reduce){.auth-login-aurora__blob,.auth-login-hero__orbit{animation:none}}.auth-legal-page{position:relative;z-index:1;width:100%;max-width:42rem;margin:0 auto}.auth-legal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.auth-legal-toolbar--rtl{flex-direction:row-reverse}.auth-legal-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#cbd5e1;text-decoration:none;padding:.35rem .5rem;border-radius:.5rem;transition:color .15s ease,background .15s ease}.auth-legal-back:hover{color:#f1f5f9;background:rgba(148,163,184,.12)}.auth-legal-hero{text-align:center;padding:1.75rem 1.5rem;margin-bottom:1rem;border-radius:1.25rem;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.55);backdrop-filter:blur(20px);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.04),0 24px 48px -24px rgba(0,0,0,.55)}.auth-legal-hero__icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1rem;border-radius:1rem;background:linear-gradient(135deg,hsl(var(--auth-accent)) 0,hsl(var(--auth-accent-2)) 100%);box-shadow:0 12px 32px -8px hsl(var(--auth-accent)/.45)}.auth-legal-hero__title{font-size:1.75rem;font-weight:700;color:#f1f5f9;margin:0 0 .35rem;letter-spacing:-.02em}.auth-legal-hero__subtitle{margin:0;font-size:.875rem;color:#94a3b8}.auth-legal-doc{padding:1.75rem 1.5rem;border-radius:1.25rem;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.55);backdrop-filter:blur(20px);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.04),0 24px 48px -24px rgba(0,0,0,.55)}.auth-shell--immersive .auth-legal-prose h2{font-size:1.25rem;font-weight:700;color:#f1f5f9;margin:2rem 0 .75rem}.auth-shell--immersive .auth-legal-prose h2:first-child{margin-top:0}.auth-shell--immersive .auth-legal-prose p{color:#cbd5e1;line-height:1.65;margin-bottom:1rem}.auth-shell--immersive .auth-legal-prose ul{color:#cbd5e1;line-height:1.65;margin:0 0 1.25rem;padding-inline-start:1.25rem}.auth-shell--immersive .auth-legal-prose li{margin-bottom:.35rem}.auth-shell--immersive .auth-legal-prose strong{color:#e2e8f0;font-weight:600}.auth-shell--immersive .auth-legal-prose a{color:hsl(var(--auth-accent));text-decoration:underline;text-underline-offset:2px}.auth-shell--immersive .auth-legal-prose a:hover{color:hsl(var(--auth-accent-2))}.auth-legal-prose--rtl{text-align:right}.auth-legal-prose:not(.auth-legal-prose--rtl){text-align:left}.auth-legal-footer-action{display:flex;justify-content:center;margin-top:1.5rem}.auth-legal-footer-action__btn{display:inline-flex!important;align-items:center;justify-content:center;gap:.5rem;width:auto!important;min-width:12rem;padding:.65rem 1.25rem!important;height:auto!important;font-size:.9375rem!important}.auth-immersive-wide-toolbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid rgba(148,163,184,.12);background:rgba(2,6,23,.72);backdrop-filter:blur(12px)}.auth-immersive-wide-toolbar--rtl{flex-direction:row-reverse}.auth-immersive-wide__main{align-items:stretch;justify-content:flex-start;padding:0;width:100%;max-width:none}.auth-immersive-wide__inner{position:relative;z-index:1;width:100%}.auth-shell--immersive .showcase-page{background:transparent;color:#e2e8f0}.auth-shell--immersive .showcase-page .border-white\/20{border-color:rgba(148,163,184,.22)}.auth-shell--immersive .showcase-page .bg-slate-800\/90,.auth-shell--immersive .showcase-page .bg-slate-900\/80{background:rgba(15,23,42,.55)!important;backdrop-filter:blur(16px)}.auth-signup-page{max-width:72rem}.auth-signup-split.auth-login-split{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr)}@media (max-width:1023px){.auth-signup-split.auth-login-split{grid-template-columns:1fr}}.auth-signup-form-wrap.auth-login-form-wrap{max-height:min(78vh,920px);overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-gutter:stable}.auth-shell--immersive .auth-signup-form-wrap [data-radix-select-trigger],.auth-shell--immersive .auth-signup-form-wrap button[role=combobox]{background:rgba(15,23,42,.85);border-color:rgba(100,116,139,.45);color:#f8fafc}.auth-shell--immersive .auth-login-select-trigger{justify-content:space-between;gap:.5rem;padding-inline:.75rem;font-size:.9375rem;line-height:1.4;box-shadow:none}.auth-shell--immersive .auth-login-select-trigger[data-state=open]{border-color:hsl(var(--auth-accent)/.85);box-shadow:0 0 0 3px hsl(var(--auth-accent)/.22),0 0 20px -8px hsl(var(--auth-accent)/.35)}.auth-shell--immersive .auth-login-select-trigger svg{width:1rem;height:1rem;flex-shrink:0;color:#94a3b8;opacity:1}.auth-login-select-trigger--rtl,.auth-login-select-trigger[dir=rtl]{flex-direction:row-reverse;direction:rtl;text-align:right}.auth-login-select-trigger--ltr,.auth-login-select-trigger[dir=ltr]{flex-direction:row;direction:ltr;text-align:left}.auth-login-select-trigger--rtl>span:first-of-type,.auth-login-select-trigger[dir=rtl]>span:first-of-type{text-align:right;width:100%}.auth-login-select-trigger--ltr>span:first-of-type,.auth-login-select-trigger[dir=ltr]>span:first-of-type{text-align:left;width:100%}.auth-signup-form-wrap .auth-phone-country.auth-login-select-trigger{flex-direction:row!important;direction:ltr!important;text-align:center}.auth-signup-form-wrap .auth-phone-country.auth-login-select-trigger>span:first-of-type{text-align:center;width:auto}.auth-login-select-content{background:#111827!important;border:1px solid rgba(100,116,139,.5)!important;color:#f8fafc!important;border-radius:.5rem!important;box-shadow:0 18px 42px rgba(0,0,0,.55),0 0 0 1px rgba(148,163,184,.08)!important;--tw-ring-color:transparent!important}.auth-login-select-content [data-radix-select-viewport]{background:#111827!important;padding:.35rem!important}.auth-login-select-content [data-radix-select-scroll-down-button],.auth-login-select-content [data-radix-select-scroll-up-button]{color:#94a3b8}.auth-login-select-item{position:relative;font-size:.9375rem!important;color:#f1f5f9!important;border-radius:.375rem;cursor:pointer}.auth-login-select-content--rtl,.auth-login-select-content[dir=rtl]{direction:rtl}.auth-login-select-content--ltr,.auth-login-select-content[dir=ltr]{direction:ltr}.auth-login-select-content--rtl .auth-login-select-item,.auth-login-select-content--rtl .auth-login-select-item--rtl,.auth-login-select-content[dir=rtl] .auth-login-select-item{direction:rtl!important;justify-content:flex-start!important;text-align:right!important}.auth-login-select-content--ltr .auth-login-select-item,.auth-login-select-content--ltr .auth-login-select-item--ltr,.auth-login-select-content[dir=ltr] .auth-login-select-item{direction:ltr!important;justify-content:flex-start!important;text-align:left!important}.auth-login-select-content--rtl .auth-login-select-item [data-radix-select-item-text],.auth-login-select-content--rtl .auth-login-select-item>span:last-child,.auth-login-select-content[dir=rtl] .auth-login-select-item [data-radix-select-item-text]{flex:1 1 auto!important;width:100%!important;display:block!important;text-align:right!important;unicode-bidi:plaintext}.auth-login-select-content--ltr .auth-login-select-item [data-radix-select-item-text],.auth-login-select-content--ltr .auth-login-select-item>span:last-child,.auth-login-select-content[dir=ltr] .auth-login-select-item [data-radix-select-item-text]{flex:1 1 auto!important;width:100%!important;display:block!important;text-align:left!important;unicode-bidi:plaintext}.auth-login-select-item:focus,.auth-login-select-item[data-highlighted]{background:rgba(51,65,85,.9)!important;color:#f8fafc!important}.auth-login-select-item[data-state=checked]{background:rgba(30,41,59,.95)!important}.auth-login-select-item svg{color:hsl(var(--auth-accent))!important}.auth-login-select-empty{color:#94a3b8}.auth-login-select-content--rtl .auth-login-select-empty,.auth-login-select-content[dir=rtl] .auth-login-select-empty{direction:rtl;text-align:right}.auth-login-select-content--ltr .auth-login-select-empty,.auth-login-select-content[dir=ltr] .auth-login-select-empty{direction:ltr;text-align:left}.auth-shell--immersive .auth-signup-hint{color:#94a3b8;font-size:.75rem}.auth-shell--immersive .auth-signup-login-link{color:hsl(var(--auth-accent));text-decoration:underline;text-underline-offset:2px}.auth-shell--immersive .auth-signup-login-link:hover{color:hsl(var(--auth-accent-2))}.auth-phone-row{display:flex;width:100%;align-items:stretch;direction:ltr}.auth-login-input.auth-phone-country{width:8.75rem;max-width:8.75rem;min-width:8.75rem;flex:0 0 8.75rem}.auth-login-input.auth-phone-number{width:auto;flex:1 1 0%;min-width:0}.auth-pending-shell .auth-shell__main{z-index:1}.auth-pending-page{position:relative;z-index:1}.auth-pending-card{padding:2rem 1.75rem 1.75rem;border-radius:1.25rem;border:1px solid rgba(148,163,184,.18);box-shadow:0 0 0 1px hsla(0,0%,100%,.04) inset,0 25px 80px -30px rgba(0,0,0,.85),0 0 120px -40px hsl(var(--auth-accent)/.25)}.auth-pending-icon{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;margin:0 auto 1.25rem;border-radius:9999px;background:rgba(251,191,36,.12);border:1px solid rgba(251,191,36,.35);box-shadow:0 0 32px -8px rgba(251,191,36,.45)}.auth-pending-support-btn{border:none!important;background:linear-gradient(120deg,#16a34a,#22c55e)!important;color:#fff!important;box-shadow:0 12px 32px -8px rgba(34,197,94,.55);transition:transform .15s ease,box-shadow .15s ease}.auth-pending-support-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 40px -10px rgba(34,197,94,.65)}.auth-shell--immersive .auth-pending-signout-btn{background:rgba(15,23,42,.65);border-color:rgba(148,163,184,.35);color:#e2e8f0}.auth-shell--immersive .auth-pending-signout-btn:hover{background:rgba(30,41,59,.85);border-color:rgba(148,163,184,.5);color:#f8fafc}