@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--helits-cyan: #158aae;--helits-teal: #52b69a}.auth-body{min-height:100vh;position:relative;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-body--light{background-image:linear-gradient(to bottom right,#f8fafc,#fff,#ecfeff4d);color:#111827}.auth-body--dark{background-image:linear-gradient(to bottom right,#0a1628,#0f172a,#0c1220);color:#fff}.auth-display{font-family:Space Grotesk,sans-serif}.auth-gradient-text{background:linear-gradient(135deg,var(--helits-cyan),var(--helits-teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-grain-overlay{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.auth-page-shell{position:relative;z-index:10}.auth-card{border-radius:1.5rem;border:1px solid rgb(229 231 235);background:#ffffffe6;box-shadow:0 20px 25px -5px #e5e7eb66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-card--soft{border-radius:1rem;border:1px solid rgb(229 231 235);background:#fffc;box-shadow:0 1px 2px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-card--dark{border-color:#ffffff1a;background:#ffffff0d;box-shadow:0 1px 2px #0f172a33}.auth-brand-gradient{background-image:linear-gradient(to bottom right,var(--helits-cyan),var(--helits-teal))}.auth-primary-button{background-image:linear-gradient(to right,var(--helits-cyan),var(--helits-teal));color:#fff;transition:transform .2s ease,box-shadow .2s ease}.auth-primary-button:hover{transform:scale(1.02);box-shadow:0 10px 25px -5px #158aae4d}.auth-primary-button:active{transform:scale(.98)}.auth-plan-card{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.auth-plan-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0f172a14}.auth-plan-input:checked+.auth-plan-inner{border-color:var(--helits-cyan);box-shadow:0 0 0 2px var(--helits-cyan),0 20px 60px #158aae26}.auth-plan-card[data-popular=true] .auth-plan-inner{border-color:color-mix(in srgb,var(--helits-cyan) 40%,white)}@keyframes auth-pulse-slow{0%,to{opacity:1}50%{opacity:.6}}.auth-pulse-slow{animation:auth-pulse-slow 2s ease-in-out infinite}@keyframes auth-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-spin-slow{animation:auth-spin-slow 3s linear infinite}
