:root{
  --bg:#0e1117;
  --shell:#111722;
  --surface:#f8f4ec;
  --surface-2:#fffaf1;
  --surface-3:#efe7da;
  --ink:#17202a;
  --ink-2:#2f3b4a;
  --muted:#667085;
  --faint:#9aa4b2;
  --line:#e4d7c5;
  --line-dark:rgba(255,255,255,.12);
  --teal:#0f766e;
  --teal-2:#14b8a6;
  --orange:#e46f2b;
  --orange-2:#ff9b40;
  --green:#16803a;
  --blue:#2563eb;
  --purple:#7c3aed;
  --red:#b42318;
  --amber:#a16207;
  --teal-soft:rgba(15,118,110,.12);
  --orange-soft:rgba(228,111,43,.14);
  --green-soft:rgba(22,128,58,.12);
  --blue-soft:rgba(37,99,235,.11);
  --purple-soft:rgba(124,58,237,.11);
  --amber-soft:rgba(161,98,7,.14);
  --red-soft:rgba(180,35,24,.11);
  --shadow:0 22px 58px rgba(18,24,33,.14);
  --shadow-strong:0 30px 90px rgba(18,24,33,.26);
  --radius:22px;
  --radius-lg:32px;
  --left-w:292px;
  --right-w:372px;
  --top-h:76px;
  --gap:14px;
  --font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --display:Manrope,Inter,sans-serif;
}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;font-family:var(--font);color:var(--ink);background:
  radial-gradient(900px 460px at 7% 0%,rgba(20,184,166,.24),transparent 62%),
  radial-gradient(820px 440px at 94% 8%,rgba(228,111,43,.24),transparent 58%),
  linear-gradient(135deg,#0e1117,#151b25 48%,#101820);overflow:hidden}
body{min-width:1180px}
button,input,select,textarea{font:inherit}
button{border:0;cursor:pointer}
a{text-decoration:none;color:inherit}
