:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--color-primary: #0052cc;--color-surface: #ffffff;--color-sidebar: #ffffff;--color-background: #f8fafc;--color-dark-surface: #101622;--color-border: #e2e8f0;--color-text: #0f172a;--color-muted: #475569}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:inherit;background-color:var(--color-background);color:var(--color-text);transition:background-color .3s ease,color .3s ease}body[data-theme] .bg-background-light{background-color:var(--color-background)!important}body[data-theme] .dark .bg-background-dark{background-color:var(--color-dark-surface)!important}body[data-theme] .text-primary{color:var(--color-primary)!important}body[data-theme] .bg-primary{background-color:var(--color-primary)!important}body[data-theme] .bg-primary\/10{background-color:color-mix(in srgb,var(--color-primary) 10%,transparent)!important}body[data-theme] .bg-white{background-color:var(--color-surface)!important}body[data-theme] .text-gray-900{color:var(--color-text)!important}body[data-theme] .text-gray-500{color:var(--color-muted)!important}body[data-theme] .border-gray-200{border-color:var(--color-border)!important}body[data-theme] .dark .border-gray-800{border-color:color-mix(in srgb,var(--color-border) 40%,transparent)!important}
