body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}:root{--theme-primary: #3b82f6;--theme-primary-hover: #2563eb;--theme-primary-light: #dbeafe;--theme-secondary: #6b7280;--theme-secondary-hover: #4b5563;--theme-background: #ffffff;--theme-background-secondary: #f9fafb;--theme-accent: #14b8a6;--theme-accent-hover: #0d9488;--theme-success: #10b981;--theme-warning: #f59e0b;--theme-danger: #ef4444;--theme-info: #3b82f6;--theme-text-primary: #111827;--theme-text-secondary: #6b7280;--theme-text-tertiary: #9ca3af;--theme-border: #e5e7eb;--theme-border-hover: #d1d5db;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--mantine-primary-color-filled: var(--theme-primary);--mantine-primary-color-hover: var(--theme-primary-hover);--mantine-color-blue-filled: var(--theme-primary);--mantine-color-blue-hover: var(--theme-primary-hover);--mantine-color-blue-light: var(--theme-primary-light);--mantine-radius-default: var(--radius-md);--mantine-shadow-md: var(--shadow-md);--mantine-shadow-lg: var(--shadow-lg)}h1,h2,h3,h4,h5,h6{color:var(--theme-text-primary);font-weight:600;line-height:1.2}p{color:var(--theme-text-secondary);line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb{background:var(--theme-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--theme-secondary-hover)}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}
