*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { min-height: 100vh; margin: 0; color: var(--text); background: radial-gradient(circle at 85% 5%, rgba(199,255,74,.10), transparent 24rem), radial-gradient(circle at 5% 90%, rgba(101,191,255,.07), transparent 28rem), var(--bg); font-family: var(--font); line-height: 1.55; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
table { border-collapse: collapse; width: 100%; }
[hidden] { display: none !important; }
::selection { color: var(--lime-ink); background: var(--lime); }
