:root{--ink:#101828;--ink-2:#1e1e20;--muted:#667085;--blue:#007aff;--blue-hi:#32acff;--orange:#faa820;--green:#12b76a;--green-hi:#34d399;--surface:#f6f7f8;--surface-2:#f2f3f4;--line:#ecedee;--line-2:#d0d5dd;--error:#d92d20;--sans:"Inter", system-ui, sans-serif;--r-sm:10px;--r-md:12px;--r-lg:18px;--r-card:28px;--pad:clamp(20px, 5vw, 40px);--maxw:1180px;--color-background:var(--surface);--color-text:var(--ink)}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);font-family:var(--sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.6}body.page-trial,body.page-resume{line-height:normal}button,input{font-family:inherit}.btn{border-radius:var(--r-md);cursor:pointer;border:none;width:100%;height:50px;font-size:16px;font-weight:700;transition:opacity .15s,background .15s,box-shadow .15s}.btn-primary{background:linear-gradient(180deg, var(--blue-hi), var(--blue));color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(#6fc5ff,#2e96ff)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{background:var(--surface-2);color:var(--ink);border:1px solid var(--line-2)}.btn-secondary:hover:not(:disabled){background:var(--line)}.btn-secondary:disabled{opacity:.45;cursor:not-allowed}.btn-ghost{color:var(--muted);background:0 0;height:44px;font-weight:600}.btn-ghost:hover:not(:disabled){color:var(--ink)}.btn-ghost:disabled{opacity:.45;cursor:not-allowed}#app{min-height:100vh}
