:root{--project-color-primary:#0073aa;--project-color-secondary:#666666;--project-color-background:#ffffff;--project-color-foreground:#333333;--project-space-sm:clamp(1rem,2vw,1.5rem);--project-space-md:clamp(1.5rem,4vw,3rem);--project-space-lg:clamp(2.5rem,6vw,5rem);}*{box-sizing:border-box;}body{margin:0;color:var(--project-color-foreground);background-color:var(--project-color-background);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;}a{color:var(--project-color-primary);}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #005177;outline-offset:2px;}.u-skip-link{position:absolute;left:-9999px;top:auto;}.u-skip-link:focus{left:var(--project-space-sm);top:var(--project-space-sm);z-index:1000;background:#ffffff;padding:0.5rem 1rem;}.site-header,.site-footer{padding:var(--project-space-sm) var(--project-space-md);background:#f5f9fc;}.site-header__inner,.site-footer__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--project-space-sm);}.menu{display:flex;gap:1rem;list-style:none;margin:0;padding:0;}.site-main{max-width:1200px;margin:0 auto;padding:var(--project-space-md);}.hero{padding:var(--project-space-lg) var(--project-space-md);background:linear-gradient(135deg,#0073aa 0%,#005177 100%);color:#ffffff;border-radius:1rem;margin-bottom:var(--project-space-md);}.entry{border-bottom:1px solid #d7e3eb;padding:var(--project-space-sm) 0;}.entry__title{margin:0 0 0.5rem;}.entry__meta{color:#425a70;font-size:0.875rem;}.entry__content img,.entry__excerpt img{max-width:100%;height:auto;}.widget-title{margin-top:0;}@media (max-width:767px){.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start;}}
