:root{--foreground-rgb:30,41,59;--background-rgb:248,250,252}body{color:rgb(var(--foreground-rgb));background-color:rgb(var(--background-rgb));font-family:Roboto,sans-serif}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .3s ease-in-out}::-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}table{width:100%;margin:20px 0;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;background-color:#fff;border:1px solid #e2e8f0}td,th{padding:14px 16px;border-bottom:1px solid #f1f5f9}th{background-color:#f8fafc;color:#334155;font-weight:600;font-size:.8125rem;letter-spacing:.03em;text-transform:uppercase;text-align:left;border-bottom:1px solid #e2e8f0}tr{transition:background-color .15s ease}tr:hover{background-color:#f8fafc}tr:last-child td{border-bottom:none}td{color:#334155;font-size:.875rem}@media screen and (max-width:600px){table{font-size:14px}td,th{padding:10px 12px}}.MuiOutlinedInput-root.Mui-focused{box-shadow:none!important}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px!important;transition:all .2s ease-in-out}