html,body,#root{height:100%;width:100%;overflow-x:hidden}body{margin:0;font-family:Inter,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,button,input,select,textarea,.MuiButton-root,.MuiIconButton-root,.MuiSwitch-root,.MuiListItemButton-root,.MuiMenuItem-root,.MuiTab-root,.MuiChip-root,.MuiCard-root,.MuiPaper-root{transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=dark] ::-webkit-scrollbar-track{background:#1e293b}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-in{animation:slideInRight .3s ease-out}*:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}::selection{background-color:#3b82f6;color:#fff}
