.auth-cosmos-badge{letter-spacing:.04em;color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 12%, transparent);border:1px solid color-mix(in srgb, var(--color-primary) 30%, transparent);border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;bottom:24px;left:28px}.auth-root{background:var(--color-bg);min-height:100dvh;font-family:var(--font-body);display:flex}.form-panel{background:var(--color-bg);border-right:1px solid var(--color-border);flex-direction:column;flex:0 0 48%;display:flex;position:relative}.auth-panel-inner{flex-direction:column;height:100%;padding:36px 40px 40px;display:flex}.auth-logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.auth-wordmark{letter-spacing:-.05em;color:var(--color-text);font-size:1.125rem;font-weight:700}.auth-body{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:340px;margin:0 auto;padding:48px 0 80px;display:flex}.auth-heading{margin-bottom:28px}.auth-heading h1{letter-spacing:-.05em;color:var(--color-text);margin-bottom:6px;font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:700;line-height:1.08}.auth-heading p{color:var(--color-text-muted);font-size:.875rem;line-height:1.5}.google-btn{background:var(--color-surface);border:1px solid var(--color-border);width:100%;height:44px;color:var(--color-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;font-size:.875rem;font-weight:500;transition:background .14s,border-color .14s,transform .14s,box-shadow .14s;display:flex}.google-btn:hover{background:var(--color-surface-raised);border-color:var(--color-border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.google-btn:active{box-shadow:none;transform:translateY(0)}.auth-divider{align-items:center;gap:12px;margin:20px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-divider span{letter-spacing:.04em;color:var(--color-text-faint);font-size:11px;font-weight:500}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field label{letter-spacing:.01em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.field-label-row{justify-content:space-between;align-items:center;display:flex}.forgot-link{color:var(--color-primary);font-size:.75rem;font-weight:500}.auth-field input{background:var(--color-surface);border:1px solid var(--color-border);height:44px;color:var(--color-text);border-radius:10px;width:100%;padding:0 14px;font-size:.875rem;transition:border-color .14s,box-shadow .14s}.auth-field input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent);outline:none}.auth-field input::placeholder{color:var(--color-text-faint)}.password-wrap{position:relative}.password-wrap input{padding-right:44px}.eye-btn{width:44px;height:44px;color:var(--color-text-faint);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .14s;display:flex;position:absolute;top:0;right:0}.eye-btn:hover{color:var(--color-text-muted)}.strength-row{align-items:center;gap:10px;margin-top:6px;display:flex}.strength-track{background:var(--color-border);border-radius:99px;flex:1;height:3px;overflow:hidden}.strength-fill{border-radius:99px;height:100%;transition:width .28s,background .28s}.strength-label{flex-shrink:0;font-size:10px;font-weight:600;transition:color .28s}.auth-error{color:var(--color-error);background:color-mix(in srgb, var(--color-error) 8%, transparent);border:1px solid color-mix(in srgb, var(--color-error) 20%, transparent);border-radius:8px;padding:10px 14px;font-size:.8125rem;line-height:1.4}.submit-btn{background:var(--color-primary);color:#fff;letter-spacing:-.01em;cursor:pointer;border:none;border-radius:10px;width:100%;height:44px;margin-top:4px;font-size:.875rem;font-weight:600;transition:background .14s,transform .14s,box-shadow .14s,opacity .14s}.submit-btn:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:0 4px 12px color-mix(in srgb, var(--color-primary) 30%, transparent);transform:translateY(-1px)}.submit-btn:active:not(:disabled){box-shadow:none;transform:translateY(0)}.submit-btn:disabled{opacity:.45;cursor:not-allowed}.submit-btn.success{background:var(--color-success,#4ade80)}.btn-loading{justify-content:center;align-items:center;gap:8px;display:flex}.btn-success{font-weight:600}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.65s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.magic-link-hint{color:var(--color-text-muted);text-align:center;margin-top:8px;font-size:13px;line-height:1.4}.auth-terms{color:var(--color-text-faint);text-align:center;margin-top:20px;font-size:11px;line-height:1.6}.auth-terms a{color:var(--color-text-muted);text-underline-offset:2px;text-decoration:underline}.auth-switch{text-align:center;color:var(--color-text-muted);margin-top:16px;font-size:.875rem}.auth-switch-link{color:var(--color-primary);font-weight:600}.showcase-panel{background:#0d0d0f;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.sc-glow{pointer-events:none;background:radial-gradient(circle,#4db6c41c 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:4s ease-in-out infinite glow-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glow-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}.showcase-inner{z-index:1;flex-direction:column;gap:16px;width:100%;max-width:400px;padding:0 32px;display:flex;position:relative}.sc-kpi-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.sc-kpi{background:#1c1c1e;border:1px solid #2a2a2c;border-radius:12px;padding:14px;animation:.5s both sc-fade-up}.sc-kpi:first-child{animation-delay:0s}.sc-kpi:nth-child(2){animation-delay:80ms}.sc-kpi:nth-child(3){animation-delay:.16s}.sc-kpi:nth-child(4){animation-delay:.24s}.sc-kpi-label{text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-faint);margin-bottom:4px;font-size:9px;font-weight:600}.sc-kpi-val{font-size:1.3rem;font-weight:800;font-family:var(--font-mono,monospace);letter-spacing:-.04em;font-variant-numeric:tabular-nums;margin-bottom:3px;line-height:1}.sc-kpi-sub{color:var(--color-text-faint);font-size:9px}.sc-jobs{flex-direction:column;gap:8px;display:flex}.sc-job{background:#1c1c1e;border:1px solid #2a2a2c;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;animation:.45s cubic-bezier(.16,1,.3,1) both sc-slide-in;display:flex}.sc-job:first-child{animation-delay:.32s}.sc-job:nth-child(2){animation-delay:.54s}.sc-job:nth-child(3){animation-delay:.76s}.sc-job:nth-child(4){animation-delay:.98s}.sc-job-left{align-items:center;gap:10px;min-width:0;display:flex}.sc-avatar{width:32px;height:32px;color:var(--color-text-faint);background:#2c2c2e;border:1px solid #3a3a3c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:800;display:flex}.sc-job-co{color:#ebebf0;font-size:11px;font-weight:700}.sc-job-title{color:var(--color-text-faint);white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:10px;overflow:hidden}.sc-job-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.sc-ctc{color:var(--color-text-faint);font-size:10px;font-family:var(--font-mono,monospace);font-variant-numeric:tabular-nums}.sc-score{font-size:10px;font-weight:800;font-family:var(--font-mono,monospace);border-radius:99px;padding:2px 8px}.sc-score.perfect{color:#4ade80;background:#4ade801f;border:1px solid #4ade8033}.sc-score.high{color:#4db6c4;background:#4db6c41f;border:1px solid #4db6c433}.sc-score.good{color:#6ec6d0;background:#4db6c412;border:1px solid #4db6c41f}.sc-footer{color:var(--color-text-faint);align-items:center;gap:7px;font-size:10px;font-weight:500;display:flex}.sc-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.2s ease-in-out infinite sc-pulse}.sc-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#4db6c4;margin-bottom:12px;font-size:11px;font-weight:600;animation:.5s both sc-fade-up}.sc-headline{letter-spacing:-.05em;color:#f0f0f5;margin-bottom:36px;font-size:clamp(1.5rem,2vw,2rem);font-weight:800;line-height:1.12;animation:.5s 80ms both sc-fade-up}.sc-features{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.sc-feature{align-items:flex-start;gap:12px;animation:.5s both sc-fade-up;display:flex}.sc-feature:first-child{animation-delay:.12s}.sc-feature:nth-child(2){animation-delay:.2s}.sc-feature:nth-child(3){animation-delay:.28s}.sc-feature:nth-child(4){animation-delay:.36s}.sc-feature-icon{background:#1c1c1e;border:1px solid #2a2a2c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;display:flex}.sc-feature-title{color:#f0f0f5;margin-bottom:3px;font-size:.875rem;font-weight:600}.sc-feature-desc{color:var(--color-text-faint);font-size:.8125rem;line-height:1.5}.sc-stats{border-top:1px solid #2a2a2c;gap:28px;padding-top:28px;animation:.5s .44s both sc-fade-up;display:flex}.sc-stat-val{font-size:1.25rem;font-weight:800;font-family:var(--font-mono,monospace);letter-spacing:-.04em;color:#f0f0f5;font-variant-numeric:tabular-nums}.sc-stat-label{color:var(--color-text-faint);margin-top:3px;font-size:10px}@keyframes sc-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sc-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes sc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}@media (max-width:768px){.showcase-panel{display:none}.form-panel{border-right:none;flex:1}.auth-panel-inner{padding:28px 24px 32px}.auth-body{padding:40px 0 60px}}.auth-beta-full{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 0;display:flex}.auth-beta-icon{font-size:32px}.auth-beta-title{color:var(--color-text);margin:0;font-size:22px;font-weight:600}.auth-beta-desc{color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.6}
