:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg-primary: #faf7ff;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-card-hover: #f4eefb;--sidebar-bg: rgba(255, 255, 255, .92);--accent-blue: #7c4dcf;--accent-blue-light: #9c6df0;--accent-green: #178c6f;--accent-yellow: #c77700;--accent-orange: #c96712;--accent-purple: #7c4dcf;--accent-red: #c64141;--accent-cyan: #1f9a99;--text-primary: #1b1733;--text-secondary: #5a5278;--text-muted: #9189aa;--border: #e6e0ee;--border-active: rgba(124, 77, 207, .36);--shadow: 0 12px 40px -16px rgba(124, 77, 207, .22), 0 2px 6px -2px rgba(124, 77, 207, .1);--radius: 14px;--transition: .18s ease;--table-header-bg: rgba(244, 238, 251, .95);--table-row-hover-bg: rgba(124, 77, 207, .06);--form-input-bg: rgba(251, 250, 255, .98);--button-subtle-bg: rgba(244, 238, 251, .95);--custom-card-bg: rgba(251, 250, 255, .96);--panel-gradient: linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(251, 250, 255, .96));background:var(--bg-primary);color:var(--text-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}button,input{font:inherit}button{cursor:pointer}.recharts-wrapper:focus,.recharts-wrapper:focus-visible,.recharts-surface:focus,.recharts-surface:focus-visible,.recharts-wrapper svg:focus,.recharts-wrapper svg:focus-visible{outline:none!important}
