.login-page{flex-direction:column;min-height:calc(100vh - 56px);display:flex}.wrap{flex:1;justify-content:center;align-items:center;gap:60px;width:100%;max-width:1100px;margin:0 auto;padding:20px 0;display:flex}.pitch{flex:1;max-width:440px}.pitch .eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:600}.pitch h1{letter-spacing:-.02em;margin:14px 0 18px;font-family:Space Grotesk;font-size:44px;font-weight:700;line-height:1.05}.pitch p{color:var(--muted);font-size:15px;line-height:1.6}.feats{flex-direction:column;gap:14px;margin-top:28px;display:flex}.feat{align-items:flex-start;gap:12px;font-size:13px;display:flex}.feat .ic{background:var(--accent-dim);width:26px;height:26px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;display:flex}.feat b{font-family:Space Grotesk;font-weight:600}.feat span{color:var(--muted)}.card{width:380px;padding:30px}.auth-tabs{background:var(--panel-2);border-radius:11px;gap:8px;margin-bottom:22px;padding:4px;display:flex}.auth-tabs button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:8px;flex:1;padding:9px;font-family:Space Grotesk;font-size:13px;font-weight:600}.auth-tabs button.active{background:var(--accent);color:#0c0d10}.field{margin-bottom:14px}.field label{color:var(--muted);margin-bottom:7px;font-size:12px;display:block}.field input{background:var(--panel-2);border:1px solid var(--line);width:100%;color:var(--text);border-radius:11px;outline:none;padding:13px 15px;font-size:14px}.field input:focus{border-color:var(--accent)}.row-between{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.remember{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:flex}.forgot{color:var(--text);font-size:12px}.submit{background:var(--accent);color:#0c0d10;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-family:Space Grotesk;font-size:14px;font-weight:600}.legal{color:var(--muted);text-align:center;margin-top:18px;font-size:11px;line-height:1.5}.legal a{color:var(--text)}.back{position:absolute;top:28px;left:28px}.back .brand-logo{width:auto;height:26px;display:block}.social-col{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.social-btn{background:var(--panel-2);border:1px solid var(--line);width:100%;color:var(--text);cursor:pointer;border-radius:11px;align-items:center;gap:12px;padding:12px 15px;font-family:Space Grotesk;font-size:13px;font-weight:600;transition:all .15s;display:flex}.social-btn:hover:not(:disabled){border-color:var(--accent)}.social-btn:disabled{opacity:.45;cursor:not-allowed}.gi{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.gi-logo{object-fit:contain;width:20px;height:20px;display:block}.divider{color:var(--muted);align-items:center;gap:12px;margin:4px 0 18px;font-size:11px;display:flex}.divider:before,.divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-status{color:var(--muted);justify-content:center;align-items:center;gap:9px;margin-top:14px;font-size:12px;display:flex}.spinner{border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:13px;height:13px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-error{color:var(--down);background:#2a1414;border:1px solid #3a1c1c;border-radius:10px;margin-top:14px;padding:10px 12px;font-size:12px;line-height:1.45}.powered{text-align:center;color:var(--muted);margin-top:14px;font-size:11px}.powered b{color:var(--text);font-family:Space Grotesk}@media (width<=900px){.wrap{flex-direction:column;gap:32px}.pitch{display:none}.card{width:100%;max-width:380px}.back{justify-content:center;left:0;right:0}}
