.auth-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.38);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:auth-fade-in .2s ease-out}.auth-card{position:relative;width:100%;max-width:450px;margin:0;padding:43px 43px 36px;background:#fff;border-radius:22px;box-shadow:0 36px 80px rgba(0,0,0,.22),0 2px 8px rgba(0,0,0,.04);animation:auth-card-in .25s ease-out}.auth-back-btn,.auth-close-btn{position:absolute;top:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;color:#777;font-size:25px;font-weight:300;cursor:pointer;border-radius:50%;transition:background .15s,color .15s}.auth-back-btn:hover,.auth-close-btn:hover{background:#f3f3f1;color:#111}.auth-close-btn{right:17px}.auth-back-btn{left:16px;width:24px;height:24px}.auth-back-btn img{display:block;width:24px;height:24px}.auth-title{margin:0 0 4px;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:30px;font-weight:800;color:#191c1e;text-align:center;line-height:1.16;letter-spacing:0}.auth-subtitle{margin:8px 0 36px;font-size:15px;line-height:1.35;color:#888;text-align:center}.auth-subtitle a{color:#111;font-weight:600;text-decoration:none}.auth-subtitle a:hover{text-decoration:underline}.auth-oauth-btn{display:flex;align-items:center;justify-content:center;gap:13px;width:100%;height:53px;padding:0 18px;margin-bottom:12px;font-size:16px;line-height:1;font-weight:500;color:#242424;background:#fff;border:1px solid #ddddda;border-radius:999px;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.auth-oauth-btn:hover{background:#fbfbfa;border-color:#c8c8c4;box-shadow:0 5px 14px rgba(0,0,0,.04)}.auth-oauth-btn:disabled{cursor:default;color:#242424;background:#fbfbfa}.auth-oauth-btn svg{flex-shrink:0;display:block}.auth-spinner{animation:auth-spin .85s linear infinite}.auth-divider{display:flex;align-items:center;gap:13px;margin:22px 0;font-size:14px;color:#8f8f8f}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e7e7e4}.auth-email-btn{display:flex;align-items:center;justify-content:center;gap:13px;width:100%;height:53px;padding:0 18px;font-size:16px;line-height:1;font-weight:500;color:#242424;background:#fff;border:1px solid #ddddda;border-radius:999px;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.auth-email-btn:hover{background:#fbfbfa;border-color:#c8c8c4;box-shadow:0 5px 14px rgba(0,0,0,.04)}.auth-form{display:grid;grid-gap:14px;gap:14px}.auth-field{display:grid;grid-gap:8px;gap:8px}.auth-field-label{font-size:13px;line-height:1.25;font-weight:600;color:#1f1f1f}.auth-field-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-input{width:100%;height:50px;padding:0 16px;margin-bottom:0;font-size:15px;color:#111;background:#fafafa;border:1px solid #deded9;border-radius:16px;outline:none;transition:border-color .15s,background .15s,box-shadow .15s}.auth-input::placeholder{color:#aaa}.auth-input:focus{border-color:#111;background:#fff;box-shadow:0 0 0 3px hsla(0,0%,7%,.06)}.auth-password-wrapper{position:relative}.auth-password-wrapper .auth-input{padding-right:44px}.auth-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;color:#999;cursor:pointer;border-radius:4px;transition:color .15s,background .15s}.auth-password-toggle:hover{color:#333;background:#f0f0f0}.auth-submit-btn{width:100%;height:52px;padding:0 18px;margin-top:4px;font-size:15px;font-weight:600;color:#fff;background:#111;border:none;border-radius:16px;cursor:pointer;transition:opacity .15s,transform .15s,box-shadow .15s}.auth-submit-btn:hover{opacity:.85;box-shadow:0 10px 24px hsla(0,0%,7%,.18)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-link-row{display:flex;justify-content:flex-end;margin-bottom:4px}.auth-link{font-size:13px;color:#6e6e6e;text-decoration:none;cursor:pointer;background:none;border:none;padding:0}.auth-link:hover{color:#111;text-decoration:underline}.auth-error{margin:0 0 12px;padding:10px 14px;font-size:13px;color:#d32f2f;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.auth-welcome-error{margin-top:14px}.auth-success{margin:0 0 12px;padding:10px 14px;font-size:13px;color:#2e7d32;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.auth-footer{margin-top:24px;font-size:12px;color:#8e8e8e;text-align:center;line-height:1.6}.auth-footer a{color:#555;text-decoration:underline}.auth-footer a:hover{color:#111}.auth-hint{margin:-8px 0 12px;font-size:12px;color:#aaa}.auth-pw-checklist{list-style:none;padding:0;margin:-4px 0 14px;display:grid;grid-template-columns:1fr 1fr;grid-gap:4px 16px;gap:4px 16px}.auth-pw-checklist li{display:flex;align-items:center;gap:6px;font-size:12px;line-height:1.5;transition:color .15s}.auth-pw-icon{flex-shrink:0;font-size:13px;width:16px;text-align:center}.auth-pw-pass{color:#22c55e}.auth-pw-fail{color:#aaa}.auth-legal{max-width:350px;margin:28px auto 0}.auth-register-note{margin:-4px 0 -2px}.auth-card-login{width:440px;max-width:calc(100vw - 48px);height:484px;padding:41px 40px 31px;border-radius:22.5625px;box-shadow:0 1.50417px 7.52083px rgba(0,0,0,.06),0 2.50694px 20.0556px rgba(0,0,0,.1)}.auth-card-login .auth-back-btn,.auth-card-login .auth-close-btn{top:21px;color:#191c1e;font-size:28px;line-height:1;border-radius:0}.auth-card-login .auth-close-btn{right:21px;width:22px;height:22px;color:silver;font-size:34px;font-weight:200}.auth-card-login .auth-back-btn{left:21px;width:24px;height:24px;font-size:0}.auth-card-login .auth-back-btn:hover,.auth-card-login .auth-close-btn:hover{background:transparent;color:#191c1e}.auth-card-login .auth-title{width:227px;margin:0 auto 8px;font-size:30px;line-height:42px;letter-spacing:-.96px}.auth-card-login .auth-subtitle{display:flex;align-items:center;justify-content:center;gap:6px;width:220px;height:24px;margin:0 auto 18px;font-family:Hanken Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:24px;color:#999}.auth-card-login .auth-subtitle a{color:#7212ff;font-weight:500}.auth-card-login .auth-form{gap:18px}.auth-card-login .auth-field{gap:6px}.auth-card-login .auth-field-label{font-family:Hanken Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;line-height:21px;color:#4a4457}.auth-card-login .auth-field-row{height:21px}.auth-card-login .auth-link{font-size:13px;line-height:21px;color:#999}.auth-card-login .auth-input{height:52px;padding:14px 20px;font-family:Hanken Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:24px;color:#191c1e;-webkit-text-fill-color:#191c1e;caret-color:#191c1e;background:#eceef0;background-clip:padding-box;border:none;border-radius:100px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-card-login .auth-input::placeholder{color:#999}.auth-card-login .auth-input:focus{outline:none;background:#eceef0;box-shadow:none}.auth-card-login .auth-input:-webkit-autofill,.auth-card-login .auth-input:-webkit-autofill:active,.auth-card-login .auth-input:-webkit-autofill:focus,.auth-card-login .auth-input:-webkit-autofill:hover{-webkit-text-fill-color:#191c1e;caret-color:#191c1e;box-shadow:inset 0 0 0 1000px #eceef0;-webkit-transition:background-color 9999s ease-out;transition:background-color 9999s ease-out}.auth-card-login .auth-password-wrapper .auth-input{padding-right:20px}.auth-card-login .auth-password-toggle{display:none}.auth-card-login .auth-submit-btn{height:52px;margin-top:0;padding:14px 0;font-family:Hanken Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;line-height:24px;background:linear-gradient(105.66deg,#7212ff,#bf43fd);border-radius:100px}.auth-card-login .auth-submit-btn:hover{opacity:.92;box-shadow:0 10px 24px rgba(114,18,255,.24)}.auth-card-login .auth-error{margin:-8px 0 14px}.auth-card-login .auth-login-footer{width:340px;max-width:100%;margin:32px auto 0;font-family:Hanken Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:400;line-height:21px;color:#999}.auth-card-login .auth-login-footer a{color:#7212ff;text-decoration:underline}@keyframes auth-fade-in{0%{opacity:0}to{opacity:1}}@keyframes auth-spin{to{transform:rotate(1turn)}}@media (max-width:560px){.auth-overlay{padding:18px}.auth-card{max-width:100%;padding:40px 24px 30px;border-radius:20px}.auth-card-login{width:100%;height:auto;padding:41px 24px 31px;border-radius:22px}.auth-title{font-size:26px}.auth-card-login .auth-title{width:auto;font-size:28px;line-height:38px}.auth-card-login .auth-subtitle{width:auto;flex-wrap:wrap}.auth-field-row{align-items:flex-start;flex-direction:column}.auth-card-login .auth-field-row{height:auto;align-items:center;flex-direction:row}}@keyframes auth-card-in{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}