*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:rgba(255,255,255,.87);background:linear-gradient(135deg,#0a0a0f,#1a1a2e 50%,#16213e);background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root,.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 1;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}::-webkit-scrollbar-thumb{background:rgba(102,126,234,.5);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:rgba(102,126,234,.7)}::selection{background:rgba(102,126,234,.3);color:white}:focus-visible{outline:2px solid rgba(102,126,234,.5);outline-offset:2px}