@keyframes auth-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-slideInLeft{0%{opacity:0;translate:-40px}to{opacity:1;translate:0}}@keyframes auth-slideInRight{0%{opacity:0;translate:40px}to{opacity:1;translate:0}}.login-page{background:#fffff6;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.left-card-corner{z-index:1;width:100%;max-width:320px;animation:1s cubic-bezier(.22,1,.36,1) .8s both auth-slideInLeft;position:fixed;bottom:0;left:0}.left-card-corner img{width:100%;height:auto;display:block}.right-card-corner{z-index:1;transform-origin:100% 0;pointer-events:none;animation:1s cubic-bezier(.22,1,.36,1) .85s both auth-slideInRight;position:fixed;top:0;right:-460px;transform:rotate(8deg)scale(1)}.center-content{z-index:10;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:500px;display:flex;position:relative}.welcome-section{flex-direction:column;align-items:center;gap:4px;margin-bottom:40px;animation:.6s cubic-bezier(.22,1,.36,1) .2s both auth-fadeUp;display:flex}.welcome-intro{color:var(--Text-Primary,#111);text-align:center;letter-spacing:-.96px;margin:0;font-family:Fraunces;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.welcome-brand{letter-spacing:-2.4px;align-items:center;gap:8px;margin:0;font-family:Be Vietnam Pro,sans-serif;font-size:80px;font-weight:600;line-height:1;display:flex}.welcome-brand-icon{width:32px;height:58px}.welcome-tagline{color:var(--Text-Primary,#111);letter-spacing:-.72px;margin:0;font-family:Fraunces;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.auth-form-area{flex-direction:column;align-items:center;width:100%;max-width:415px;margin-bottom:32px;animation:.6s cubic-bezier(.22,1,.36,1) .35s both auth-fadeUp;display:flex}.google-signin-link{color:#374151;cursor:pointer;letter-spacing:-.3px;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 18px;font-family:Geist,-apple-system,sans-serif;font-size:16px;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:flex}.google-signin-link:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.google-signin-link:active{transform:translateY(0)}.google-signin-link svg{flex-shrink:0}.auth-divider{align-items:center;gap:16px;width:100%;margin:20px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#d1d5db;flex:1;height:1px}.auth-divider span{color:#9ca3af;text-transform:lowercase;font-family:Geist,-apple-system,sans-serif;font-size:14px;font-weight:500}.magic-link-form{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.magic-link-input-wrap{width:100%;position:relative}.magic-link-input{color:#111;box-sizing:border-box;-webkit-appearance:none;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:14px 52px 14px 18px;font-family:Geist,-apple-system,sans-serif;font-size:16px;transition:border-color .2s,box-shadow .2s}.magic-link-input::placeholder{color:#9ca3af}.magic-link-input:focus{border-color:#15375f;box-shadow:0 0 0 3px #15375f1a}.magic-link-input:disabled{opacity:.6;cursor:not-allowed}.magic-link-arrow{color:#fff;cursor:pointer;background:#15375f;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.magic-link-arrow:hover:not(:disabled){background:#1e4d80}.magic-link-arrow:disabled{cursor:not-allowed;background:#8a9bb5}.magic-link-error{color:#dc2626;text-align:center;margin:0;font-family:Geist,-apple-system,sans-serif;font-size:14px}.magic-link-sent-inline{box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:14px 18px;display:flex}.magic-link-sent-text{color:#166534;text-align:center;word-break:break-word;font-family:Geist,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1.4}.magic-link-resend{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0;font-family:Geist,-apple-system,sans-serif;font-size:12px;font-weight:500;text-decoration:underline}.magic-link-resend:hover{color:#374151}.footer-section{flex-direction:column;align-items:center;gap:12px;margin-top:8px;animation:.6s cubic-bezier(.22,1,.36,1) .48s both auth-fadeUp;display:flex}.join-text{color:var(--Text-Primary,#111);text-align:center;letter-spacing:-.54px;font-family:Geist,-apple-system,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.community-block{flex-direction:column;align-items:center;gap:20px;max-width:380px;margin:24px 0;display:flex}.community-quote{color:#000;text-align:center;letter-spacing:-.72px;font-family:Fraunces,serif;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.deploy-btn{background:var(--background-badge,#fff1dd);color:#111;letter-spacing:-.3px;border-radius:111px;justify-content:center;align-items:center;gap:4px;padding:8px 16px;font-family:Geist,-apple-system,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:flex}.deploy-btn:hover{background:bisque;transform:translateY(-1px)}.footer-links{justify-content:center;align-items:center;gap:24px;margin-top:12px;animation:.6s cubic-bezier(.22,1,.36,1) .55s both auth-fadeUp;display:flex}.footer-links a{color:var(--Text-Primary,#111);text-align:center;letter-spacing:-.54px;font-family:Geist,-apple-system,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:.6}.loading-screen{background:#fffff6;justify-content:center;align-items:center;min-height:100vh;display:flex}.loader{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.loader-ring{border:3px solid #0000;border-top-color:#ff6b35;border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(.68,-.55,.265,1.55) infinite spin;position:absolute}.loader-ring:nth-child(2){border-top-color:#8fd9c7;width:80%;height:80%;animation-delay:.2s}.loader-ring:nth-child(3){border-top-color:#7aa8d6;width:60%;height:60%;animation-delay:.4s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-text{color:#111;z-index:10;font-size:16px;font-weight:600}@media (max-width:1200px){.left-card-corner{max-width:280px}.right-card-corner{top:0;right:-390px;transform:rotate(8deg)scale(.85)}}@media (max-width:768px){.login-page{padding:1rem}.left-card-corner{opacity:.7;max-width:200px}.right-card-corner{opacity:.7;top:0;right:-300px;transform:rotate(8deg)scale(.6)}.welcome-section{margin-bottom:24px}.welcome-intro{letter-spacing:-.66px;font-size:22px}.welcome-brand{letter-spacing:-1.56px;font-size:52px}.welcome-tagline{letter-spacing:-.54px;font-size:18px}.welcome-section img{max-width:100%}.join-text{font-size:15px}.community-block{gap:16px;margin:16px 0}.community-quote{font-size:18px}.deploy-btn{font-size:13px}.footer-links{gap:16px;bottom:24px}.footer-links a{font-size:15px}}@media (max-width:480px){.left-card-corner{max-width:150px}.right-card-corner{opacity:.7;top:0;right:-230px;transform:rotate(8deg)scale(.45)}.center-content{padding:0 1rem}.welcome-intro{letter-spacing:-.54px;font-size:18px}.welcome-brand{letter-spacing:-1.2px;font-size:40px}.welcome-tagline{letter-spacing:-.45px;font-size:15px}.join-text{font-size:13px}.community-quote{font-size:16px}.deploy-btn{padding:6px 14px;font-size:12px}.footer-links{gap:12px;bottom:20px}.footer-links a{font-size:13px}}
