:root{--navy: #04245C;--navy-hover: #031a45;--header-bg: #2E456B;--header-hover: rgba(255,255,255,.15);--orange: #E8920A;--orange-hover: #d07d05;--accent: #5B8CC4;--error: #CF093F;--error-bg: #FEECF1;--success: #118847;--success-bg: #E7F3ED;--caution: #FABA24;--caution-bg: #FEF1D3;--gray-50: #F5F6F8;--gray-100: #E8E9EB;--gray-200: #CFD0D1;--gray-400: #9FA1A3;--gray-500: #707376;--gray-900: #10151B;--font-heading: "Arial", sans-serif;--font-body: "Arial", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:#fff;color:var(--gray-900);font-size:16px;line-height:1.5}h1,h2,h3,h4{font-family:var(--font-heading)}a{color:var(--navy)}.site-header{background:var(--header-bg);height:60px;display:flex;align-items:center;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:#fff;text-decoration:none}.logo-img{width:32px;height:32px;object-fit:contain}.nav-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}.header-nav{display:flex;gap:1.5rem;align-items:center}.header-nav a{color:#ffffffd9;text-decoration:none;font-size:.95rem;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .15s}.header-nav a:hover{color:#fff}.header-nav a.active,.header-nav a.router-link-exact-active{color:#fff;border-bottom-color:#fff}.site-footer{background:var(--header-bg);padding:1.25rem 2rem;text-align:left;font-size:.85rem;color:#fffc}@media (max-width: 600px){.site-header{height:auto}.header-inner{flex-wrap:wrap;padding:.75rem 1.5rem;gap:0}.nav-toggle{display:flex}.header-nav{display:none;width:100%;flex-direction:column;gap:0;padding:.5rem 0;align-items:flex-start}.header-nav.open{display:flex}.header-nav a{padding:.6rem 0;font-size:1rem;border-bottom:none;border-top:1px solid rgba(255,255,255,.1);width:100%}}
