@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#111118;--surface2:#16161f;--border:#1e1e2e;--border2:#252535;--text:#e2e8f0;--text-dim:#6b6b80;--text-faint:#2e2e45;--purple:#a78bfa;--purple-dim:rgba(167,139,250,.1);--purple-border:rgba(167,139,250,.25);--green:#34d399;--green-dim:rgba(52,211,153,.1);--green-border:rgba(52,211,153,.25);--amber:#fbbf24;--amber-dim:rgba(251,191,36,.1);--red:#f87171;--red-dim:hsla(0,91%,71%,.1);--red-border:hsla(0,91%,71%,.25);--font:"JetBrains Mono","Fira Code",monospace;--ease-out:cubic-bezier(0.16,1,0.3,1)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:13px;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100dvh}a{color:inherit;text-decoration:none}::selection{background:var(--purple);color:var(--bg)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}.epoch-app{min-height:100dvh;display:flex;flex-direction:column}.epoch-main{flex:1 1;max-width:780px;width:100%;margin:0 auto;padding:0 1.25rem 4rem}