.auth-page .lux-container{max-width:440px}.auth-page .auth-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:4px;background:var(--bg-subtle);border:1px solid var(--border);border-radius:10px;isolation:isolate}.auth-page .auth-tab{position:relative;z-index:1;height:36px;background:transparent;border:0;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--fg-subtle);cursor:pointer;border-radius:7px;transition:color .2s var(--ease)}.auth-page .auth-tab.active{color:var(--fg)}.auth-page .auth-tab-indicator{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:#fff;border-radius:7px;box-shadow:0 1px 2px rgba(0,0,0,.06);transition:transform .28s var(--ease);z-index:0}.auth-page .auth-form{display:flex;flex-direction:column;gap:16px}.auth-page .auth-form-enter{animation:auth-rise .38s var(--ease) both}@keyframes auth-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.auth-page .auth-field{display:flex;flex-direction:column;gap:6px}.auth-page .auth-field-label-row{display:flex;justify-content:space-between;align-items:baseline}.auth-page .auth-field-label{font-size:13px;font-weight:600;color:var(--fg);letter-spacing:-.005em}.auth-page .auth-input{width:100%;height:44px;padding:0 14px;font-family:inherit;font-size:14.5px;color:var(--fg);background:#fff;border:1px solid var(--border-strong);border-radius:10px;outline:none;transition:border-color .15s var(--ease),box-shadow .15s var(--ease);-webkit-appearance:none}.auth-page .auth-input::-moz-placeholder{color:var(--fg-subtle)}.auth-page .auth-input::placeholder{color:var(--fg-subtle)}.auth-page .auth-input:hover{border-color:rgba(0,0,0,.18)}.auth-page .auth-input:focus{border-color:var(--fg);box-shadow:0 0 0 3px rgba(0,0,0,.06)}.auth-page .verify-spam-note{display:flex;align-items:center;gap:10px;width:100%;margin-top:10px;padding:13px 16px;border-radius:12px;border:1px solid rgba(220,38,38,.32);background:linear-gradient(180deg,rgba(220,38,38,.1),rgba(220,38,38,.055));box-shadow:0 1px 2px rgba(220,38,38,.08);color:#b91c1c;font-size:13px;line-height:1.45;text-align:left}.auth-page .verify-spam-note-icon{flex:0 0 auto;color:#dc2626}.auth-page .verify-spam-note strong{font-weight:650;color:#991b1b}@media (prefers-color-scheme:dark){.auth-page .verify-spam-note{border-color:hsla(0,91%,71%,.34);background:linear-gradient(180deg,hsla(0,91%,71%,.14),hsla(0,91%,71%,.07));color:#fca5a5}.auth-page .verify-spam-note strong{color:#fecaca}.auth-page .verify-spam-note-icon{color:#f87171}}.auth-page .auth-field-hint{font-size:12px;color:var(--fg-subtle,#6b7280);margin-top:2px;line-height:1.4}.auth-page .auth-field-error{font-size:12px;color:#dc2626;margin-top:2px;line-height:1.4}.auth-page .auth-form-banner{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;border-radius:10px;border:1px solid rgba(220,38,38,.28);background:rgba(220,38,38,.08);color:#b91c1c;font-size:13px;line-height:1.45}.auth-page .auth-form-banner-icon{flex:0 0 auto;margin-top:1px}.auth-page .auth-input[aria-invalid=true]{border-color:rgba(220,38,38,.55)}.auth-page .auth-eye{position:absolute;top:50%;right:10px;transform:translateY(-50%);height:28px;width:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--fg-subtle);cursor:pointer;border-radius:6px;transition:color .15s var(--ease),background .15s var(--ease)}.auth-page .auth-eye:hover{color:var(--fg);background:var(--bg-subtle)}.auth-page .auth-spin{animation:auth-spin-rot .8s linear infinite}@keyframes auth-spin-rot{to{transform:rotate(1turn)}}.auth-page .auth-fineprint{font-size:11.5px;color:var(--fg-subtle);text-align:center;line-height:1.5;margin-top:6px}.auth-page .auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0}.auth-page .auth-google{margin-top:22px}.auth-page .auth-divider-line{flex:1;height:1px;background:var(--border)}.auth-page .auth-divider-text{font-size:11.5px;color:var(--fg-subtle);font-weight:500;letter-spacing:.04em;text-transform:uppercase}.auth-page .auth-google{width:100%;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:var(--fg);border:1px solid var(--border-strong);border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s var(--ease),background .15s var(--ease),transform .14s var(--ease);-webkit-tap-highlight-color:transparent}.auth-page .auth-google:hover{border-color:rgba(0,0,0,.18);background:var(--bg-subtle);transform:translateY(-1px)}.auth-page .auth-google:active{transform:translateY(0)}.auth-page .auth-google:disabled{opacity:.5;pointer-events:none}.auth-page .auth-link{background:transparent;border:0;padding:0;font:inherit;color:var(--fg);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--border-strong);transition:text-decoration-color .15s var(--ease)}.auth-page .auth-link:hover{text-decoration-color:var(--fg)}.auth-page .auth-link-sub{font-size:12px;color:var(--fg-subtle);text-decoration:none;font-weight:500;transition:color .15s var(--ease)}.auth-page .auth-link-sub:hover{color:var(--fg)}.auth-page .verify-email-row{margin-top:24px;padding:14px 16px;background:var(--bg-subtle);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px}.auth-page .verify-email-addr{font-size:13.5px;color:var(--fg);font-weight:500;word-break:break-all;flex:1;text-align:left}.auth-page .verify-email-edit{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;height:28px;padding:0 10px;background:#fff;border:1px solid var(--border-strong);border-radius:7px;font-family:inherit;font-size:12px;font-weight:500;color:var(--fg-muted);cursor:pointer;transition:color .15s var(--ease),border-color .15s var(--ease),background .15s var(--ease)}.auth-page .verify-email-edit:hover{color:var(--fg);border-color:rgba(0,0,0,.18);background:var(--bg-subtle)}.auth-page .verify-help{margin-top:12px;font-size:12px;color:var(--fg-subtle);text-align:center;line-height:1.5}.auth-page .verify-help-ok{color:var(--accent);font-weight:500}.auth-page .verify-help-warn{color:var(--fg-muted)}.auth-page.auth-split{--gc-green:#66b023;min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.auth-page.auth-split .auth-split-body{flex:1;display:grid;grid-template-columns:1.08fr 1fr}.auth-page.auth-split .auth-brand{grid-area:1/1}.auth-page.auth-split .auth-split-form{grid-area:1/2}.auth-page.auth-split .lux-card-body{padding:22px 28px 24px}.auth-page.auth-split .auth-tabs{padding:3px}.auth-page.auth-split .auth-tab{height:32px}.auth-page.auth-split .auth-form{gap:12px}.auth-page.auth-split .auth-field{gap:4px}.auth-page.auth-split .auth-input{height:40px}.auth-page.auth-split .auth-google{height:42px;margin-top:20px}.auth-page.auth-split .auth-divider{margin:16px 0}.auth-page.auth-split .lux-h2{font-size:24px}.auth-page.auth-split .lux-btn{height:42px}.auth-page.auth-split .lux-card+.lux-small{margin-top:14px!important}@media (max-height:880px){.auth-page.auth-split .lux-card-body{padding:16px 24px 18px}.auth-page.auth-split .auth-form{gap:8px}.auth-page.auth-split .auth-field{gap:3px}.auth-page.auth-split .auth-input{height:36px}.auth-page.auth-split .lux-btn{height:38px}.auth-page.auth-split .auth-google{height:38px;margin-top:12px}.auth-page.auth-split .auth-divider{margin:10px 0}.auth-page.auth-split .auth-tab{height:30px}.auth-page.auth-split .lux-h2{font-size:21px}.auth-page.auth-split .lux-card+.lux-small{margin-top:8px!important}.auth-page.auth-split .auth-split-form{padding:8px 32px}.auth-brand{padding:18px 24px 20px 44px}.auth-brand-list{margin-top:16px;gap:8px}}.auth-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:clamp(16px,2.2vw,32px);min-height:88px;padding:14px clamp(18px,2.4vw,42px);background:rgba(8,9,11,.98);border-bottom:1px solid hsla(0,0%,100%,.05);color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.auth-topbar-brand{display:inline-flex;align-items:center;flex:none;gap:0;font-size:22px;font-weight:800;letter-spacing:-.028em;line-height:1;color:#fff;text-decoration:none;white-space:nowrap}.auth-topbar-brand>span{color:var(--gc-green)}.auth-topbar-brand>svg{width:17px;height:17px;margin-left:7px;display:block;color:var(--gc-green)}.auth-topbar-nav{display:flex;align-items:center;gap:8.64px;margin-left:auto}.auth-topbar-nav a{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:7px 11px;border-radius:10px;font-size:13.5px;font-weight:600;color:#9b9da3;text-decoration:none;white-space:nowrap;transition:color .16s ease,background .16s ease}.auth-topbar-nav a:focus-visible,.auth-topbar-nav a:hover{color:#fff;background:hsla(0,0%,100%,.06)}.auth-topbar-support svg{width:15px;height:15px;display:block}.auth-topbar-actions{display:flex;align-items:center;gap:10px}.auth-topbar-login,.auth-topbar-signup{height:46px;padding:0 20px;border-radius:12px;font-family:inherit;font-size:14.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease}.auth-topbar-login{color:#c8ff00;background:rgba(199,255,0,.07);border:1px solid rgba(199,255,0,.16)}.auth-topbar-login.is-on,.auth-topbar-login:hover{background:rgba(199,255,0,.14);border-color:rgba(199,255,0,.3)}.auth-topbar-signup{color:#050705;background:#c8ff00;border:1px solid #c8ff00}.auth-topbar-signup.is-on,.auth-topbar-signup:hover{background:#d4ff33;border-color:#d4ff33}.auth-topbar a:focus-visible,.auth-topbar button:focus-visible{outline:2px solid #c8ff00;outline-offset:2px}.auth-brand{position:relative;overflow:hidden;padding:28px 30px 30px 52px;display:flex;flex-direction:column;background:radial-gradient(120% 80% at 8% 4%,#f2f7ff 0,rgba(242,247,255,0) 60%),radial-gradient(90% 70% at 92% 96%,#eef6f1 0,rgba(238,246,241,0) 62%),linear-gradient(160deg,#fbfcff,#f6f9fc 52%,#f3f8f5)}.auth-brand:after,.auth-brand:before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(22,163,74,.07);pointer-events:none}.auth-brand:before{width:900px;height:900px;left:-420px;bottom:-300px;border-color:rgba(37,99,235,.06)}.auth-brand:after{width:1180px;height:1180px;left:-560px;bottom:-430px}.auth-brand-mark{position:relative;z-index:2;align-self:flex-start;display:inline-flex;align-items:center;gap:0;font-size:27px;font-weight:800;letter-spacing:-.028em;line-height:1;color:var(--fg);animation:auth-brand-in .7s var(--ease) both}.auth-brand-mark>span{color:var(--accent)}.auth-brand-mark>svg{width:22px;height:22px;margin-left:7px;display:block}.auth-brand-inner{position:relative;z-index:2;margin:auto 0;padding:0 0 0 36px;max-width:660px}.auth-brand-title{font-size:clamp(30px,3.1vw,44px);font-weight:700;letter-spacing:-.033em;line-height:1.08;color:var(--fg)}.auth-brand-title span{color:var(--accent)}.auth-brand-title b{display:block;font-weight:700;animation:auth-brand-in .7s var(--ease) both}.auth-brand-title b:first-child{animation-delay:60ms}.auth-brand-title b:nth-child(2){animation-delay:.15s}.auth-brand-title em{position:relative;font-style:normal;display:inline-block;isolation:isolate}.auth-brand-title em:before{content:"";position:absolute;left:-.09em;right:-.09em;bottom:.06em;height:.42em;z-index:-1;border-radius:.1em;background:linear-gradient(90deg,rgba(102,176,35,.36),rgba(102,176,35,.18));transform:scaleX(0);transform-origin:0 50%}.auth-brand-title.is-lit em:before{transform:scaleX(1);animation:auth-highlight 2.6s cubic-bezier(.33,.72,.3,1) both}.auth-brand-title.is-lit b:nth-child(2) em:before{animation-delay:.9s}@keyframes auth-highlight{0%{transform:scaleX(0);opacity:0}6%{transform:scaleX(.03);opacity:.85}18%{transform:scaleX(.13);opacity:1}38%{transform:scaleX(.36)}58%{transform:scaleX(.61)}76%{transform:scaleX(.81)}90%{transform:scaleX(.94)}to{transform:scaleX(1);opacity:1}}.auth-brand-sub{margin-top:12px;max-width:380px;font-size:15.5px;line-height:1.55;color:var(--fg-muted);animation:auth-brand-in .7s var(--ease) .24s both}.auth-brand-list{margin-top:24px;display:flex;flex-direction:column;gap:12px}.auth-brand-item{position:relative;display:grid;grid-template-columns:104px 38px 1fr;align-items:center;-moz-column-gap:14px;column-gap:14px;margin-left:-12px;padding:8px 12px;border-radius:14px;text-decoration:none;color:inherit;transition:background .25s var(--ease);animation:auth-brand-in .7s var(--ease) both}.auth-brand-item:hover{background:rgba(13,17,23,.035)}.auth-brand-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-brand-item:hover .auth-brand-name{color:var(--accent)}.auth-brand-item:first-child{animation-delay:.34s}.auth-brand-item:nth-child(2){animation-delay:.44s}.auth-brand-item:nth-child(3){animation-delay:.54s}.auth-brand-art{position:relative;height:100%;min-height:104px}.auth-brand-item:first-child{z-index:1}.auth-brand-item:nth-child(2){z-index:2}.auth-brand-item:nth-child(3){z-index:3}.auth-brand-art img{position:absolute;left:50%;top:50%;width:auto;max-width:none;transform-origin:50% 70%;filter:drop-shadow(0 16px 26px rgba(20,30,60,.16));animation:auth-float 7s ease-in-out infinite}.auth-brand-item:first-child .auth-brand-art img{height:114px;margin:-57px 0 0 -49px;animation-duration:7.5s}.auth-brand-item:nth-child(2) .auth-brand-art img{height:118px;margin:-60px 0 0 -34px;animation-duration:8.6s;animation-delay:-2.4s}.auth-brand-item:nth-child(3) .auth-brand-art img{height:116px;margin:-57px 0 0 -35px;animation-duration:6.8s;animation-delay:-4.1s}.auth-brand-tile{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:none;color:#fff;font-weight:800;letter-spacing:-.02em;box-shadow:0 6px 16px -6px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.18);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.auth-brand-item:hover .auth-brand-tile{transform:translateY(-3px) scale(1.04);box-shadow:0 12px 24px -8px rgba(0,0,0,.42),inset 0 1px 0 hsla(0,0%,100%,.18)}.auth-brand-tile[data-brand=ixl]{background:linear-gradient(160deg,#2b7cf0,#1560d8);font-size:11.5px}.auth-brand-tile[data-brand=delta]{background:linear-gradient(160deg,#3949c4,#232f96)}.auth-brand-tile[data-brand=mem]{background:linear-gradient(160deg,#33903c,#24702c);font-size:19px}.auth-brand-tile svg{width:18px;height:18px;display:block}.auth-brand-name{font-size:17px;font-weight:700;letter-spacing:-.015em;color:var(--fg)}.auth-brand-text{margin-top:5px;font-size:14px;line-height:1.5;color:var(--fg-muted);max-width:250px}.auth-spark{position:absolute;border-radius:50%;pointer-events:none;opacity:.5;animation:auth-drift 14s ease-in-out infinite}.auth-split-form{display:flex;align-items:center;justify-content:center;padding:12px 32px;min-width:0}.auth-page.auth-split .lux-container{width:100%;padding:0}@keyframes auth-brand-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes auth-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-13px) rotate(-1.1deg)}}@keyframes auth-drift{0%,to{transform:translate(0) scale(1);opacity:.45}33%{transform:translate(14px,-22px) scale(1.18);opacity:.75}66%{transform:translate(-10px,-12px) scale(.92);opacity:.35}}@media (max-width:1080px){.auth-page.auth-split .auth-split-body{grid-template-columns:1fr}.auth-page.auth-split .auth-split-form{grid-area:auto}.auth-brand{display:none}.auth-split-form{padding:48px 20px;align-items:flex-start}}@media (max-width:900px){.auth-topbar-nav{display:none}.auth-topbar{min-height:72px;gap:12px}.auth-topbar-actions{margin-left:auto}}@media (max-width:520px){.auth-topbar{min-height:62px;padding:10px 14px}.auth-topbar-brand{font-size:18px}.auth-topbar-login,.auth-topbar-signup{height:36px;padding:0 13px;font-size:13px;border-radius:10px}}@media (prefers-reduced-motion:reduce){.auth-page .auth-brand-art img,.auth-page .auth-brand-item,.auth-page .auth-brand-mark,.auth-page .auth-brand-sub,.auth-page .auth-brand-title b,.auth-page .auth-brand-title.is-lit em:before,.auth-page .auth-spark{animation:none!important}.auth-page .auth-brand-item,.auth-page .auth-brand-tile,.auth-page .auth-topbar a,.auth-page .auth-topbar button{transition:none}}