@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text-dark);background-color:var(--color-background-default);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-link);text-decoration:inherit}a:hover{color:var(--color-link-hover)}html,body{height:100%;width:100%;margin:0;padding:0;box-sizing:border-box;overflow:hidden}#root{height:100%;width:100%;display:flex;flex-direction:column}*,*:before,*:after{box-sizing:inherit}body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:var(--color-background-default);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-primary: #D4A017;--color-secondary: #2c3e50;--color-background-default: #ffffff;--color-background-paper: #ffffff;--color-background-total: #f5f5f5;--color-background-sidebar: #1e1e1e;--color-background-header: #2c2c2c;--color-text-primary: #212121;--color-text-secondary: #757575;--color-text-light: rgba(255, 255, 255, .87);--color-text-dark: #000000;--color-text-muted: #9e9e9e;--color-success-main: #4caf50;--color-success-light: #81c784;--color-success-dark: #388e3c;--color-error-main: #f44336;--color-error-light: #ffcdd2;--color-error-lighter: #ffebee;--color-error-dark: #d32f2f;--color-warning-main: #ff9800;--color-warning-light: #ffb74d;--color-warning-dark: #f57c00;--color-info-main: #2196f3;--color-info-light: #64b5f6;--color-info-dark: #1976d2;--gradient-auth: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--color-border-light: #eee;--color-border-default: rgba(224, 224, 224, 1);--color-border-dark: rgba(0, 0, 0, .1);--shadow-small: 0 4px 12px rgba(0, 0, 0, .05);--shadow-medium: 0 8px 16px rgba(0, 0, 0, .1);--shadow-large: 0 12px 24px rgba(0, 0, 0, .15);--color-dark-background: #242424;--color-dark-background-alt: #1a1a1a;--color-dark-text: rgba(255, 255, 255, .87);--color-link: #646cff;--color-link-hover: #535bf2;--color-link-light: #747bff;--color-gray-50: #fafafa;--color-gray-100: #f5f5f5;--color-gray-200: #eeeeee;--color-gray-300: #e0e0e0;--color-gray-400: #bdbdbd;--color-gray-500: #9e9e9e;--color-gray-600: #757575;--color-gray-700: #616161;--color-gray-800: #424242;--color-gray-900: #212121}[data-theme=dark],.dark-theme{--color-background-default: var(--color-dark-background);--color-background-paper: var(--color-dark-background-alt);--color-text-primary: var(--color-dark-text);--color-text-secondary: rgba(255, 255, 255, .7);--color-border-light: rgba(255, 255, 255, .12);--color-border-default: rgba(255, 255, 255, .12)}
