html,body{margin:0;padding:0;width:100%;overflow-x:hidden;background-color:#09090b}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#a1a1aa26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa4d}.landing-root{min-height:100vh;position:relative;overflow-x:hidden;background:#09090b}.landing-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.landing-orb{position:absolute;border-radius:50%;filter:blur(100px);will-change:transform}.landing-orb-1{width:500px;height:500px;top:-10%;left:-5%;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);animation:orb-float-1 25s ease-in-out infinite}.landing-orb-2{width:400px;height:400px;top:50%;right:-10%;background:radial-gradient(circle,rgba(255,255,255,.02) 0%,transparent 70%);animation:orb-float-2 30s ease-in-out infinite}@keyframes orb-float-1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,30px) scale(1.05)}}@keyframes orb-float-2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,-40px) scale(1.03)}}.landing-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 10%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 10%,transparent 70%)}@media(max-width:768px){.landing-orb-1{width:250px;height:250px}.landing-orb-2{width:200px;height:200px}}.login-root{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#09090b}.login-card-wrapper{animation:login-card-enter .5s cubic-bezier(.16,1,.3,1) both;animation-delay:.05s}@keyframes login-card-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-glass-card{padding:36px 32px 28px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);position:relative}.login-card-glow-line{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 50%,transparent 100%)}.login-logo-ring{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto;background:#ffffff0f}@media(max-width:480px){.login-glass-card{padding:28px 22px 24px;border-radius:14px}}.dash-fade-in{animation:dash-fadeIn .4s cubic-bezier(.4,0,.2,1) both}@keyframes dash-fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
