*{box-sizing:border-box}html{height:100%;font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;height:100%;font-family:Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;display:flex;flex-direction:column}.loading-spinner{display:flex;justify-content:center;align-items:center;height:200px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.focus-visible{outline:2px solid #1976d2;outline-offset:2px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.full-width{width:100%}.full-height{height:100%}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.error-text{color:#d32f2f}.success-text{color:#2e7d32}.warning-text{color:#ed6c02}.MuiButton-root,.MuiTab-root{text-transform:none!important}@media (prefers-color-scheme: dark){::-webkit-scrollbar-track{background:#2c2c2c}::-webkit-scrollbar-thumb{background:#555}::-webkit-scrollbar-thumb:hover{background:#777}}@media (max-width: 600px){.hide-on-mobile{display:none!important}}@media (min-width: 601px){.hide-on-desktop{display:none!important}}@media print{.no-print{display:none!important}}
