:root{--c-blue:#2f5bf0;--c-blue-deep:#2240c4;--c-teal:#34d1b6;--c-green:#1ea84c;--c-heading:#20407e;--c-text:#2a3650;--c-muted:#7c8aa3;--c-border:#d8dff0;--c-field-bg:#fff;--c-field-empty:#eef1f8;--grad-splash:linear-gradient(150deg,#3a73ff,#2b54e6 55%,#2240c4);--grad-button:linear-gradient(90deg,#4a63e7,#41b8d6 60%,#38d6a0);--grad-heading:linear-gradient(90deg,#5ed3c0,#2f7ef0);--grad-screen:linear-gradient(180deg,#fff,#eaf1fb);--radius-pill:32px;--radius-field:16px;--shadow-button:0 12px 24px rgba(47,91,240,.25)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}#__nuxt,body,html{height:100%;margin:0}body{font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;color:var(--c-text);background:var(--grad-screen);-webkit-font-smoothing:antialiased}.screen{min-height:100dvh;display:flex;flex-direction:column;padding:calc(env(safe-area-inset-top) + 28px) 24px calc(env(safe-area-inset-bottom) + 28px)}.screen-top{text-align:center;color:var(--c-heading);font-weight:600;font-size:15px}.screen-body{flex:1;display:flex;flex-direction:column;justify-content:center}.screen-footer{margin-top:auto}.h1{font-size:40px;line-height:1.1;margin:0 0 16px;background:var(--grad-heading);-webkit-background-clip:text;background-clip:text;color:transparent}.h1,.h2{font-weight:800}.h2{font-size:26px;color:var(--c-heading);text-align:center;margin:0 0 10px}.subtitle{color:var(--c-muted);font-size:15px;line-height:1.5;margin:0}.subtitle--center{text-align:center}.field{width:100%;height:60px;padding:0 24px;font-size:16px;color:var(--c-text);background:var(--c-field-bg);border:1px solid var(--c-border);border-radius:var(--radius-pill);outline:none;transition:border-color .15s,box-shadow .15s}.field::-moz-placeholder{color:#aab4c8}.field::placeholder{color:#aab4c8}.field:focus{border-color:var(--c-blue);box-shadow:0 0 0 4px #2f5bf01a}.divider{display:flex;align-items:center;gap:14px;color:var(--c-muted);font-size:14px;margin:22px 0}.divider:after,.divider:before{content:"";flex:1;height:1px;background:var(--c-border)}.error-text{color:#e0395e;font-size:14px;margin:12px 2px 0}
