@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Merriweather:wght@300;400;700;900&display=swap";:root{--color-primary: #003366;--color-secondary: #b30000;--color-accent: #f4f6f8;--color-text-main: #111111;--color-text-muted: #555555;--color-background: #ffffff;--color-border: #e0e0e0;--color-black: #000000;--color-white: #ffffff;--font-serif: "Merriweather", "Georgia", serif;--font-sans: "Inter", "Roboto", system-ui, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 3rem;--space-2xl: 5rem;--max-width: 1200px;--header-height: 70px;--sidebar-width: 300px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-card: 0 2px 8px rgba(0,0,0,.04);--radius-sm: 4px}body{margin:0;font-family:var(--font-sans);color:var(--color-text-main);background:var(--color-accent);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;margin-top:0;margin-bottom:var(--space-md);color:var(--color-black)}p{margin-bottom:var(--space-md)}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary)}img{max-width:100%;display:block}button{font-family:var(--font-sans);cursor:pointer}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-md{gap:var(--space-md)}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-lg{gap:var(--space-lg)}.text-center{text-align:center}.text-right{text-align:right}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.hidden-mobile{display:block}@media(max-width:768px){.hidden-mobile{display:none}.grid-cols-3{grid-template-columns:1fr}}
