.velya-auth-root{--background:#f5f5f5;--foreground:#18181b;--card:#fff;--muted:#fafafa;--border:#e4e4e7;--border-soft:#f4f4f5;--text-2:#52525b;--text-3:#71717a;--text-4:#a1a1aa;--primary:#09403d;--primary-ink:#fff;--primary-tint:#ecfdf5;--primary-line:#d1fae5;--primary-soft:#a7f3d0;--success-bg:#ecfdf5;--success-border:#a7f3d0;--success-text:#065f46;--success-icon:#10b981;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#991b1b;--error-icon:#dc2626;--warn-bg:#fffbeb;--warn-border:#fde68a;--warn-text:#92400e;--warn-icon:#d97706;--info-bg:#eff6ff;--info-border:#bfdbfe;--info-text:#1e40af;--info-icon:#2563eb;--shadow-sm:0 1px 2px #18181b0a, 0 1px 1px #18181b08;--ease:cubic-bezier(.22, 1, .36, 1);background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.011em;min-height:100vh;font-size:16px;line-height:1.5}@scope(.velya-auth-root){*,:before,:after{box-sizing:border-box}::selection{background:var(--primary);color:#fff}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.auth-shell{grid-template-columns:1.05fr 1fr;min-height:100vh;display:grid}.auth-brand{color:#fff;background:#0a2826;flex-direction:column;padding:48px;display:flex;position:relative;overflow:hidden}.auth-brand:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(#a7f3d02e 0%,#0f403c14 35%,#0000 65%);width:120%;height:60%;animation:18s ease-in-out infinite auroraTop;position:absolute;top:-20%;left:-10%}.auth-brand:after{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#36636040 0%,#0f403c1a 40%,#0000 70%);width:90%;height:50%;animation:22s ease-in-out infinite auroraBottom;position:absolute;bottom:-15%;right:-15%}@keyframes auroraTop{0%,to{transform:translate(0)scale(1)}50%{transform:translate(8%,5%)scale(1.1)}}@keyframes auroraBottom{0%,to{opacity:.8;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(-6%,-4%)scale(1.15)}}.auth-brand-grain{opacity:.06;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='1'/></svg>");position:absolute;inset:0}.auth-brand-content{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.auth-brand-top{letter-spacing:-.02em;align-items:center;gap:11px;width:fit-content;font-size:18px;font-weight:600;display:inline-flex}.auth-brand-mark{flex:none;width:30px;height:30px;display:inline-block}.auth-brand-mark img,.auth-brand-mark svg{width:100%;height:100%;display:block}.auth-brand-center{flex-direction:column;flex:1;justify-content:center;max-width:440px;display:flex}.auth-brand-headline{letter-spacing:-.025em;color:#fff;margin:0;font-size:clamp(32px,3.4vw,44px);font-weight:600;line-height:1.08}.auth-brand-headline em{color:#a7f3d0;font-style:normal}.auth-brand-sub{color:#ffffffa6;max-width:38ch;margin:20px 0 0;font-size:16px;line-height:1.55}.auth-brand-foot{color:#fff6;letter-spacing:.005em;justify-content:space-between;align-items:center;font-size:12.5px;display:flex}.auth-brand-foot a{color:#ffffff8c;transition:color .15s var(--ease)}.auth-brand-foot a:hover{color:#fff}.auth-brand-foot-links{gap:20px;display:flex}.auth-form-panel{background:#fafafa;justify-content:center;align-items:center;padding:48px;display:flex;position:relative}.auth-form-wrap{width:100%;max-width:400px;animation:pageIn .6s var(--ease) both}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.auth-form-head{margin-bottom:36px}.auth-form-head h1{letter-spacing:-.025em;margin:0;font-size:30px;font-weight:600;line-height:1.1}.auth-form-head p{color:var(--text-2);margin:8px 0 0;font-size:15px}.auth-field{margin-bottom:18px}.auth-field-row{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.auth-field label{color:var(--text-2);letter-spacing:-.005em;font-size:13px;font-weight:500}.auth-field-row a{color:var(--primary);transition:opacity .15s var(--ease);font-size:13px;font-weight:500}.auth-field-row a:hover{opacity:.7}.auth-input{border:1px solid var(--border);width:100%;height:46px;font:inherit;color:var(--foreground);letter-spacing:-.005em;transition:border-color .15s var(--ease), box-shadow .15s var(--ease);background:#fff;border-radius:11px;padding:0 14px;font-size:15px}.auth-input::placeholder{color:var(--text-4)}.auth-input:hover{border-color:#d4d4d8}.auth-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #09403d1a}.auth-input:-webkit-autofill{-webkit-text-fill-color:var(--foreground);transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.auth-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground);transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.auth-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground);transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.auth-btn{letter-spacing:-.005em;width:100%;height:46px;transition:transform .15s var(--ease), background .15s var(--ease), border-color .15s var(--ease), box-shadow .2s var(--ease), opacity .15s var(--ease);border-radius:11px;justify-content:center;align-items:center;gap:8px;font-size:15px;font-weight:500;display:inline-flex}.auth-btn:disabled{cursor:not-allowed;opacity:.7}.auth-btn-primary{background:var(--primary);color:var(--primary-ink);box-shadow:0 1px 2px #09403d40,inset 0 1px #ffffff14}.auth-btn-primary:hover:not(:disabled){background:#0a4a47;transform:translateY(-1px);box-shadow:0 6px 16px -6px #09403d73,inset 0 1px #ffffff1a}.auth-btn-primary:active{transform:translateY(0)}.auth-btn-ghost{color:var(--foreground);border:1px solid var(--border);background:#fff}.auth-btn-ghost:hover:not(:disabled){background:#fafafa;border-color:#d4d4d8}.auth-btn-ghost svg{width:16px;height:16px;color:var(--text-3)}.auth-form-cta{flex-direction:column;gap:10px;margin-top:24px;display:flex}.auth-divider{color:var(--text-4);letter-spacing:.02em;text-transform:lowercase;align-items:center;gap:16px;margin:18px 0;font-size:12.5px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-form-foot{text-align:center;color:var(--text-2);margin-top:32px;font-size:14px}.auth-form-foot a{color:var(--primary);transition:opacity .15s var(--ease);font-weight:500}.auth-form-foot a:hover{opacity:.7}.auth-banner{animation:bannerIn .35s var(--ease);border:1px solid;border-radius:12px;align-items:flex-start;gap:11px;margin-top:20px;padding:13px 14px;font-size:14px;line-height:1.5;display:flex;position:relative}.auth-banner.success{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}.auth-banner.error{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.auth-banner.warn{background:var(--warn-bg);border-color:var(--warn-border);color:var(--warn-text)}.auth-banner.info{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}.auth-banner-icon{flex:none;place-items:center;width:20px;height:20px;display:grid}.auth-banner-icon svg{width:18px;height:18px}.auth-banner-icon.success{color:var(--success-icon)}.auth-banner-icon.error{color:var(--error-icon)}.auth-banner-icon.warn{color:var(--warn-icon)}.auth-banner-icon.info{color:var(--info-icon)}.auth-banner-body{flex:1;min-width:0}.auth-banner-title{letter-spacing:-.005em;margin-bottom:2px;font-weight:600}.auth-banner-text{color:inherit;opacity:.85;font-size:13.5px}.auth-banner-text a{color:inherit;text-underline-offset:2px;font-weight:500;text-decoration:underline}@keyframes bannerIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (max-width:900px){.auth-shell{grid-template-rows:auto 1fr;grid-template-columns:1fr}.auth-brand{min-height:240px;padding:32px}.auth-brand-center{max-width:none}.auth-brand-headline{font-size:24px}.auth-brand-sub{margin-top:14px;font-size:14.5px}.auth-brand-foot{display:none}.auth-form-panel{padding:40px 24px}}}
