:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html,body{height:100%;margin:0;padding:0;overflow-x:hidden}body{width:100%;min-height:100vh;background-color:#f5f7fa;color:#1d2129;transition:background-color .3s ease,color .3s ease}body.dark{background-color:#0a101f;color:#fff}a{color:#165dff;text-decoration:none;transition:color .3s ease}a:hover{color:#0e42d2}button{font-family:inherit;font-size:inherit;cursor:pointer}img,svg{max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}*:focus{outline:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh;overflow-x:hidden}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;margin-top:64px;transition:all .3s ease}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .5s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:slideInRight .5s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#165dff0d}::-webkit-scrollbar-thumb{background:#165dff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#165dff80}.dark ::-webkit-scrollbar-track{background:#ffffff0d}.dark ::-webkit-scrollbar-thumb{background:#fff3}.dark ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
