.auth-page{--auth-bg:#ffffff;--auth-surface:#ffffff;--auth-surface-soft:#f8f8f8;--auth-text:#000000;--auth-text-soft:#555555;--auth-text-mute:#b0b0b0;--auth-border:#ececec;--auth-border-soft:#f0f0f0;--auth-error:#B91C1C;--auth-error-soft:#FEF2F2;--auth-display:var(--font-inter),ui-sans-serif,system-ui,-apple-system,sans-serif;--auth-body:var(--font-inter),ui-sans-serif,system-ui,-apple-system,sans-serif;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--auth-bg);color:var(--auth-text);font-family:var(--auth-body)}.auth-brand{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px 56px;background:var(--auth-surface-soft);border-right:1px solid var(--auth-border);position:relative;overflow:hidden}.auth-brand .auth-brand-logo{position:absolute;top:32px;left:56px}.auth-brand-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;max-width:440px;text-align:center;align-items:center}.auth-brand-logo{position:absolute;top:32px;left:56px;z-index:2;display:inline-flex;align-items:center;gap:9px;text-decoration:none}.auth-brand-wordmark{font-family:var(--auth-display);font-size:22px;font-weight:600;letter-spacing:-.02em}.auth-brand h2,.auth-brand-wordmark,.auth-brand-wordmark span{color:var(--auth-text)}.auth-brand h2{font-family:var(--auth-display);font-optical-sizing:auto;font-size:clamp(32px,3.4vw,44px);font-weight:500;letter-spacing:-.01em;line-height:1.18;margin:0}.auth-brand h2 span{color:var(--auth-text-soft);font-weight:500}.auth-brand p{font-family:var(--auth-body);font-size:16px;line-height:1.55;color:var(--auth-text-soft);margin:16px 0 0;max-width:380px}.auth-brand-features{display:flex;flex-direction:column;gap:12px;margin-top:12px}.auth-brand-feature{position:relative;z-index:1;display:flex;align-items:center;gap:10px;font-family:var(--auth-body);font-size:14.5px;color:var(--auth-text-soft)}.auth-brand-feature-dot{width:6px;height:6px;border-radius:999px;background:var(--auth-text);flex-shrink:0}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:48px 24px;position:relative}.auth-form-container{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}.auth-form-header{text-align:center}.auth-form-header h1{font-family:var(--auth-display);font-optical-sizing:auto;font-size:28px;font-weight:500;letter-spacing:-.01em;line-height:1.15;color:var(--auth-text);margin:0 0 8px}.auth-form-header p{font-size:15px;line-height:1.5;color:var(--auth-text-soft);margin:0}.auth-error{padding:10px 14px;border-radius:10px;background:var(--auth-error-soft);color:var(--auth-error);border:1px solid #fecaca;font-size:13px;font-weight:500}.auth-google-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:44px;padding:0 16px;border:1px solid var(--auth-border);border-radius:999px;background:var(--auth-surface);font-family:var(--auth-display);font-size:14.5px;font-weight:500;color:var(--auth-text);text-decoration:none;cursor:pointer;transition:border-color .15s ease}.auth-google-btn:hover{border-color:#b5b5b5}.auth-divider{display:flex;align-items:center;gap:14px}.auth-divider-line{flex:1;height:1px;background:var(--auth-border)}.auth-divider-text{font-size:12px;color:var(--auth-text-mute);font-weight:500}.auth-field{margin-bottom:14px}.auth-field:last-of-type{margin-bottom:0}.auth-label{display:block;font-family:var(--auth-display);font-size:13px;font-weight:600;color:var(--auth-text);margin-bottom:6px}.auth-input{width:100%;height:44px;padding:0 14px;border:1px solid var(--auth-border);border-radius:10px;background:var(--auth-surface);font-family:var(--auth-body);font-size:14.5px;color:var(--auth-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-input::placeholder{color:var(--auth-text-mute)}.auth-input:focus{border-color:var(--auth-text);box-shadow:0 0 0 3px rgba(15,15,15,.06)}.auth-submit{width:100%;height:46px;margin-top:18px;padding:0 16px;border:none;border-radius:999px;background:#000;color:#fff;font-family:var(--auth-display);font-size:14.5px;font-weight:500;cursor:pointer;transition:background .15s ease}.auth-submit:hover{background:#1c1c1c}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-footer{font-size:14px;color:var(--auth-text-soft)}.auth-footer+.auth-footer{margin-top:-12px;font-size:13px;color:var(--auth-text-mute)}.auth-footer a{color:var(--auth-text);text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .15s ease}.auth-footer a:hover{border-bottom-color:var(--auth-text)}@media (max-width:880px){.auth-page{grid-template-columns:1fr}.auth-brand{padding:40px 32px;border-right:none;border-bottom:1px solid var(--auth-border)}.auth-brand h2{font-size:28px}.auth-form-side{padding:40px 24px}}@media (max-width:640px){.auth-brand{display:none}}