@import"https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-primary: #166534;--color-primary-foreground: #FFFFFF;--color-secondary: #15803d;--color-secondary-foreground: #FFFFFF;--color-accent: #ca8a04;--color-accent-foreground: #1A1A1A;--color-background: #f7fee7;--color-foreground: #1A1A1A;--color-card: #FFFFFF;--color-card-foreground: #1A1A1A;--color-popover: #FFFFFF;--color-popover-foreground: #1A1A1A;--color-muted: #ecfccb;--color-muted-foreground: #4d7c0f;--color-border: rgba(22, 101, 52, .15);--color-input: #d9f99d;--color-ring: #166534;--color-success: #15803d;--color-success-foreground: #FFFFFF;--color-warning: #eab308;--color-warning-foreground: #1A1A1A;--color-error: #dc2626;--color-error-foreground: #FFFFFF;--color-destructive: #dc2626;--color-destructive-foreground: #FFFFFF;--radius: .75rem;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1.125rem;--radius-xl: 1.5rem}.dark{--color-primary: #22c55e;--color-primary-foreground: #052e16;--color-secondary: #16a34a;--color-secondary-foreground: #052e16;--color-accent: #fbbf24;--color-accent-foreground: #422006;--color-background: #0f1419;--color-foreground: #EBEBEB;--color-card: #1a2e1a;--color-card-foreground: #EBEBEB;--color-popover: #1f3a1f;--color-popover-foreground: #EBEBEB;--color-muted: #1f2937;--color-muted-foreground: #86efac;--color-border: rgba(34, 197, 94, .2);--color-input: #1f3a1f;--color-ring: #22c55e;--color-success: #16a34a;--color-success-foreground: #FFFFFF;--color-warning: #fbbf24;--color-warning-foreground: #422006;--color-error: #dc2626;--color-error-foreground: #FFFFFF;--color-destructive: #dc2626;--color-destructive-foreground: #FFFFFF}*{@apply border-border;}body{@apply bg-background text-foreground;font-family:"Source Sans 3",sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Crimson Text,serif}h1{font-size:2.25rem;line-height:1.2}h2{font-size:1.875rem;line-height:1.25}h3{font-size:1.5rem;line-height:1.3}h4{font-size:1.25rem;line-height:1.4}h5{font-size:1.125rem;line-height:1.5}.caption{font-family:IBM Plex Sans,sans-serif;font-size:.875rem;line-height:1.4;letter-spacing:.025em}.data-text{font-family:JetBrains Mono,monospace;font-feature-settings:"tnum" on,"lnum" on}@media (max-width: 768px){body{font-size:15px}}}@layer components{.sidebar{@apply fixed top-0 left-0 h-full bg-card border-r border-border transition-all duration-250 ease-out z-[100];width:280px;box-shadow:0 2px 4px #1e3a5f1f}.sidebar.collapsed{width:80px}.sidebar-header{@apply flex items-center gap-3 p-6 border-b border-border;height:80px}.sidebar-logo{@apply flex items-center justify-center rounded-xl transition-all duration-250 ease-out;width:48px;height:48px;background:#1e3a5f1a}.sidebar.collapsed .sidebar-logo{width:40px;height:40px}.sidebar-logo-text{@apply text-xl font-semibold text-primary transition-opacity duration-250 ease-out;font-family:Crimson Text,serif}.sidebar.collapsed .sidebar-logo-text{@apply opacity-0 w-0 overflow-hidden;}.sidebar-nav{@apply flex flex-col gap-2 p-4;}.sidebar-nav-item{@apply flex items-center gap-3 px-4 py-3 rounded-lg text-foreground transition-all duration-250 ease-out cursor-pointer;min-height:48px}.sidebar-nav-item:hover{@apply bg-muted;transform:translateY(-3px);box-shadow:0 3px 6px #1e3a5f1f}.sidebar-nav-item:active{transform:scale(.96)}.sidebar-nav-item.active{@apply bg-primary text-primary-foreground;box-shadow:0 3px 6px #1e3a5f2e}.sidebar-nav-item-icon{@apply flex-shrink-0;}.sidebar-nav-item-text{@apply transition-opacity duration-250 ease-out;}.sidebar.collapsed .sidebar-nav-item-text{@apply opacity-0 w-0 overflow-hidden;}.sidebar-footer{@apply mt-auto p-4 border-t border-border;}.mobile-menu-button{@apply fixed top-4 left-4 z-50 lg:hidden bg-card p-3 rounded-lg shadow-md;}.main-content{@apply transition-all duration-250 ease-out;margin-left:280px}.main-content.sidebar-collapsed{margin-left:80px}@media (max-width: 1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content,.main-content.sidebar-collapsed{margin-left:0}}.card{@apply bg-card rounded-xl border border-border p-8;box-shadow:0 3px 6px #1e3a5f1f}html{scroll-behavior:smooth;scroll-padding-top:80px}*:focus-visible{@apply outline-none ring-[3px] ring-ring ring-offset-2;}.overflow-card{@apply overflow-hidden;}.overflow-content{@apply overflow-auto;}.z-base{z-index:0}.z-card{z-index:1}.z-dropdown{z-index:50}.z-nav{z-index:100}.z-modal{z-index:200}.z-toast{z-index:300}}@layer utilities{.transition-smooth{transition:all .25s ease-out}.hover-lift:hover{transform:translateY(-3px)}.active-press:active{transform:scale(.96)}.shadow-institutional-sm{box-shadow:0 2px 4px #1e3a5f1f}.shadow-institutional{box-shadow:0 3px 6px #1e3a5f1f}.shadow-institutional-md{box-shadow:0 6px 12px #1e3a5f26}.shadow-institutional-lg{box-shadow:0 12px 24px #1e3a5f2e}.shadow-institutional-xl{box-shadow:0 24px 48px #1e3a5f3d}.dark .shadow-institutional-sm,.dark .shadow-institutional,.dark .shadow-institutional-md,.dark .shadow-institutional-lg,.dark .shadow-institutional-xl{box-shadow:0 0 0 1px #ffffff0d}.space-institutional{padding:2rem}@media (max-width: 768px){.space-institutional{padding:1.4rem}}.text-measure{max-width:70ch}}
