/* Ketarunaan: scoped light/dark and mobile layout. */
html[data-site-theme] .cadet-simple-hero { padding:clamp(30px,5vw,56px) 0; min-height:0; background:#0757a5; color:#fff; }
html[data-site-theme="dark"] .cadet-simple-hero { background:#0e3559; }
html[data-site-theme] .cadet-simple-hero::before,html[data-site-theme] .cadet-simple-hero::after { display:none; }
html[data-site-theme] .cadet-simple-hero h1 { margin:0 0 12px; color:#fff; font-size:clamp(30px,3.5vw,44px); line-height:1.2; letter-spacing:-.025em; }
html[data-site-theme] .cadet-simple-hero p { margin:0; max-width:660px; color:#e0efff; font-size:15px; line-height:1.8; }
html[data-site-theme] .cadet-list-section { padding:32px 0 64px; background:var(--theme-bg); }
html[data-site-theme] .cadet-list-section::before,html[data-site-theme] .cadet-list-section::after { display:none; }
html[data-site-theme] .cadet-category-filter { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 32px; padding:0; background:transparent; border:0; border-radius:0; box-shadow:none; }
html[data-site-theme] .cadet-category-filter a { display:flex; justify-content:center; align-items:center; min-height:44px; padding:10px 16px; border:1px solid var(--theme-line); border-radius:7px; background:var(--theme-panel); color:var(--theme-text); font-size:13px; line-height:1.4; font-weight:600; text-align:center; box-shadow:none; }
html[data-site-theme] .cadet-category-filter a.is-active { background:#0967c2; color:#fff; border-color:#0967c2; }
html[data-site-theme] .cadet-category-filter a:hover { border-color:#0967c2; transform:none; }
html[data-site-theme] .cadet-list-section a:focus-visible { outline:3px solid #409ce9; outline-offset:3px; }
html[data-site-theme] .cadet-results-head { display:flex; align-items:baseline; justify-content:space-between; flex-wrap:wrap; gap:10px; margin-bottom:24px; }
html[data-site-theme] .cadet-results-head h2 { margin:0; color:var(--theme-heading); font-size:clamp(23px,2.5vw,30px); line-height:1.3; }
html[data-site-theme] .cadet-results-head p { margin:0; color:var(--theme-muted); font-size:13px; }
html[data-site-theme] .cadet-news-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
html[data-site-theme] .cadet-news-card { display:flex; flex-direction:column; min-width:0; padding:0; margin:0; gap:0; border:1px solid var(--theme-line); border-radius:12px; background:var(--theme-panel); box-shadow:none; overflow:hidden; }
html[data-site-theme] .cadet-news-card::before,html[data-site-theme] .cadet-news-card::after { display:none; }
html[data-site-theme] .cadet-news-media { position:relative; min-width:0; min-height:0; width:100%; aspect-ratio:1366 / 768; padding:0; background:#fff; border-radius:0; }
html[data-site-theme] .cadet-news-media img { display:block; position:static; width:100%; height:100%; min-height:0; max-height:none; object-fit:contain; border-radius:0; transform:none; }
html[data-site-theme] .cadet-image-placeholder { display:grid; place-items:center; width:100%; height:100%; background:var(--theme-bg); color:var(--theme-heading); font-size:26px; font-weight:800; letter-spacing:.08em; }
html[data-site-theme] .cadet-news-body { display:block; padding:26px; background:var(--theme-panel); min-width:0; }
html[data-site-theme] .cadet-category-label { display:inline-block; margin-bottom:12px; font-size:12px; font-weight:700; color:var(--theme-muted); }
html[data-site-theme] .cadet-news-body h2 { margin:0 0 12px; color:var(--theme-heading); font-size:22px; line-height:1.4; letter-spacing:-.015em; }
html[data-site-theme] .cadet-news-body time { display:block; margin:0 0 18px; color:var(--theme-muted); font-size:13px; }
html[data-site-theme] .cadet-news-body p { margin:0; color:var(--theme-text); font-size:15px; line-height:1.85; overflow-wrap:break-word; }
html[data-site-theme] .cadet-empty-card { grid-column:1 / -1; padding:40px 24px; text-align:center; background:var(--theme-panel); border:1px solid var(--theme-line); border-radius:12px; box-shadow:none; }
html[data-site-theme] .cadet-empty-card h2 { color:var(--theme-heading); font-size:23px; margin:0 0 12px; }
html[data-site-theme] .cadet-empty-card p { color:var(--theme-muted); font-size:15px; margin:0; }
@media(max-width:700px) {
  html[data-site-theme] .cadet-news-list { grid-template-columns:minmax(0,1fr); }
  html[data-site-theme] .cadet-category-filter { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  html[data-site-theme] .cadet-category-filter a { padding:10px 8px; white-space:normal; }
  html[data-site-theme] .cadet-news-body { padding:22px; }
  html[data-site-theme] .cadet-list-section { padding-block:24px 40px; }
}
