:root{--primary-color: #1b3665;--secondary-color: #fef200;--primary-dark: #0f1f3d;--primary-light: #2d4a7a;--secondary-dark: #e6da00;--secondary-light: #fef64d;--text-primary: #fef200;--text-secondary: #fef64d;--text-light: #e6da00;--background: #1b3665;--surface: #2d4a7a;--border: #4a5f8a;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--accent: #ffffff;--card-bg: #2d4a7a;--input-bg: #4a5f8a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;line-height:1.6;color:var(--text-primary);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem;color:var(--secondary-color)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--secondary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-light)}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.25rem}img{max-width:100%;height:auto;display:block}input,textarea,select,button{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none}*:focus{outline:2px solid var(--secondary-color);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.875rem}}@media (min-width: 1024px){h1{font-size:4rem}h2{font-size:3rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.no-print{display:none!important}@page{margin:.5in}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
