.ta-auth-root{--ta-lime:#d4ff33;--ta-lime-soft:rgb(212 255 51/0.14);--ta-bg-overlay:rgb(0 0 0/0.62);--ta-panel-dark:#121212;--ta-panel-muted:#1c1c1e;--ta-text-soft:#8e8e93;--ta-border-soft:rgb(255 255 255/0.12);--ta-btn-bg:rgb(255 255 255/0.06);--ta-primary-btn:#2f343c}.ta-auth-root--embedded{min-height:0;background:transparent;padding:0;width:100%}.ta-auth-root--embedded .ta-auth-modal{width:100%;max-width:none;max-height:min(92dvh,760px)}@media (min-width:900px){.ta-auth-root--embedded .ta-auth-modal{max-height:min(94dvh,780px);min-height:min(640px,88dvh)}}@media (min-width:1280px){.ta-auth-root--embedded .ta-auth-modal{min-height:min(680px,90dvh)}.ta-auth-root--embedded .ta-auth-pane{padding:clamp(2.85rem,4vw,3.65rem) clamp(2rem,3.5vw,3.25rem) clamp(2rem,3.5vw,3.25rem)}}.ta-auth-root{min-height:100dvh;background:var(--ta-bg-overlay);display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2.5rem);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.ta-auth-modal{position:relative;width:min(100%,68rem);max-height:min(92dvh,760px);display:flex;flex-direction:column;background:var(--ta-panel-dark);border-radius:clamp(14px,2.2vw,22px);overflow:hidden;border:1px solid rgb(255 255 255/.08);box-shadow:0 0 0 1px rgb(255 255 255/.04),0 32px 80px rgb(0 0 0/.55)}@media (min-width:900px){.ta-auth-modal{flex-direction:row;width:min(100%,72rem);max-height:min(94dvh,780px)}.ta-auth-root--embedded .ta-auth-modal{min-height:min(640px,88dvh)}}.ta-auth-close{position:absolute;top:.75rem;right:.75rem;z-index:20;display:grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:999px;border:none;background:rgb(255 255 255/.06);color:rgb(255 255 255/.75);cursor:pointer;transition:background .14s ease,color .14s ease}.ta-auth-close:hover{background:rgb(255 255 255/.12);color:#fff}@media (min-width:900px){.ta-auth-promo-pane .ta-auth-close{right:auto;left:calc(50% + .75rem)}}.ta-auth-pane{position:relative;flex:1 1 50%;min-width:0;padding:clamp(2.65rem,6vw,3.15rem) clamp(1.65rem,5vw,2.85rem) clamp(1.65rem,5vw,2.85rem);display:flex;flex-direction:column}.ta-auth-back{position:absolute;top:.95rem;left:clamp(1.05rem,4vw,1.85rem);display:grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:999px;border:1px solid var(--ta-border-soft);background:transparent;color:rgb(255 255 255/.78);cursor:pointer;transition:border-color .14s,background .14s}.ta-auth-back:hover{background:rgb(255 255 255/.05)}.ta-auth-mark{display:flex;justify-content:center;margin-bottom:1.25rem}.ta-auth-mark__img{width:52px;height:52px;border-radius:12px;box-shadow:0 8px 24px rgb(0 0 0/.35)}.ta-auth-headline{text-align:center;margin:0;font-size:clamp(1.45rem,4vw,1.9rem);font-weight:700;letter-spacing:-.03em;color:#fff}.ta-auth-lead{margin:.55rem 0 1.85rem;text-align:center;font-size:.95rem;color:var(--ta-text-soft);line-height:1.4}.ta-auth-pane .ta-auth-lead{margin-bottom:1.5rem}.ta-auth-pane--with-back .ta-auth-lead{margin-bottom:1.35rem}.ta-auth-oauth-stack{display:flex;flex-direction:column;gap:.65rem;width:100%}.ta-auth-oauth-row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.78rem 1rem;border-radius:10px;border:1px solid var(--ta-border-soft);background:var(--ta-btn-bg);color:rgb(255 255 255/.95);font-size:.92rem;font-weight:500;cursor:pointer;transition:border-color .16s ease,background .16s ease,opacity .16s ease}.ta-auth-oauth-row:hover:not(:disabled){border-color:rgb(255 255 255/.2);background:rgb(255 255 255/.09)}.ta-auth-oauth-row:disabled{opacity:.52;cursor:not-allowed}.ta-auth-oauth-row .ta-auth-oauth-ico{flex-shrink:0}.ta-auth-divider-or{position:relative;text-align:center;margin:1rem 0 .5rem}.ta-auth-divider-or span{position:relative;z-index:1;padding:0 .6rem;font-size:.74rem;font-weight:600;letter-spacing:.06em;color:rgb(255 255 255/.35);text-transform:uppercase}.ta-auth-divider-or:before{content:"";position:absolute;inset:50% 0 auto;height:1px;background:rgb(255 255 255/.1)}.ta-auth-fields{display:flex;flex-direction:column;gap:.65rem;width:100%}.ta-auth-input{width:100%;padding:.92rem 1rem;border-radius:10px;border:1px solid rgb(255 255 255/.13);background:rgb(255 255 255/.04);color:#fff;font-size:.95rem;outline:none;transition:border-color .14s,box-shadow .14s}.ta-auth-input::placeholder{color:rgb(255 255 255/.35)}.ta-auth-input:focus{border-color:rgb(255 255 255/.45);box-shadow:0 0 0 3px rgb(212 255 51/.12)}.ta-auth-submit{margin-top:.85rem;width:100%;padding:.88rem 1rem;border-radius:10px;border:none;background:var(--ta-primary-btn);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .14s ease,background .14s ease}.ta-auth-submit:hover:not(:disabled){background:#39404b}.ta-auth-submit:disabled{opacity:.45;cursor:not-allowed}.ta-auth-error{margin-top:.25rem;padding:.65rem .85rem;border-radius:10px;border:1px solid rgb(251 146 60/.35);background:rgb(251 146 60/.1);font-size:.82rem;color:rgb(254 229 207)}.ta-auth-muted-link{text-align:center;margin-top:1.15rem;font-size:.875rem;color:rgb(255 255 255/.45)}.ta-auth-muted-link a,.ta-auth-muted-link button{color:rgb(255 255 255/.86);text-decoration:underline;text-underline-offset:3px;background:transparent;border:none;cursor:pointer;padding:0;font:inherit}.ta-auth-muted-link-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-top:1.05rem;font-size:.85rem;color:var(--ta-text-soft)}.ta-auth-muted-link-row a{color:rgb(255 255 255/.8);text-decoration:underline;text-underline-offset:3px}.ta-auth-sso-note{display:flex;align-items:flex-start;gap:.45rem;margin-top:1.65rem;padding-top:1.55rem;border-top:1px solid rgb(255 255 255/.06);font-size:.78rem;line-height:1.45;color:rgb(255 255 255/.41)}.ta-auth-sso-note a{color:rgb(255 255 255/.68);text-decoration:underline;text-underline-offset:2px}.ta-auth-sso-note svg{flex-shrink:0;margin-top:.06rem;opacity:.72}.ta-auth-legal{margin-top:auto;padding-top:2rem;font-size:.72rem;line-height:1.52;text-align:center;color:rgb(142 142 147/.95)}.ta-auth-legal a{color:rgb(255 255 255/.68);text-decoration:underline;text-underline-offset:2px}.ta-auth-promo-pane{display:none;position:relative;flex:1 1 50%;min-height:min(640px,88dvh);background:#0a0a0b}@media (min-width:900px){.ta-auth-promo-pane{display:flex;flex-direction:column;background:var(--ta-panel-muted)}}.ta-auth-promo-bg{position:absolute;inset:0;overflow:hidden}.ta-auth-promo-bg-placeholder{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 20%,rgb(212 255 51/.08),transparent),radial-gradient(ellipse 50% 50% at 80% 60%,rgb(139 92 246/.12),transparent),linear-gradient(180deg,#18181c,#0f0f11 52%,#0a0a0c)}.ta-auth-promo-bg-placeholder:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255/.04) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/.04) 1px,transparent 0);background-size:54px 54px,54px 54px;mask-image:linear-gradient(180deg,black 10%,transparent 92%)}.ta-auth-promo-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.96}.ta-auth-promo-grad{position:absolute;inset:0;background:linear-gradient(0deg,rgb(8 8 10/.97) 0,rgb(8 8 10/.72) 40%,transparent 74%);pointer-events:none}.ta-auth-promo-bottom{position:relative;z-index:3;margin-top:auto;padding:1.85rem clamp(1.25rem,3vw,2.25rem) 2rem}.ta-meta-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .72rem;border-radius:999px;background:rgb(255 255 255/.1);font-size:.71rem;font-weight:600;color:rgb(255 255 255/.88)}.ta-carousel-title{margin:.72rem 0 0;font-size:clamp(1.55rem,3.3vw,2.05rem);font-weight:800;letter-spacing:-.02em;color:#fff}.ta-carousel-copy{margin:.45rem 0 1rem;font-size:.86rem;line-height:1.43;color:rgb(255 255 255/.58)}.ta-carousel-bars{display:grid;grid-template-columns:repeat(4,1fr);gap:.45rem;margin-bottom:.72rem}.ta-carousel-bar{height:3px;border-radius:999px;background:rgb(255 255 255/.12);transition:background .25s ease}.ta-carousel-bar.is-active{background:rgb(255 255 255/.98)}.ta-carousel-labels{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;font-size:.61rem;font-weight:600;text-align:center;letter-spacing:.015em;color:rgb(255 255 255/.35)}@media (max-width:959px){.ta-carousel-labels{font-size:.54rem}}.ta-carousel-label{overflow:hidden;text-overflow:ellipsis}.ta-carousel-label.is-active{color:rgb(255 255 255/.98)}.ta-auth-page-footer{width:min(72rem,100%);margin:0 auto;padding:0 1rem 2.5rem}