:root{--color-bg: #1a1a1a;--color-text: #ffffff;--color-primary: #E94B3C;--font-family: "Inter", system-ui, -apple-system, sans-serif}body{margin:0;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-family);-webkit-font-smoothing:antialiased;overflow-x:hidden}*{box-sizing:border-box}button{background:none;border:none;font-family:inherit;cursor:pointer}textarea::-webkit-scrollbar{width:8px}textarea::-webkit-scrollbar-track{background:#ffffff0d}textarea::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}textarea::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
