@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");:root{--bg:#030712;--s1:#0a0f1e;--s2:#0f1729;--s3:#162040;--s4:#1e2d55;--b1:rgba(59,130,246,0.08);--b2:rgba(59,130,246,0.15);--b3:rgba(59,130,246,0.25);--tx:#f1f5f9;--mu:#64748b;--mu2:#94a3b8;--ac:#2563eb;--ac2:#3b82f6;--ac3:#93c5fd;--ac4:#dbeafe;--gw:rgba(37,99,235,0.18);--success:#10b981;--success2:rgba(16,185,129,0.12);--warn:#f59e0b;--danger:#ef4444;--danger2:rgba(239,68,68,0.10);--nb:62px;--brand:#22c55e;--brand2:#16a34a;--brand-glow:rgba(34,197,94,0.15)}[data-theme=light]{--bg:#f8fafc;--s1:#ffffff;--s2:#f1f5f9;--s3:#e2e8f0;--s4:#cbd5e1;--b1:rgba(37,99,235,0.08);--b2:rgba(37,99,235,0.15);--b3:rgba(37,99,235,0.3);--tx:#0f172a;--mu:#94a3b8;--mu2:#64748b;--ac:#2563eb;--ac2:#1d4ed8;--ac3:#1e40af;--gw:rgba(37,99,235,0.10);--success:#059669;--success2:rgba(5,150,105,0.10);--warn:#d97706;--danger:#dc2626;--brand:#16a34a;--brand2:#15803d;--brand-glow:rgba(22,163,74,0.12)}*,:after,:before{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body,html{height:100%}body{overflow:hidden;background:var(--bg);font-family:Space Grotesk,sans-serif;color:var(--tx);transition:background .25s,color .25s}::-webkit-scrollbar{display:none}.auth-wrapper{min-height:100vh;min-height:100dvh;background:#050810;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:calc(env(safe-area-inset-top, 44px) + 32px) 24px calc(env(safe-area-inset-bottom, 20px) + 32px);position:relative;overflow:hidden}.auth-wrapper:before{top:-120px;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(34,197,94,.06) 0,transparent 70%)}.auth-wrapper:after,.auth-wrapper:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.auth-wrapper:after{bottom:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.05) 0,transparent 70%)}.auth-header{display:flex;flex-direction:column;align-items:center;margin-bottom:36px;position:relative;z-index:1}.auth-logo-img{width:200px;height:auto;margin-bottom:10px;filter:drop-shadow(0 0 24px rgba(34,197,94,.25))}.auth-tagline{font-size:14px;color:#64748b;text-align:center;font-weight:400;letter-spacing:.2px;max-width:240px;line-height:1.5}.auth-clerk-wrap{position:relative;z-index:1;width:100%;max-width:380px}.auth-clerk-wrap .cl-rootBox{width:100%}.auth-clerk-wrap .cl-card{background:#0c1220!important;border:.5px solid rgba(34,197,94,.15)!important;border-radius:20px!important;box-shadow:0 0 0 1px rgba(34,197,94,.08),0 24px 64px rgba(0,0,0,.5)!important;padding:28px!important}.auth-clerk-wrap .cl-headerTitle{font-family:Space Grotesk,sans-serif!important;font-weight:700!important;color:#f1f5f9!important;letter-spacing:-.3px!important}.auth-clerk-wrap .cl-headerSubtitle{color:#64748b!important;font-family:Space Grotesk,sans-serif!important}.auth-clerk-wrap .cl-formButtonPrimary{background:#22c55e!important;font-family:Space Grotesk,sans-serif!important;font-weight:700!important;border-radius:12px!important;box-shadow:0 4px 16px rgba(34,197,94,.3)!important;transition:all .2s!important}.auth-clerk-wrap .cl-formButtonPrimary:hover{background:#16a34a!important;box-shadow:0 6px 20px rgba(34,197,94,.4)!important}.auth-clerk-wrap .cl-formFieldInput{background:#0f1729!important;border:.5px solid rgba(34,197,94,.2)!important;border-radius:12px!important;color:#f1f5f9!important;font-family:Space Grotesk,sans-serif!important}.auth-clerk-wrap .cl-formFieldInput:focus{border-color:rgba(34,197,94,.5)!important;box-shadow:0 0 0 2px rgba(34,197,94,.1)!important}.auth-clerk-wrap .cl-footerActionLink{color:#22c55e!important;font-family:Space Grotesk,sans-serif!important}.auth-clerk-wrap .cl-socialButtonsBlockButton{background:#0f1729!important;border:.5px solid rgba(255,255,255,.08)!important;border-radius:12px!important;color:#f1f5f9!important;font-family:Space Grotesk,sans-serif!important}.auth-clerk-wrap .cl-socialButtonsBlockButton:hover{background:#162040!important;border-color:rgba(34,197,94,.2)!important}.auth-clerk-wrap .cl-dividerLine{background:rgba(255,255,255,.06)!important}.auth-clerk-wrap .cl-dividerText{color:#64748b!important}.auth-clerk-wrap .cl-formFieldLabel{color:#94a3b8!important;font-family:Space Grotesk,sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:.4px!important;text-transform:uppercase!important}.auth-clerk-wrap .cl-identityPreviewText{color:#f1f5f9!important}.auth-clerk-wrap .cl-footerAction{background:transparent!important;border-top:.5px solid rgba(255,255,255,.06)!important}.auth-clerk-wrap .cl-footerActionText{color:#64748b!important;font-family:Space Grotesk,sans-serif!important}.auth-clerk-wrap .cl-internal-b3fm6y{color:#64748b!important}.auth-clerk-wrap .cl-footer{background:transparent!important}.auth-wrapper{overflow-y:auto;overflow-x:hidden}body:has(.auth-wrapper){overflow:auto}