@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
body{color:#fff;font-family:Inter,system-ui,sans-serif}.auth-layout{flex:1;justify-content:center;align-items:center;min-height:calc(100dvh - 60px);padding:16px 24px;display:flex}.auth-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:400px;padding:28px 32px;display:flex;box-shadow:0 24px 80px #00000080}.auth-logo-badge{color:#10b981;background:#10b98126;border:1px solid #10b9814d;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 0 20px #10b98133}.auth-title{color:#fff;text-align:center;letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.auth-subtitle{color:#ffffff73;text-align:center;margin-top:-6px;font-size:.85rem;line-height:1.5}.auth-error{color:#f87171;text-align:center;background:#ef444414;border:1px solid #ef444433;border-radius:10px;width:100%;padding:10px 14px;font-size:.83rem}.auth-tab-row{background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;gap:4px;width:100%;padding:4px;display:flex}.auth-tab{color:#ffffff73;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;border-radius:9px;flex:1;padding:7px 16px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:all .18s}.auth-tab:hover:not(.auth-tab--active){color:#ffffffb3}.auth-tab--active{color:#10b981;background:#10b98126;border:1px solid #10b98140}.auth-form{flex-direction:column;gap:10px;width:100%;display:flex}.auth-field{flex-direction:column;gap:4px;width:100%;display:flex}.auth-field-label{color:#ffffffa6;letter-spacing:.01em;font-size:.8rem;font-weight:600}.auth-required{color:#f87171;margin-left:2px}.auth-input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:9px 12px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .18s,background .18s}.auth-input::placeholder{color:#ffffff40}.auth-input:focus{background:#10b9810a;border-color:#10b98180}.auth-input--pw{padding-right:42px}.auth-pw-wrapper{width:100%;position:relative}.auth-pw-toggle{color:#ffffff59;cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;transition:color .18s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-pw-toggle:hover{color:#ffffffb3}.auth-submit-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#10b981;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:2px;padding:11px 20px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:700;transition:all .2s;display:flex}.auth-submit-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 16px #10b98159}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-forgot-link{color:#10b981cc;cursor:pointer;text-align:center;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.82rem;text-decoration:underline;transition:color .18s}.auth-forgot-link:hover{color:#10b981}.auth-back-link{color:#ffffff59;cursor:pointer;text-align:center;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.82rem;transition:color .18s}.auth-back-link:hover{color:#fff9}.auth-divider{color:#fff3;align-items:center;gap:12px;width:100%;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.auth-success-icon{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.auth-providers{flex-direction:column;gap:8px;width:100%;display:flex}.auth-provider-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px 20px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;transition:all .2s;display:flex}.auth-provider-btn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-1px)}.auth-provider-btn:disabled{opacity:.55;cursor:not-allowed}.auth-spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.auth-skip-link{color:#ffffff4d;font-size:.8rem;text-decoration:none;transition:color .2s}.auth-skip-link:hover{color:#fff9}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:480px){.auth-card{border-radius:18px;padding:20px}}
