@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#102B50;--teal:#126E79;--lime:#EAC477;--paper:#F7F9FC;--muted:#586B82;--line:#DCE4EE}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #D8AE56;outline-offset:5px}.topline{background:var(--teal);color:#fff;padding:9px 5%;font-size:12px;letter-spacing:1.6px;display:flex;justify-content:space-between}.topline span{letter-spacing:.4px;color:#D0DEEE}header{display:flex;align-items:center;justify-content:space-between;padding:27px 5%;border-bottom:1px solid var(--line);gap:25px}.brand{display:flex;align-items:center;font-family:Manrope,sans-serif;font-size:28px;font-weight:800;letter-spacing:-1.5px;line-height:1.1}.brandlight{font-weight:400}.brand small{display:block;font-size:9px;letter-spacing:2px;margin-top:7px}.mark{background:var(--teal);color:white;border-radius:12px;font-size:27px;padding:12px 10px;margin-right:10px;letter-spacing:-3px}.mark span{color:var(--lime)}nav{display:flex;gap:29px;font-size:14px}nav a:hover{text-decoration:underline;text-underline-offset:7px}.navcta{border:1px solid var(--ink);padding:10px 19px;border-radius:5px;font-size:14px;font-weight:600}main{max-width:1400px;margin:auto}.hero{padding:65px 5% 58px;display:grid;grid-template-columns:1.12fr 1fr;gap:65px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--teal);margin:0 0 20px}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.18;letter-spacing:-1.6px}h1{font-size:clamp(40px,4.1vw,62px);margin:0 0 25px;font-weight:600}em{font-style:normal;color:var(--teal)}.intro{color:var(--muted);max-width:500px;font-size:18px;line-height:1.8}.primary{display:inline-flex;background:var(--teal);color:white;padding:14px 23px;gap:50px;border-radius:5px;margin-top:15px;font-weight:500}.primary:hover{background:#102B50}.smallnote{font-size:12px;color:var(--muted);margin-top:18px}.featured{display:block;background:#EDF3F9;border:1px solid #D8E3EF;padding:26px 30px;border-radius:9px}.featuretop{display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.4px;font-weight:700}.sheet{background:var(--teal);color:white;margin:24px 0 23px;padding:22px 25px;border-radius:3px;transform:rotate(-2deg);box-shadow:8px 8px 0 #B9CADF}.sheethead{font-size:10px;letter-spacing:1.6px;display:flex;justify-content:space-between;padding-bottom:16px;color:var(--lime)}.sheetrow{border-top:1px solid #47728F;padding:9px 0;display:flex;justify-content:space-between;font-size:16px}.sheetrow b{color:#AACCDD;font-weight:400}.sheetbottom{font-size:11px;margin-top:11px;color:#D4E1EE}.tag{font-size:10px;letter-spacing:1.5px;font-weight:700;color:var(--teal)}.featured h2{font-size:25px;letter-spacing:-.7px;margin:10px 0 18px}.featurebottom{display:flex;gap:20px;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.featurebottom b{background:white;color:var(--teal);border-radius:50%;padding:4px 12px;font-size:23px}.topicstrip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;padding:21px 5%;align-items:center}.topicstrip>span{font-size:10px;letter-spacing:1.7px;max-width:140px;line-height:1.6;color:var(--muted)}.topicstrip a{font-weight:600;font-family:Manrope}.guides{padding:65px 5%}.sectionheading{display:flex;justify-content:space-between;align-items:end;gap:30px}.sectionheading h2{font-size:31px;letter-spacing:-1.1px;margin:0}.sectionheading .eyebrow{margin-bottom:12px}.search{display:flex;align-items:center;gap:10px;border-bottom:1px solid #A7B8CC;padding:8px 0;min-width:230px}.search span{font-size:25px}.search input{border:0;outline-offset:5px;background:transparent;width:200px;font-size:14px;color:var(--ink)}.filters{display:flex;gap:9px;margin:30px 0;flex-wrap:wrap}.filters button{border:1px solid var(--line);border-radius:30px;background:transparent;font-size:13px;padding:7px 17px;cursor:pointer;color:var(--muted)}.filters button.active{background:var(--ink);color:white;border-color:var(--ink)}.articlegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:27px;border:1px solid var(--line);border-radius:6px;background:white;display:flex;flex-direction:column;min-height:275px;transition:transform .2s,border-color .2s}.card:hover{transform:translateY(-4px);border-color:var(--teal)}.cardmeta{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.cardmeta b{color:var(--teal);font-weight:600}.card h3{font-size:22px;letter-spacing:-.65px;margin:24px 0 10px}.card p{font-size:14px;color:var(--muted);line-height:1.65;margin:0 0 24px}.cardbottom{margin-top:auto;border-top:1px solid #E9EFF6;padding-top:15px;display:flex;justify-content:space-between;font-size:12px}.updates{background:var(--ink);color:#fff;margin:0 5%;padding:45px;display:grid;grid-template-columns:1fr 1.3fr;gap:70px;border-radius:8px}.updates .eyebrow{color:var(--lime)}.updates h2,.questions h2{font-size:36px;margin:0 0 15px}.updates p{color:#CDD8E7;font-size:15px;max-width:320px}.updates small{font-size:12px;color:#B9CDDF;display:block}.sourcelist a{display:flex;justify-content:space-between;align-items:center;padding:23px 0;border-bottom:1px solid #3C5676}.sourcelist a:last-child{border-bottom:0}.sourcelist b{font-size:19px;font-weight:500}.sourcelist small{margin-top:5px;font-size:13px}.sourcelist>a>span:last-child{color:var(--lime);font-size:28px}.questions{padding:75px 5%;display:grid;grid-template-columns:1fr 1.6fr;gap:80px}.questions p{color:var(--muted)}details{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-size:16px;font-weight:500}details p{font-size:15px}details a{color:var(--teal);text-decoration:underline}.about{text-align:center;border-top:1px solid var(--line);padding:60px 5%;background:#EDF2F8}.about h2{font-size:37px;margin:0 0 20px}.about p:last-child{max-width:610px;margin:auto;color:var(--muted)}footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 5%;font-size:12px;color:var(--muted)}footer p{max-width:450px}.footbrand{font-size:24px;color:var(--ink)}.articlebody{max-width:820px;padding:55px 25px 80px;margin:auto}.articlebody h1{font-size:46px}.articlebody h2{font-size:25px;margin-top:33px}.articlebody p,.articlebody li{color:#4B607A}.articlebody li{margin-bottom:10px}.articlebody a{text-decoration:underline;color:var(--teal)}.articlebody .back{display:inline-block;margin-bottom:30px;font-size:14px}.articlebody .note{background:#EDF3F9;padding:20px;border-left:3px solid var(--teal);font-size:14px}.articlebody .source{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;font-size:14px}@media(max-width:1000px){nav{gap:15px}.navcta{display:none}.hero{gap:30px}h1{font-size:45px}.articlegrid{grid-template-columns:repeat(2,1fr)}.sectionheading{align-items:start;flex-direction:column}.updates{gap:30px}.questions{gap:30px}}@media(max-width:640px){.topline{font-size:9px}.topline span{display:none}header{flex-wrap:wrap;padding:20px 5%;gap:22px}.brand{font-size:25px}nav{width:100%;justify-content:space-between;gap:8px;font-size:12px}.hero{grid-template-columns:1fr;padding-top:38px;gap:30px}h1{font-size:40px}.intro{font-size:16px}.featured{padding:23px}.topicstrip{overflow:auto;justify-content:start;gap:25px}.topicstrip>span{display:none}.topicstrip a{white-space:nowrap;font-size:14px}.guides{padding:40px 5%}.sectionheading h2{font-size:28px}.articlegrid{grid-template-columns:1fr}.card{min-height:230px}.updates{grid-template-columns:1fr;padding:30px;gap:8px}.updates h2,.questions h2{font-size:30px}.questions{grid-template-columns:1fr;padding:45px 5%;gap:10px}.about h2{font-size:29px}footer{flex-wrap:wrap;gap:10px}footer p{margin:8px 0}.articlebody h1{font-size:36px}.articlebody{padding-top:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}

.contactlinks{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.contactlinks .primary{font-size:14px;margin-top:0;gap:12px}.contactsecondary{font-size:14px;border:1px solid var(--teal);border-radius:5px;padding:11px 18px;color:var(--teal)}.contactdetail{font-size:14px;overflow-wrap:anywhere;max-width:100%}.contactlinks small{font-size:12px;color:var(--muted);max-width:340px}.footercontact{display:flex;flex-direction:column;gap:4px;overflow-wrap:anywhere}.questions>div{min-width:0}

/* Navy editorial identity */
.topline{background:#0A1D36}.hero{background:#102B50;color:#F7FAFF}.hero .eyebrow{color:#EAC477}.hero h1 em{color:#6CD4D3}.hero .intro{color:#CDDBEB}.hero .smallnote{color:#B7C9DE}.hero .primary{background:#EAC477;color:#102B50;font-weight:700}.hero .primary:hover{background:#F2D496}.featured{background:#193858;border-color:#3D5675;color:#F7FAFF;box-shadow:0 16px 40px #06142626}.featured .featuretop{color:#CBDBEB}.featured .sheet{background:#F2F6FC;color:#102B50;box-shadow:8px 8px 0 #2E5775}.featured .sheethead{color:#126E79}.featured .sheetrow{border-color:#CBD9E7}.featured .sheetrow b{color:#487087}.featured .sheetbottom{color:#536C84}.featured .tag{color:#6CD4D3}.featured .featurebottom{color:#C8D8E9}.featured .featurebottom b{background:#EAC477;color:#102B50}.updates{background:#102B50}.brand{letter-spacing:-1px}.brand .brandlight{color:#126E79}.brand small{font-size:10px;color:#687B92;letter-spacing:1.7px}.brand-logo{width:58px;height:58px;object-fit:contain;flex-shrink:0;margin-right:10px}.brand-word{font-size:25px;line-height:1.1}.brand-online{font-size:12px;letter-spacing:2px;display:block;font-weight:600;color:#687B92;margin-top:5px}.footbrand .brand-logo{width:45px;height:45px}.footbrand .brand-word{font-size:21px}@media(max-width:640px){.brand-logo{width:50px;height:50px}.brand-word{font-size:24px}.hero{padding-bottom:38px}.brand-online{font-size:11px}}
