*{margin:0;padding:0;box-sizing:border-box}:root{--bg-dark: #0f172a;--bg-card: #1e293b;--bg-hover: #334155;--text-primary: #ffffff;--text-secondary: #94a3b8;--border-color: #475569;--accent-green: #00a67d}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-dark);color:var(--text-primary);overflow:hidden}#root{width:100%;height:100vh;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}input{font-family:inherit}input:focus{outline:none}button{font-family:inherit;cursor:pointer;transition:opacity .2s,transform .1s}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed}
