.auth-page{min-height:100vh;padding:var(--section-px);background:radial-gradient(at 50% 0,#1a1610 0%,#0a0a09 70%);justify-content:center;align-items:center;display:flex}.auth-card{width:100%;max-width:400px;padding:28px 32px}.auth-close{width:36px;height:36px;color:var(--text-muted,#7c7b74);z-index:2;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,background .2s;display:flex;position:absolute;top:12px;right:12px}.auth-close:hover{color:var(--text,#eeeeec);background:#ffffff14}[data-theme=light] .auth-close:hover{color:#1a1917;background:#0000000f}.auth-header{text-align:center;margin-bottom:20px}.auth-brand-row{justify-content:center;align-items:center;gap:12px;margin-bottom:6px;display:flex}.auth-title{font-family:var(--font-title);color:var(--gold-light);letter-spacing:.06em;margin:0;font-size:2.4rem;font-weight:900;line-height:1}.auth-subtitle{color:var(--text-dim);margin:0;font-size:18px}.auth-btn-oauth{width:100%;color:var(--text);font-size:15px;font-family:var(--font-body);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:42px;padding:10px;transition:background .2s,border-color .2s;display:flex}.auth-btn-oauth:hover{background:#ffffff14;border-color:#fff3}.auth-btn-oauth:disabled{opacity:.4;cursor:not-allowed}.auth-oauth-group{flex-direction:column;gap:10px;display:flex}.auth-divider{color:var(--text-muted);letter-spacing:1px;align-items:center;gap:16px;margin:20px 0;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:linear-gradient(90deg,#0000,#d4a84326,#0000);flex:1;height:1px}.auth-form{flex-direction:column;gap:10px;display:flex}.auth-input{width:100%;min-height:42px;color:var(--text);font-size:17px;font-family:var(--font-body);box-sizing:border-box;background:#090907b3;border:1px solid #d4a8431f;border-radius:6px;outline:none;padding:10px 14px;transition:border-color .2s,box-shadow .2s}.auth-input::placeholder{color:var(--text-muted)}.auth-input:focus-visible{border-color:#d4a84366;box-shadow:0 0 12px #d4a84314}.auth-pw-wrap{position:relative}.auth-pw-wrap .auth-input{padding-right:44px}.auth-pw-toggle{width:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.auth-pw-toggle:hover{color:var(--text)}.auth-pw-hint{color:var(--text-muted,#7c7b74);margin:-4px 0 0;font-size:12px;line-height:1.4}.auth-error{color:var(--error);margin:0;font-size:13px}.auth-page .auth-btn-submit{letter-spacing:.06em;border-radius:10px;justify-content:center;width:100%;min-height:42px;margin-top:4px;padding:11px;font-size:15px;font-weight:700;transition:box-shadow .2s,transform .1s;animation:4s infinite auth-cta-shimmer;position:relative;overflow:hidden;box-shadow:0 4px 12px #d4a8434d,inset 0 1px #fff3,inset 0 -1px #00000026;color:#080807!important;text-shadow:0 1px #fff3!important;background:linear-gradient(135deg,#b8922e 0%,#d4a843 25%,#f0d78c 50%,#d4a843 75%,#8b6914 100%) 0 0/300% 300%!important;border:none!important}.auth-page .auth-btn-submit:hover{transform:translateY(-1px);box-shadow:0 6px 20px #d4a84373,0 0 30px #d4a84326,inset 0 1px #ffffff40,inset 0 -1px #00000026}.auth-page .auth-btn-submit:active{transform:translateY(0)scale(.98);box-shadow:0 2px 6px #d4a8434d,inset 0 1px #ffffff26}@keyframes auth-cta-shimmer{0%{background-position:100%}50%{background-position:0%}to{background-position:100%}}.auth-page .auth-btn-submit:after{display:none!important}.auth-page .auth-btn-submit:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#fff6,#0000);width:60%;height:100%;animation:3s ease-in-out infinite auth-shine-sweep;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes auth-shine-sweep{0%,to{left:-100%}50%{left:140%}}.auth-success-banner{color:#22c55e;background:#22c55e14;border:1px solid #22c55e33;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:14px;line-height:1.4;display:flex}[data-theme=light] .auth-success-banner{color:#16a34a;background:#22c55e0f}.auth-form-actions{justify-content:flex-end;margin-top:-2px;display:flex}.auth-forgot-link{color:var(--text-muted,#7c7b74);font-size:13px;text-decoration:none;transition:color .2s}.auth-forgot-link:hover{color:var(--gold);text-decoration:underline}[data-theme=light] .auth-forgot-link{color:#8a8985}[data-theme=light] .auth-forgot-link:hover{color:#9a7520}.auth-footer-link{text-align:center;color:var(--text-dim);border-top:1px solid #d4a8431a;margin-top:14px;padding-top:14px;font-size:16px}.auth-footer-link a{color:var(--gold);font-size:16px;font-weight:600;text-decoration:none;transition:color .2s}.auth-footer-link a:hover{color:var(--gold-light);text-decoration:underline}.auth-verify-sent{text-align:center;padding:24px 0}.auth-verify-sent>p:first-child{color:#22c55e;margin:0 0 8px;font-size:18px;font-weight:600}.auth-verify-hint{color:var(--text-dim);margin:0 0 16px;font-size:14px;line-height:1.6}.auth-resend-btn{color:var(--gold);font-size:14px;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;margin:0 auto 16px;padding:4px 8px;text-decoration:underline;transition:color .2s;display:block}.auth-resend-btn:hover:not(:disabled){color:var(--gold-light)}.auth-resend-btn:disabled{color:var(--text-muted);cursor:default;text-decoration:none}@media (max-width:480px){.auth-card{padding:22px 18px}.auth-header{margin-bottom:16px}}[data-theme=light] .auth-page{background:radial-gradient(at 50% 0,#f0ede8 0%,#f7f6f4 70%)}[data-theme=light] .auth-card{background:#fff;box-shadow:0 4px 24px #00000014,0 0 0 1px #9a752026}[data-theme=light] .auth-title{color:#9a7520}[data-theme=light] .auth-subtitle{color:#4a4946}[data-theme=light] .auth-btn-oauth{color:#1a1917;background:#fff;border-color:#d4d3d0}[data-theme=light] .auth-btn-oauth:hover{background:#f5f4f2;border-color:#b8912e}[data-theme=light] .auth-divider{color:#8a8985}[data-theme=light] .auth-divider:before,[data-theme=light] .auth-divider:after{background:linear-gradient(90deg,#0000,#d4d3d0,#0000)}[data-theme=light] .auth-input{color:#1a1917;background:#fff;border-color:#d4d3d0}[data-theme=light] .auth-input::placeholder{color:#8a8985}[data-theme=light] .auth-input:focus-visible{border-color:#b8912e;box-shadow:0 0 12px #9a75201a}[data-theme=light] .auth-pw-toggle{color:#8a8985}[data-theme=light] .auth-pw-toggle:hover{color:#4a4946}[data-theme=light] .auth-footer-link{color:#4a4946;border-top-color:#9a752026}[data-theme=light] .auth-footer-link a{color:#9a7520}[data-theme=light] .auth-footer-link a:hover{color:#6b5010}[data-theme=light] .auth-pw-hint{color:#6b6a65}.auth-error-section{text-align:center;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;margin-bottom:20px;padding:24px 0}.auth-error-icon{color:var(--error,#ef4444);margin-bottom:12px}.auth-error-heading{color:var(--error,#f87171);margin:0 0 8px;font-size:17px;font-weight:600}.auth-error-detail{color:var(--text-dim,#ffffffa6);margin:0 0 12px;font-size:14px;line-height:1.5}.auth-error-code{color:var(--text-muted,#ffffff40);font-size:12px;font-family:var(--font-mono);margin:0}[data-theme=light] .auth-error-section{border-top-color:#0000000f;border-bottom-color:#0000000f}[data-theme=light] .auth-error-detail{color:#4a4946}[data-theme=light] .auth-error-code{color:#8a8985}@media (prefers-reduced-motion:reduce){.auth-btn-submit,.auth-btn-submit:after{animation:none!important}}
