.login-check{place-items:center;min-height:60vh;display:grid}.auth-page{z-index:1;place-items:center;min-height:calc(100dvh - 64px);padding:48px 24px;display:grid;position:relative}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-md);animation:section-in .3s var(--ease-out) both;padding:40px}.auth-brand{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.auth-brand .rgauge{margin-bottom:12px}.auth-title{font-family:var(--display);letter-spacing:-.02em;color:var(--text);font-size:26px;font-weight:800}.auth-sub{color:var(--text2);font-size:14px}.auth-sub b{font-family:var(--mono);color:var(--text);font-weight:600}.auth-line{background:var(--border);height:1px;margin:24px 0}.auth-error{background:var(--bad-soft);border:1px solid var(--bad);border-radius:var(--radius);color:var(--bad);margin-bottom:16px;padding:12px 16px;font-size:14px}.auth-google{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);width:100%;height:46px;font-family:var(--sans);color:var(--text);cursor:pointer;transition:border-color var(--t-fast), box-shadow var(--t-fast);justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.auth-google:hover{border-color:var(--text2);box-shadow:var(--shadow-sm)}.auth-google:disabled{opacity:.6;cursor:default}.auth-or{color:var(--text3);align-items:center;gap:12px;margin:20px 0;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--border);flex:1;height:1px}.auth-or span{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field-row{justify-content:space-between;align-items:center;display:flex}.auth-field label{color:var(--text2);font-size:13px;font-weight:600}.auth-forgot{color:var(--accent-text);font-size:13px;font-weight:500;text-decoration:none}[data-theme=dark] .auth-forgot{color:var(--accent)}.auth-forgot:hover{text-decoration:underline}.auth-field input,.auth-pw-wrap input{background:var(--bg);border:1px solid var(--border2);border-radius:var(--radius);width:100%;height:44px;font-family:var(--sans);color:var(--text);transition:border-color var(--t-fast), box-shadow var(--t-fast);outline:none;padding:0 14px;font-size:15px}.auth-field input:focus,.auth-pw-wrap input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent)}.auth-pw-wrap{position:relative}.auth-pw-wrap input{padding-right:44px}.auth-eye{width:34px;height:34px;color:var(--text3);cursor:pointer;background:0 0;border:none;place-items:center;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.auth-eye:hover{color:var(--text2)}.auth-submit{background:var(--accent);color:#0a0a0b;width:100%;height:46px;font-family:var(--sans);cursor:pointer;transition:transform .1s, background var(--t-fast);border:none;border-radius:9px;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex}.auth-submit:hover{background:#84cc16;transform:translateY(-1px)}.auth-submit:disabled{opacity:.7;cursor:default;transform:none}.auth-textlink{color:var(--accent-text);font-family:var(--sans);cursor:pointer;text-align:center;background:0 0;border:none;font-size:13px;font-weight:600}[data-theme=dark] .auth-textlink{color:var(--accent)}.auth-textlink:hover{text-decoration:underline}.auth-magic-toggle{margin-top:2px}.auth-sent{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:20px 0;display:flex}.auth-sent-title{font-family:var(--display);color:var(--text);font-size:18px;font-weight:700}.auth-sent-sub{color:var(--text2);max-width:320px;font-size:14px}.auth-toggle{color:var(--text2);text-align:center;margin-top:24px;font-size:14px}.auth-toggle a{color:var(--accent-text);font-weight:600;text-decoration:none}[data-theme=dark] .auth-toggle a{color:var(--accent)}.auth-toggle a:hover{text-decoration:underline}.auth-strength{flex-direction:column;gap:6px;margin-top:8px;display:flex}.auth-strength-bars{gap:4px;display:flex}.auth-strength-bar{background:var(--surface2);height:4px;transition:background var(--t-fast);border-radius:2px;flex:1}.auth-strength-bar.weak{background:var(--bad)}.auth-strength-bar.ok{background:var(--warn)}.auth-strength-bar.strong{background:var(--good)}.auth-strength-label{color:var(--text2);font-size:12px}.auth-terms{color:var(--text3);font-size:12px;line-height:1.5}.auth-terms a{color:var(--text2);text-decoration:underline}@media (max-width:480px){.auth-card{box-shadow:none;background:0 0;border:none;padding:24px 4px}.auth-page{padding:24px 20px;padding-bottom:max(24px, env(safe-area-inset-bottom))}.auth-field input,.auth-pw-wrap input{font-size:16px}}
