@import"https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600&display=swap";:root{--white: #ffffff;--black: #000000;--gray: #555555;--gray-light: #888888}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:var(--white);color:var(--black);font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}.home{position:relative;width:100%;height:100vh;height:100dvh}.galaxy-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0}.content{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;padding-bottom:120px;opacity:0;transition:opacity 1s ease}.content.loaded{opacity:1}.header{position:fixed;top:1.5rem;right:1.5rem;z-index:10;opacity:0;animation:fadeUp 1s ease 1s forwards}.login-link{font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--gray);text-decoration:none;padding:.5rem 1rem;border:1px solid var(--gray-light);border-radius:2px;transition:all .3s ease;background:var(--white)}.login-link:hover{color:var(--black);border-color:var(--black)}.hero{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.logo{font-size:clamp(1.75rem,8vw,5rem);font-weight:200;letter-spacing:.3em;text-indent:.3em;display:flex;flex-wrap:wrap;justify-content:center}.letter{display:inline-block;opacity:0;transform:translateY(20px);animation:letterIn .8s ease forwards}@keyframes letterIn{to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{to{opacity:1}}.tagline{font-size:clamp(.65rem,1.8vw,1rem);font-weight:300;letter-spacing:.15em;color:var(--gray);text-transform:uppercase;opacity:0;animation:fadeUp 1s ease .5s forwards}.site-footer{position:fixed;bottom:0;left:0;right:0;background:#ffffff80;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.05);padding:1.75rem 2.5rem;opacity:0;animation:fadeUp 1s ease 1s forwards;z-index:10}.footer-main{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;max-width:1200px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{font-size:1rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--black)}.footer-description{font-size:.875rem;font-weight:300;line-height:1.6;color:var(--gray);max-width:450px}.footer-links{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;flex-shrink:0}.copyright,.legal-link{font-size:.8rem;font-weight:400;letter-spacing:.08em;color:var(--gray-light)}.legal-links{display:flex;align-items:center;gap:1rem}.legal-link{text-transform:uppercase;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:var(--black)}.legal-dot{width:2px;height:2px;background:var(--gray-light);border-radius:50%}.legal-page{min-height:100vh;min-height:100dvh;background:var(--white);color:var(--black);padding:2rem;overflow-y:auto;position:absolute;top:0;right:0;bottom:0;left:0;z-index:100}.legal-header{max-width:700px;margin:0 auto 2rem}.back-link{font-size:.75rem;font-weight:400;letter-spacing:.1em;color:var(--gray);text-decoration:none;transition:color .3s ease}.back-link:hover{color:var(--black)}.legal-content{max-width:700px;margin:0 auto;padding-bottom:3rem}.legal-content h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:300;letter-spacing:.1em;margin-bottom:.5rem}.legal-content .last-updated{font-size:.75rem;color:var(--gray-light);margin-bottom:2.5rem}.legal-content section{margin-bottom:2rem}.legal-content h2{font-size:1rem;font-weight:500;letter-spacing:.05em;margin-bottom:.75rem}.legal-content p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--gray);margin-bottom:.75rem}.legal-content ul{margin:.75rem 0;padding-left:1.25rem}.legal-content li{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--gray);margin-bottom:.4rem}.legal-content strong{font-weight:500;color:var(--black)}.legal-footer{max-width:700px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.legal-footer p{font-size:.65rem;font-weight:300;letter-spacing:.1em;color:var(--gray-light)}@media(max-width:768px){.header{top:1rem;right:1rem}.login-link{font-size:.7rem;padding:.4rem .8rem}.site-footer{padding:1.5rem}.footer-main{flex-direction:column;align-items:flex-start;gap:1.25rem}.footer-brand{gap:.5rem}.footer-logo{font-size:.9rem}.footer-description{max-width:100%;font-size:.8rem}.footer-links{align-items:flex-start;width:100%;flex-direction:row;justify-content:space-between}.copyright,.legal-link{font-size:.75rem}.legal-page{padding:1.5rem}.legal-header{margin-bottom:1.5rem}.legal-content .last-updated{margin-bottom:2rem}}@media(max-width:480px){.content{padding:1rem;padding-bottom:160px}.header{top:.75rem;right:.75rem}.login-link{font-size:.65rem;padding:.35rem .65rem}.hero{gap:1rem}.logo{letter-spacing:.2em;text-indent:.2em}.tagline{letter-spacing:.1em}.site-footer{padding:1.25rem 1rem}.footer-main{gap:1rem}.footer-logo{font-size:.85rem}.footer-description{font-size:.75rem;line-height:1.5}.copyright,.legal-link{font-size:.7rem}.legal-links{gap:.75rem}.legal-page{padding:1rem}.legal-header{margin-bottom:1.25rem}.back-link{font-size:.65rem}.legal-content h2{font-size:.9rem}.legal-content p,.legal-content li{font-size:.8rem}.legal-content .last-updated{font-size:.65rem;margin-bottom:1.5rem}.legal-content section{margin-bottom:1.5rem}}@media(max-width:360px){.logo{letter-spacing:.15em;text-indent:.15em}.footer-links{flex-direction:column;align-items:flex-start;gap:.25rem}}.login-page{min-height:100vh;min-height:100dvh;background:var(--white);display:flex;flex-direction:column;position:relative;overflow:hidden}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.orbit{position:absolute;border:1px solid rgba(0,0,0,.04);border-radius:50%;animation:rotateOrbit 60s linear infinite}.orbit-1{width:300px;height:300px;animation-duration:40s}.orbit-2{width:500px;height:500px;animation-duration:60s;animation-direction:reverse}.orbit-3{width:700px;height:700px;animation-duration:80s}@keyframes rotateOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.center-dot{width:6px;height:6px;background:var(--black);border-radius:50%;position:absolute}.login-header{padding:1.5rem 2rem;position:relative;z-index:1}.back-home{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray);text-decoration:none;font-size:.75rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease}.back-home:hover{color:var(--black)}.back-home svg{width:18px;height:18px}.login-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.login-card{width:100%;max-width:360px;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06);border-radius:4px;padding:2.5rem 2rem}.login-brand{text-align:center;margin-bottom:2rem}.login-brand h1{font-size:1.5rem;font-weight:300;letter-spacing:.25em;text-transform:uppercase;margin-bottom:.5rem}.login-brand p{font-size:.8rem;font-weight:300;color:var(--gray)}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.7rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--gray)}.form-group input{width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.9rem;font-weight:300;color:var(--black);background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:2px;outline:none;transition:border-color .3s ease}.form-group input::placeholder{color:var(--gray-light)}.form-group input:focus{border-color:var(--black)}.login-button{width:100%;padding:1rem;margin-top:.5rem;font-family:inherit;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--white);background:var(--black);border:none;border-radius:2px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-height:48px}.login-button:hover:not(:disabled){background:var(--gray)}.login-button:disabled{cursor:not-allowed}.login-button.loading{background:var(--gray)}.spinner{width:18px;height:18px;border:2px solid transparent;border-top-color:var(--white);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{text-align:center;margin-top:1.25rem}.forgot-link{font-size:.7rem;font-weight:400;color:var(--gray);text-decoration:none;transition:color .3s ease}.forgot-link:hover{color:var(--black)}.login-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#00000014}.login-divider span{font-size:.65rem;font-weight:400;color:var(--gray-light);text-transform:uppercase;letter-spacing:.1em}.login-alt{text-align:center}.login-alt p{font-size:.75rem;font-weight:300;color:var(--gray)}.login-alt a{color:var(--black);text-decoration:none;font-weight:500;transition:opacity .3s ease}.login-alt a:hover{opacity:.7}.login-page-footer{padding:1.5rem 2rem;text-align:center;position:relative;z-index:1}.login-page-footer p{font-size:.6rem;font-weight:400;letter-spacing:.1em;color:var(--gray-light)}@media(max-width:480px){.login-header{padding:1rem 1.25rem}.login-main{padding:1rem}.login-card{padding:2rem 1.5rem}.login-brand h1{font-size:1.25rem}.orbit-1{width:200px;height:200px}.orbit-2{width:350px;height:350px}.orbit-3{width:500px;height:500px}}@media(max-height:500px){.content{padding-bottom:100px}.hero{gap:.75rem}.site-footer{padding:.6rem 1rem}.footer-main{flex-direction:row;align-items:center}.footer-brand{gap:.2rem}.footer-description{font-size:.5rem;max-width:300px}.footer-links{flex-direction:column;align-items:flex-end}}
