@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";html,body{margin:0;padding:0}#root{height:100dvh}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}button{color:inherit}:root{--bg:#0c0f14;--bg-rgb:12 15 20;--card:#161b24;--input:#1c222d;--text:#eef2f7;--fg:238 242 247;--line:255 255 255;--grad-a:#1a2a22;--grad-b:#14181f;--accent:#26d07c;--accent-ink:#06140d}@keyframes scrIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:0;height:0}input[type=range]{appearance:none;background:rgb(var(--line) / .1);border-radius:999px;outline:none;width:100%;height:6px;margin:6px 0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;border:3px solid var(--bg);background:#26d07c;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 10px #26d07c73}input[type=range]::-moz-range-thumb{cursor:pointer;border:3px solid var(--bg);background:#26d07c;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 10px #26d07c73}input::placeholder,textarea::placeholder{color:rgb(var(--fg) / .28)}input,textarea{font-family:Manrope,sans-serif}body{background:var(--bg);color:var(--text);font-family:Manrope,sans-serif}.screen-enter{animation:.28s both scrIn}
