@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-primary: #2563eb;--brand-primary-text: #ffffff;--brand-secondary: #0ea5e9;--brand-secondary-text: #000000;--brand-accent: #0ea5e9;--brand-font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}.brand-btn-primary{background-color:var(--brand-primary);color:var(--brand-primary-text)}.brand-btn-primary:hover{filter:brightness(.92)}.brand-btn-secondary{background-color:var(--brand-secondary);color:var(--brand-secondary-text)}.brand-btn-secondary:hover{filter:brightness(.92)}.brand-link{color:var(--brand-primary)}.brand-link:hover{text-decoration:underline}.brand-progress{background-color:var(--brand-primary)}.brand-highlight{border-left:3px solid var(--brand-primary)}@keyframes slide-in-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in-right{animation:slide-in-right .3s ease-out}body{font-family:var(--brand-font);margin:0;padding:0;transition:background-color .3s ease,color .3s ease}html{overflow-y:scroll;scrollbar-gutter:stable}body{overflow-y:scroll}.dark body{background-color:#111827;color:#f9fafb}.dark .bg-white{background-color:#0f172a}.dark .bg-slate-50{background-color:#0b1220}.dark .bg-slate-100{background-color:#111827}.dark .border-slate-100{border-color:#1f2937}.dark .border-slate-200{border-color:#334155}.dark .text-slate-900{color:#f8fafc}.dark .text-slate-800{color:#f1f5f9}.dark .text-slate-700{color:#e2e8f0}.dark .text-slate-600,.dark .text-slate-500{color:#cbd5e1}.dark .text-slate-400{color:#94a3b8}.dark .text-gray-900{color:#f8fafc}.dark .text-gray-800{color:#f1f5f9}.dark .text-gray-700{color:#e2e8f0}.dark .text-gray-600{color:#cbd5e1}.dark .text-gray-500{color:#94a3b8}body{background-color:#fff;color:#1f2937}body.dark-mode{background-color:#111827;color:#f9fafb}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease}html{scroll-behavior:smooth}:root{--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif}.type-h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.type-h2{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}.type-h3{font-size:1.125rem;font-weight:600;line-height:1.4}.type-body{font-size:.9375rem;line-height:1.6}.type-caption{font-size:.8125rem;color:#6b7280;line-height:1.5}.type-kpi{font-size:3rem;font-weight:700;letter-spacing:-.03em;line-height:1}.type-kpi-sm{font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1}.exec-h1{font-family:var(--font-serif);font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}.exec-h2{font-family:var(--font-serif);font-size:1.375rem;font-weight:600;letter-spacing:-.005em;line-height:1.3}.exec-subtitle{font-family:var(--font-sans);font-size:.875rem;font-weight:400;color:#6b7280;letter-spacing:.01em}
