: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}.skip-link{position:absolute;left:-9999px;top:0;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;left:0;top:0;width:auto;height:auto;padding:.6rem 1.25rem;background:#04245c;color:#fff;font-weight:700;font-size:.95rem;z-index:9999;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}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:#1478c7}#app{min-height:100vh;display:flex;flex-direction:column}#main-content{flex:1 0 auto}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:32px;height:32px;min-width:32px;border:2px solid #9FA1A3;border-radius:4px;cursor:pointer;position:relative;vertical-align:middle}input[type=checkbox]:checked{background:#1478c7;border-color:#1478c7}input[type=checkbox]:checked:after{content:"";position:absolute;left:9px;top:4px;width:10px;height:16px;border:3px solid #ffffff;border-top:none;border-left:none;transform:rotate(45deg)}input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:32px;height:32px;min-width:32px;border:2px solid #9FA1A3;border-radius:50%;cursor:pointer;position:relative;vertical-align:middle}input[type=radio]:checked{border-color:#1478c7}input[type=radio]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#1478c7;border-radius:50%}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:2px solid #1478C7;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}.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%}}
