:root{--bg: #0C0F13;--bg2: #11151C;--bg3: #171D27;--border: #1E2837;--border2: #283445;--text: #C4CDD8;--text2: #8494A7;--text3: #576779;--white: #EEF1F5;--accent: #C67A2E;--accent2: #D4943E;--red: #B8483B;--blue: #3A7CA5;--green: #4A8B5C;--font-serif: "Newsreader", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-serif);font-size:1rem;line-height:1.85;color:var(--text);background-color:var(--bg);min-height:100vh}::selection{background:#c67a2e4d}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent2)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--white);font-weight:600;line-height:1.3}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}input,textarea{font-family:var(--font-serif)}#root{display:flex;flex-direction:column;min-height:100vh}.label{font-family:var(--font-sans);font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:1.8px;color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}
