:root{--bp-mobile: 768px;--bp-tablet: 1024px;--bp-desktop: 1280px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--sidebar-width: 260px;--sidebar-collapsed-width: 72px;--header-height: 64px;--color-primary: #1565c0;--color-primary-light: #1e88e5;--color-primary-dark: #0d47a1;--color-secondary: #f9a825;--color-bg: #f5f5f5;--color-surface: #ffffff;--color-border: #e0e0e0;--color-text: #212121;--color-text-secondary: #616161;--transition-fast: .15s ease;--transition-normal: .25s ease;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Inter,Roboto,Helvetica,Arial,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.5;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}.fc .fc-icon{font-family:fcicons!important}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9e9e9e}@media(max-width:768px){.MuiIconButton-root{min-width:44px;min-height:44px}.MuiButton-root{min-height:44px}.MuiStack-root{flex-wrap:wrap}.MuiTableContainer-root{overflow-x:auto}.MuiToolbar-root{padding-left:8px;padding-right:8px}.MuiTableCell-root{padding:8px 6px;font-size:.8125rem}}@media(min-width:769px)and (max-width:1024px){.MuiTableCell-root{padding:10px 8px}}@supports (padding-bottom: env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}
