html,body,#root{margin:0;padding:0;width:100%;min-height:100vh;background:#f5f5f5}#root{display:flex}.app-container{flex:1;display:flex;flex-direction:column}.app-content{flex:1;padding:20px;overflow-y:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff}::-webkit-scrollbar-thumb{background:#2FA44D;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1E6EF0}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;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}body{background-color:#fff}input,button,textarea,select{font-family:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}
