:root{
  --bg:#ffffff;
  --panel:#ffffff;
  --panel-soft:#f7f9fc;
  --line:#cfd4dc;
  --line-soft:#e5e7eb;
  --text:#111111;
  --muted:#111111;
  --accent:#326da8;
  --accent-soft:#eaf3fb;
  --shadow:0 4px 16px rgba(0,0,0,.06);
  --nxs-content:1120px;
  --nxs-reading:860px;
  --nxs-radius:14px;
  --nxs-body-size:16.5px;
  --nxs-body-line:1.78;
  --nxs-footer-project:15px;
  --nxs-footer-description:13.5px;
  --nxs-footer-text:14px;
  --nxs-footer-ai:13.5px;
  --nxs-footer-link:13.5px;
  --nxs-home-section-gap:12px;
}

*{box-sizing:border-box}
html{font-size:18px;scroll-behavior:smooth;scrollbar-gutter:stable}
body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:"Pretendard Variable",Pretendard,"Noto Sans KR","Apple SD Gothic Neo",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:var(--nxs-body-size);line-height:var(--nxs-body-line);letter-spacing:-.015em;word-break:keep-all}
a{color:inherit}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%}
.skip-link{position:fixed;left:16px;top:-70px;z-index:100;padding:10px 14px;border-radius:10px;background:#111;color:#fff;font-weight:800;text-decoration:none}.skip-link:focus{top:16px}.container{width:min(var(--nxs-content),calc(100% - 32px));margin:0 auto}

/* Tier is logic/order only. Category owns the visible group heading. */
.portal-tier-head{display:none!important}.portal-tier{gap:0!important}

/* Single-project category headings remain accessible; the image card owns the visible label. */
.category-card:has(>.items-grid.one-item):not(.category-research){position:relative!important;overflow:visible!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.category-card:has(>.items-grid.one-item):not(.category-research)::before{display:none!important}
.category-card:has(>.items-grid.one-item):not(.category-research)>.category-head{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip-path:inset(50%);white-space:nowrap}

/* Canonical NEXUS topbar: shared by main and all dedicated Gates. */
.topbar{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:10px;text-align:left}
.portal-brand{flex:0 0 auto;color:var(--text);font-size:14px;font-weight:850;letter-spacing:.07em;white-space:nowrap}
.portal-mark{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;min-height:36px;gap:8px;color:#111}
.portal-mark .dot{display:none}
.portal-mark>span:not(.dot){display:flex;align-items:center;min-height:36px;color:#111;font-size:14px;font-weight:820;line-height:1;letter-spacing:.005em;white-space:nowrap;font-variant-numeric:tabular-nums}
.portal-runtime{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;margin-left:auto}
.access-count{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;height:36px;min-height:36px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--text);font-size:14px;font-weight:820;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}
.access-count::before{display:none;content:none}
.access-count[hidden]{display:none!important}
@media(max-width:760px){.topbar{align-items:center;gap:8px}.portal-brand{font-size:12.5px}.portal-mark{min-height:32px}.portal-mark>span:not(.dot){min-height:32px;font-size:13px;line-height:1.35;white-space:normal}.access-count{height:32px;min-height:32px;padding:0 8px;font-size:13px}}
@media(max-width:430px){.topbar{gap:6px;flex-wrap:nowrap}.portal-brand{font-size:12px}.portal-mark>span:not(.dot){font-size:12.5px}.access-count{font-size:12.5px;padding:0 7px}}

.back-link,.nexus-link,.back{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin:0 0 12px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);font-size:14px;font-weight:800;line-height:1;letter-spacing:.025em;text-decoration:none}.back-link:hover,.nexus-link:hover,.back:hover{background:var(--panel-soft);border-color:#aeb8c5}.back-link:focus-visible,.nexus-link:focus-visible,.back:focus-visible{outline:2px solid rgba(50,109,168,.35);outline-offset:3px}
.hero{padding:18px 0}.hero-card{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);padding:30px 32px}.eyebrow{margin:0 0 9px;color:var(--accent);font-size:13.5px;font-weight:800;letter-spacing:.14em;line-height:1.5}h1{margin:0;color:var(--text);font-size:clamp(2.15rem,4.6vw,3.7rem);line-height:1.08;letter-spacing:-.045em}h1 span{display:block;margin-top:8px;color:#111111;font-size:clamp(1.18rem,1.9vw,1.55rem);font-weight:650;letter-spacing:-.02em;line-height:1.45}.description{margin:0;color:#111111;font-size:16.5px;line-height:1.78}
.footer,.reader-site-footer,.research-footer{padding:0 0 36px;background:#fff;color:var(--text)}.footer-card,.research-footer-grid{display:block;width:min(var(--nxs-content),100%);margin:0 auto;padding:20px 10px;border-top:1px solid var(--line);background:#fff;text-align:center}.footer-card>strong,.research-footer-brand strong{display:block;color:var(--text);font-size:var(--nxs-footer-project);font-weight:700;line-height:1.5}.footer-card>p,.research-footer-brand span{margin:5px 0 0;color:#111111;font-size:var(--nxs-footer-description);line-height:1.72}.footer-meta,.research-footer-meta{display:flex;flex-direction:column;align-items:center;width:100%;margin:14px 0 0;padding:14px 0 0;border-top:1px solid var(--line-soft);text-align:center}.footer-meta p,.research-footer-meta p{margin:0 auto;color:#111111;font-size:var(--nxs-footer-text);line-height:1.75;text-align:center}.footer-meta .news-registration,.research-footer-meta .news-registration{color:var(--text);font-weight:700}.footer-meta .business-meta,.research-footer-meta .business-meta{color:var(--text);font-weight:700}.footer-meta .business-meta strong,.research-footer-meta .business-meta strong{font-weight:700}.footer-meta .copyright,.research-footer-meta .copyright{color:#111111}.footer-meta .ai-disclosure,.research-footer-meta .ai-disclosure{max-width:920px;margin-top:7px;font-size:var(--nxs-footer-ai);line-height:1.75}.footer-card a,.research-footer a{color:var(--accent);font-size:var(--nxs-footer-text);font-weight:700;text-decoration:none}.footer-meta>a,.footer-meta p:last-child a,.research-footer-meta p:last-child a,.footer-top{display:inline-block;margin-top:7px;font-size:var(--nxs-footer-link)}
.toast{position:fixed;left:50%;bottom:22px;z-index:50;transform:translate(-50%,20px);padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);box-shadow:var(--shadow);font-size:.92rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.toast.show{opacity:1;transform:translate(-50%,0)}

/* Main Nexus quick categories follow projects.json order. */
.item-card h3,.category-title-row h2,.search-result strong{min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important}

/* YEHAVHA NEWS on the Nexus home page. Editorial links are one owned cell. */
.home-editorial-cell{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.045)}
.home-editorial-row{display:block;padding:12px 14px;border-bottom:1px solid var(--line-soft);background:#fff;text-decoration:none}
.home-editorial-row:last-child{border-bottom:0}
.home-editorial-row:hover,.home-editorial-row:focus-visible{background:var(--panel-soft)}
.home-editorial-row .today-titleline,.home-editorial-row .today-bodyline{margin:0}
.home-editorial-row-feature{padding:10px 12px}
.home-editorial-row-feature .commentary-feature-layout{margin:0}

.hero-main > .news-entry-banner{overflow:hidden}
.hero-main > .news-entry-banner::before,.hero-main > .news-entry-banner::after{display:none!important;content:none!important}
.hero-main > .nexus-intro-video{margin-bottom:var(--nxs-home-section-gap)}

/* Fixed home feature slots are deliberately separate from automated NEWS/feed render targets. */

.yehavha-special-banner{position:relative;display:block;height:clamp(104px,10.5vw,132px);overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#10192a;text-decoration:none}
.yehavha-special-banner img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 46%}
.yehavha-special-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,14,28,.78) 0%,rgba(10,22,40,.54) 48%,rgba(10,22,40,.12) 100%)}
.yehavha-special-caption{position:absolute;z-index:1;left:clamp(18px,3.2vw,34px);top:50%;display:flex;max-width:84%;transform:translateY(-50%);flex-direction:column;gap:5px;color:#fff;text-shadow:0 1px 9px rgba(0,0,0,.35)}
.yehavha-special-label{font-size:clamp(1.48rem,2.8vw,2.1rem);font-weight:900;line-height:1.1;letter-spacing:.045em}
.yehavha-special-caption strong{font-size:clamp(.98rem,1.65vw,1.22rem);font-weight:760;line-height:1.45;letter-spacing:-.01em}
.yehavha-special-lead{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#fff;text-decoration:none}
.yehavha-special-lead:hover,.yehavha-special-lead:focus-visible{background:var(--panel-soft);border-color:#aeb8c5}
.yehavha-special-kind{color:#225f96;font-size:0;font-weight:850;letter-spacing:.1em;white-space:nowrap}
.yehavha-special-kind::after{content:"YEHAVHA SPECIAL · 인물 인터뷰 01";font-size:12px;line-height:1.4}
.yehavha-special-lead strong{min-width:0;font-size:15px;line-height:1.45;overflow-wrap:anywhere}
.yehavha-special-action{color:#225f96;font-size:11.5px;font-weight:850;white-space:nowrap}

/* Editorial material is one bounded cell. Latest news is a separate borderless section. */
.yehavha-news-zone{display:grid;gap:var(--nxs-home-section-gap)}
.yehavha-news-zone{--commentary-thumb-mobile-offset:18px}
.yehavha-news-zone > .frontline-panel,.yehavha-news-zone > .news-entry-banner,.yehavha-news-zone > .home-news-mirror{margin:0}
.home-news-mirror{width:100%;min-width:0;margin-top:16px;padding:0;border:0!important;border-left:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.home-news-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0;margin:0 0 9px;padding-bottom:7px;border-bottom:2px solid #20252b}
.home-news-section-head h2{min-width:0;margin:0;font-size:1.3rem;line-height:1.35;letter-spacing:-.03em}
.home-news-section-head span{flex:0 0 auto;color:#5f6873;font-size:11.5px;font-weight:750;line-height:1.4;text-align:right;white-space:nowrap}
.home-news-list{display:grid;gap:7px;min-width:0}

/* Main opinion preview follows the same 16:9 media ratio as Today's News. */
.yehavha-news-zone .commentary-feature-layout{grid-template-rows:auto auto;align-items:start}
.yehavha-news-zone .commentary-feature-thumb{grid-column:1;grid-row:1;width:100%;height:auto;min-height:0;margin-top:0!important;aspect-ratio:16/9;object-fit:cover}
.yehavha-news-zone .commentary-feature-copy{grid-column:2;grid-row:1/span 2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:start;column-gap:10px}
.yehavha-news-zone .commentary-feature-copy > :not(p):not(.today-action){grid-column:1/-1}
.yehavha-news-zone .commentary-feature-copy p{grid-column:1;min-width:0}
.yehavha-news-zone .commentary-feature-copy .today-action{grid-column:2;align-self:end;justify-self:end;margin-top:4px;text-align:right}
.yehavha-news-zone .commentary-feature-layout::after{content:attr(data-video-label);grid-column:1;grid-row:2;justify-self:start;margin-top:6px;padding:3px 7px;border:1px solid #b8c6d3;border-radius:999px;background:#fff;color:#38536b;font-size:10.5px;font-weight:850;line-height:1.35;white-space:normal}

/* Exact visual grammar used by /news/ for today's stories. */
.home-news-mirror .news-card{display:block;padding:12px 14px;border:1px solid #cfd4dc;border-radius:9px;background:#fff;text-decoration:none}
.home-news-mirror .news-card:hover,.home-news-mirror .news-card:focus-visible{background:#f7f9fc;border-color:#aeb8c5}
.home-news-mirror .news-card-meta{display:flex;flex-wrap:nowrap;align-items:center;gap:0;min-width:0;margin-bottom:4px;color:#5f6873;font-size:11px;font-weight:800;line-height:1.4;white-space:nowrap}
.home-news-mirror .news-card-meta span{flex:0 0 auto}
.home-news-mirror .news-card-meta span:first-child{color:#225f96}
.home-news-mirror .news-card-meta span + span::before{content:"·";margin:0 6px;color:#9aa2ac}
.home-news-mirror .news-card h3{margin:0;font-size:18px;line-height:1.4;letter-spacing:-.027em;overflow-wrap:anywhere}
.home-news-mirror .news-card p{margin:4px 0 0;color:#3e4650;font-size:13.5px;line-height:1.58}
.home-news-mirror .news-card-subtitle{font-weight:760;color:#303943}
.home-news-mirror .news-card-lead{display:-webkit-box;margin-top:5px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#66717c;font-size:12.5px;line-height:1.52}
.home-news-mirror .opinion-feature{display:grid;grid-template-columns:minmax(150px,30%) minmax(0,1fr);gap:12px;align-items:stretch;padding:10px;border:1px solid #cfd4dc;border-radius:10px;background:#fff;text-decoration:none}
.home-news-mirror .news-media-feature{align-items:start}
.home-news-mirror .news-media-feature:hover,.home-news-mirror .news-media-feature:focus-within{background:#f7f9fc;border-color:#aeb8c5}
.home-news-mirror .news-media-visual{display:flex;min-width:0;flex-direction:column;gap:6px;align-items:flex-start;padding-top:18px}
.home-news-mirror .news-media-thumb-link{display:block;width:100%;overflow:hidden;border-radius:7px;text-decoration:none}
.home-news-mirror .news-media-thumb-link img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:16/9;object-fit:cover;border-radius:7px;background:#eef1f4}
.home-news-mirror .news-media-related{display:inline-flex;max-width:100%;padding:3px 7px;border:1px solid #b8c6d3;border-radius:999px;background:#fff;color:#38536b;font-size:10.5px;font-weight:850;line-height:1.35;text-decoration:none;white-space:normal}
.home-news-mirror .news-media-related:hover,.home-news-mirror .news-media-related:focus-visible{border-color:#225f96;background:#eef5fb;color:#174f82}
.home-news-mirror .opinion-copy{display:flex;min-width:0;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.home-news-mirror .news-media-title{margin:0;font-size:18px;line-height:1.4;letter-spacing:-.025em;overflow-wrap:anywhere}
.home-news-mirror .news-media-title a{text-decoration:none}
.home-news-mirror .news-media-title a:hover,.home-news-mirror .news-media-title a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.home-news-mirror .news-media-summary{display:-webkit-box;margin-top:5px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#47515d;font-size:13px;line-height:1.55}
.home-news-mirror .news-media-subtitle{display:-webkit-box;margin-top:5px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#303943;font-size:13px;font-weight:760;line-height:1.5}
.home-news-mirror .news-media-lead{display:-webkit-box;margin-top:4px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#66717c;font-size:12px;line-height:1.5}
.home-news-mirror .news-media-actions{margin-top:6px}
.home-news-mirror .news-media-action{color:#225f96;font-size:12.5px;font-weight:850;text-decoration:none}
.home-news-mirror .news-media-action:hover,.home-news-mirror .news-media-action:focus-visible{text-decoration:underline;text-underline-offset:3px}
.home-news-moreline{display:flex;justify-content:flex-end;margin-top:var(--nxs-home-section-gap,12px)}
.home-news-moreline a{color:#225f96;font-size:12.5px;font-weight:850;line-height:1.45;text-decoration:none}
.home-news-moreline a:hover,.home-news-moreline a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.home-news-empty{margin:0;padding:15px;border:1px dashed #cfd4dc;border-radius:9px;color:#555;font-size:13.5px;line-height:1.55;text-align:center}

/* Match NEWS handling for the unavailable/private MBC video: text-only card. */
.home-news-mirror .news-media-feature:has(.news-media-thumb-link img[src*="Jl71VSt_Un4"]){grid-template-columns:1fr}
.home-news-mirror .news-media-feature:has(.news-media-thumb-link img[src*="Jl71VSt_Un4"]) .news-media-visual{display:none}

/* Legacy homepage media-card implementation remains disabled. */
.home-news-media-card,.home-news-media-visual,.home-news-media-thumb,.home-news-video-link,.home-news-media-copy,.home-news-media-title,.home-news-media-summary,.home-news-action,#homeNewsGrid,.home-news-grid-legacy{all:unset}
#homeNewsGrid,.home-news-grid-legacy{display:none!important}

@media(max-width:760px){
  :root{--nxs-body-size:16px;--nxs-body-line:1.8}
  .container{width:calc(100% - 20px)}
  .hero{padding:14px 0 18px}
  .hero-card{padding:24px 20px;border-radius:18px}
  .eyebrow{font-size:13px}
  .description{font-size:16px;line-height:1.8}
  .footer-card,.research-footer-grid{padding:18px 0}
}

@media(max-width:640px){
                  .yehavha-special-banner{height:clamp(98px,26vw,122px)}
  .yehavha-special-caption{left:16px;max-width:88%}
  .yehavha-special-label{font-size:clamp(1.3rem,6.7vw,1.72rem)}
  .yehavha-special-caption strong{font-size:.96rem}
  .yehavha-special-lead{grid-template-columns:1fr auto;gap:4px 8px}
  .yehavha-special-kind{grid-column:1/-1}
  .yehavha-special-kind::after{font-size:12px}
  .yehavha-special-lead strong{font-size:14px}
  .yehavha-news-zone .commentary-feature-thumb{margin-top:var(--commentary-thumb-mobile-offset)!important}
  .yehavha-news-zone .commentary-feature-layout::after{font-size:9.5px}
  .yehavha-news-zone .commentary-feature-copy{column-gap:8px}
  .home-news-mirror .opinion-feature{grid-template-columns:minmax(104px,34%) minmax(0,1fr);gap:9px;padding:9px}
  .home-news-mirror .news-media-visual{padding-top:17px}
  .home-news-mirror .news-card{padding:10px 11px}
  .home-news-mirror .news-card-meta{font-size:10.5px}
  .home-news-mirror .news-card-meta span + span::before{margin:0 5px}
  .home-news-mirror .news-card h3,.home-news-mirror .news-media-title{font-size:15.5px;line-height:1.37}
  .home-news-mirror .news-card p{font-size:12.8px;line-height:1.52}
  .home-news-mirror .news-card-subtitle{font-size:12.5px}
  .home-news-mirror .news-card-lead{font-size:11.8px;-webkit-line-clamp:2}
  .home-news-mirror .news-media-summary{margin-top:4px;font-size:11.8px;line-height:1.45}
  .home-news-mirror .news-media-subtitle{margin-top:4px;font-size:11.8px;line-height:1.45}
  .home-news-mirror .news-media-lead{font-size:11px;line-height:1.42;-webkit-line-clamp:2}
  .home-news-mirror .news-media-related{font-size:9.5px}
  .home-news-mirror .news-media-action{font-size:11.5px}
  .home-news-section-head{align-items:baseline}
}

@media(max-width:560px){.container{width:calc(100% - 18px)}.back-link,.nexus-link,.back{min-height:42px;font-size:14px}}
@media(max-width:380px){.home-news-mirror .opinion-feature{grid-template-columns:96px minmax(0,1fr)}.home-news-mirror .news-media-summary{-webkit-line-clamp:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Canonical NEXUS navigation and dedicated Gate shell */
.home-global-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:12px 0 14px}
body[data-nexus-architecture="gate-v1"] .home-global-nav{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-global-nav a,.home-global-nav button{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--text);font:inherit;font-size:13.5px;font-weight:850;letter-spacing:.035em;text-decoration:none;cursor:pointer}
.home-global-nav a:hover,.home-global-nav a:focus-visible,.home-global-nav button:hover,.home-global-nav button:focus-visible{background:var(--panel-soft);border-color:#aeb8c5;outline:none}

.gate-page{background:#fff;font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",system-ui,-apple-system,sans-serif;font-size:16px;letter-spacing:-.015em}
.gate-page .hero{padding-bottom:10px}
.gate-page .hero-card{padding:22px 24px 20px}
.gate-brandline{margin:0;color:#225f96;font-size:13px;font-weight:850;letter-spacing:-.01em;line-height:1.35}
.gate-brand-title{margin:3px 0 0;color:#111;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:900;line-height:1.05;letter-spacing:-.045em}
.gate-page .home-global-nav{margin:14px 0 0}
.gate-page .portal-mark>span:not(.dot),.gate-page .access-count,.gate-page .home-global-nav a,.gate-page .home-global-nav button,.gate-page .gate-brandline,.gate-page .gate-brand-title{font-family:inherit}

.gate-lead{width:min(var(--nxs-content),calc(100% - 32px));margin:8px auto 0;padding:14px 16px;border:1px solid var(--line);border-left:5px solid #3f6380;border-radius:14px;background:linear-gradient(135deg,#f7fafc 0%,#fff 65%)}
.gate-lead-titleline{display:flex;align-items:baseline;gap:12px;min-width:0;white-space:nowrap}
.gate-lead-number{display:inline-block;flex:0 0 auto;margin:0;color:#6b7280;font-size:11px;font-weight:900;letter-spacing:.11em;line-height:1.3}
.gate-lead-titleline h1{min-width:0;margin:0;color:#111;font-size:clamp(1.48rem,2.8vw,2rem);font-weight:900;line-height:1.15;letter-spacing:-.04em}
.gate-lead p{max-width:920px;margin:6px 0 0;color:#4b5563;font-size:14px;line-height:1.58}

.gate-page[data-gate="legal-policy"] .gate-lead{border-left-color:#8a4f57;background:linear-gradient(135deg,#fff4f5 0%,#fff 65%)}
.gate-page[data-gate="research-education"] .gate-lead{border-left-color:#557369;background:linear-gradient(135deg,#eff8f4 0%,#fff 65%)}
.gate-page[data-gate="resources-services"] .gate-lead{border-left-color:#5a6f7d;background:linear-gradient(135deg,#f1f5f7 0%,#fff 65%)}

@media(max-width:700px){
  .gate-page .hero-card{padding:18px 16px 16px}
  .gate-lead{width:calc(100% - 20px)}
}
@media(max-width:560px){
  .home-global-nav{gap:5px}
  body[data-nexus-architecture="gate-v1"] .home-global-nav{gap:4px}
  body[data-nexus-architecture="gate-v1"] .home-global-nav a,body[data-nexus-architecture="gate-v1"] .home-global-nav button{padding:0 5px;font-size:11.8px}
  .home-global-nav a,.home-global-nav button{min-height:39px;padding:0 7px;font-size:12.2px;letter-spacing:0}
  .gate-lead{padding:12px 14px}
  .gate-lead-titleline{gap:9px}
  .gate-lead-number{font-size:10px;letter-spacing:.08em}
  .gate-lead-titleline h1{font-size:1.42rem}
  .gate-lead p{margin-top:5px;font-size:13.5px;line-height:1.55}
}



/* Notice document header */
.notice-site-head{border-bottom:1px solid var(--line);background:#fff}
.notice-head-inner{display:flex;width:min(var(--nxs-content),calc(100% - 32px));margin:0 auto;align-items:center;justify-content:space-between;gap:10px;padding:12px 0}
.notice-head-back{display:inline-flex;align-items:center;min-height:36px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#111;font-size:13px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap}
.notice-head-back:hover,.notice-head-back:focus-visible{background:var(--panel-soft);border-color:#aeb8c5}
.notice-head-mark{color:#225f96;font-size:12.5px;font-weight:850;letter-spacing:.08em;text-decoration:none;white-space:nowrap}
.notice-head-mark:hover,.notice-head-mark:focus-visible{text-decoration:underline;text-underline-offset:3px}

/* YEHAVHA site notices */
.site-notice-strip{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:9px;width:100%;min-width:0;margin:8px 0 12px;padding:8px 11px;border:1px solid #cfd8e3;border-left:4px solid #225f96;border-radius:9px;background:#f8fbfe;color:#17212b;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .1s ease}
.site-notice-strip:visited{color:#17212b}
.site-notice-strip:hover{background:#f5f9fc;border-color:#c4cfda;border-left-color:#225f96}
.site-notice-strip:focus-visible{background:#f5f9fc;border-color:#c4cfda;border-left-color:#225f96;outline:2px solid rgba(34,95,150,.22);outline-offset:2px}
.site-notice-strip:active{background:#eef5fa;border-left-color:#225f96;transform:translateY(1px)}
.site-notice-label{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:22px;padding:0 7px;border-radius:999px;background:#225f96;color:#fff;font-size:10.5px;font-weight:900;letter-spacing:.04em;line-height:1}
.site-notice-strip strong{min-width:0;font-size:13px;font-weight:820;line-height:1.4;letter-spacing:-.015em;overflow-wrap:anywhere}
.site-notice-date{color:#66717c;font-size:10.8px;font-weight:760;white-space:nowrap}
.site-notice-action{color:#225f96;font-size:11px;font-weight:850;white-space:nowrap}
.news-notice-strip{margin:14px 0 0}
.site-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 12px;margin:8px auto 10px;text-align:center}
.site-footer-links a{font-size:12px;font-weight:800;text-underline-offset:3px}

.notice-page{width:min(var(--nxs-reading),calc(100% - 32px));margin:0 auto;padding:14px 0 44px}
.notice-hero{padding-bottom:16px;border-bottom:2px solid #20252b}
.notice-eyebrow{margin:0 0 5px;color:#225f96;font-size:11.5px;font-weight:900;letter-spacing:.1em}
.notice-hero h1{margin:0;font-size:clamp(2rem,5vw,3.4rem);line-height:1.12;letter-spacing:-.045em}
.notice-hero p:last-child{max-width:760px;margin:8px 0 0;color:#46515c;font-size:14.5px;line-height:1.65}
.notice-archive{display:grid;gap:8px;margin-top:18px}
.notice-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;text-decoration:none}
.notice-row:hover,.notice-row:focus-visible{background:var(--panel-soft);border-color:#aeb8c5}
.notice-row-meta{display:flex;flex-direction:column;gap:2px;min-width:72px}
.notice-row-category{color:#225f96;font-size:10.5px;font-weight:900;letter-spacing:.06em}
.notice-row-date{color:#6b7280;font-size:10.5px;font-weight:760}
.notice-row-copy{min-width:0}
.notice-row-copy strong{display:block;font-size:15px;line-height:1.4;letter-spacing:-.02em}
.notice-row-copy span{display:block;margin-top:3px;color:#4b5563;font-size:12.5px;line-height:1.5}
.notice-row-action{color:#225f96;font-size:11.5px;font-weight:850;white-space:nowrap}
.notice-article{margin-top:0}
.notice-article-head{padding-bottom:14px;border-bottom:1px solid var(--line)}
.notice-article-meta{margin:0 0 6px;color:#225f96;font-size:11.5px;font-weight:850}
.notice-article h1{margin:0;font-size:clamp(1.8rem,4.5vw,2.9rem);line-height:1.17;letter-spacing:-.04em}
.notice-article-deck{margin:9px 0 0;color:#3e4751;font-size:16px;font-weight:650;line-height:1.58}
.notice-body{padding-top:14px;font-size:16px;line-height:1.8}
.notice-body p{margin:0 0 13px}
.notice-point{margin:17px 0;padding:12px 14px;border-left:4px solid #225f96;background:#f5f9fc;font-weight:760}
.notice-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}
.notice-links a{display:inline-flex;align-items:center;min-height:36px;padding:0 10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#174f82;font-size:12px;font-weight:850;text-decoration:none}
.notice-links a:hover,.notice-links a:focus-visible{background:var(--panel-soft)}

@media(max-width:640px){
  .notice-head-inner{width:calc(100% - 20px);padding:9px 0}
  .notice-head-back{min-height:34px;padding:0 9px;font-size:12.5px}
  .notice-head-mark{font-size:11.5px}
  .site-notice-strip{grid-template-columns:auto minmax(0,1fr) auto;gap:6px 8px;padding:8px 9px}
  .site-notice-date{grid-column:2}
  .site-notice-action{grid-column:3;grid-row:1/span 2;align-self:center}
  .site-notice-strip strong{font-size:12.5px}
  .notice-page{width:calc(100% - 20px);padding-top:10px}
  .notice-row{grid-template-columns:1fr auto;gap:6px 9px}
  .notice-row-meta{grid-column:1/-1;flex-direction:row;gap:7px}
  .notice-row-copy span{font-size:12px}
}
