:root{--orange: #FF6A00;--orange-light: #FF8C3A;--orange-dark: #CC5200;--black: #0A0A0A;--black-soft: #111111;--surface: #1A1A1A;--surface-light: #222222;--border: #2A2A2A;--gray: #6B6B6B;--gray-light: #999999;--white: #FFFFFF;--green: #4ADE80;--red: #EF4444;--yellow: #FBBF24;--blue: #60A5FA}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Aptos,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--orange);text-decoration:none}a:hover{color:var(--orange-light)}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,select{font-family:inherit;outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray)}
