:root {
  color-scheme: light;
  --ink: #142033;
  --muted: #66758a;
  --subtle: #8a97a9;
  --line: #dfe6ee;
  --line-strong: #ccd7e4;
  --paper: #ffffff;
  --canvas: #f5f7fa;
  --navy: #0d3767;
  --navy-2: #09284d;
  --blue: #1368d6;
  --blue-dark: #0b55b3;
  --blue-soft: #eef5ff;
  --sky: #e7f5ff;
  --mint: #e8f8f2;
  --green: #16835d;
  --amber: #fff5dd;
  --orange: #b56308;
  --red-soft: #fff0f0;
  --red: #b93434;
  --shadow-sm: 0 8px 28px rgba(25, 49, 77, .07);
  --shadow-md: 0 18px 48px rgba(21, 48, 80, .10);
  --shadow-lg: 0 28px 80px rgba(10, 42, 77, .16);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  font-family: Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--canvas); color: var(--ink); font-size: 16px; line-height: 1.55; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #7bb5ff; outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; border-radius: 10px; background: #fff; color: var(--navy); box-shadow: var(--shadow-md); }
.skip-link:focus { transform: translateY(0); }

.service-strip { background: var(--navy-2); color: #dbeaff; font-size: .78rem; }
.service-strip-inner { display: flex; width: min(1440px, 100%); min-height: 34px; margin: 0 auto; padding: 6px clamp(16px, 3vw, 36px); align-items: center; justify-content: space-between; gap: 20px; }
.service-strip b { color: #fff; }
.service-strip a { color: #b9d9ff; font-weight: 700; text-decoration: none; }
.service-strip a:hover { text-decoration: underline; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(220, 228, 238, .92); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header-inner { display: flex; width: min(1440px, 100%); min-height: 74px; margin: 0 auto; padding: 10px clamp(16px, 3vw, 36px); align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #175b9f, #0b325e); color: #fff; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 6px 16px rgba(17,67,116,.18); }
.brand-copy strong { display: block; font-size: 1rem; line-height: 1.2; letter-spacing: -.025em; }
.brand-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: .72rem; }
.desktop-nav { display: flex; margin-left: auto; align-items: center; gap: 6px; }
.desktop-nav a { padding: 10px 13px; border-radius: 10px; color: #3d4d63; font-size: .87rem; font-weight: 750; text-decoration: none; }
.desktop-nav a:hover { background: #f1f5fa; color: var(--navy); }
.saved-button { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 8px 12px; cursor: pointer; font-size: .84rem; font-weight: 800; white-space: nowrap; }
.saved-button > span:first-child { font-size: 1.18rem; line-height: 1; }
.saved-button b { display: grid; min-width: 23px; height: 23px; place-items: center; border-radius: 8px; background: #edf2f7; font-size: .72rem; }
.saved-button.is-active { border-color: #f0c0c0; background: #fff6f6; color: #a53030; }

main { width: min(1440px, 100%); margin: 0 auto; padding: 0 clamp(12px, 2.4vw, 36px) 60px; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr); gap: clamp(24px, 4vw, 54px); margin-top: 26px; overflow: hidden; border: 1px solid rgba(8,54,103,.08); border-radius: 30px; background: linear-gradient(123deg, #0a3971 0%, #0e4b8b 55%, #1769b1 100%); padding: clamp(32px, 5vw, 72px); color: #fff; box-shadow: var(--shadow-lg); }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 70% 0%, rgba(255,255,255,.12), transparent 36%), linear-gradient(90deg, transparent 48%, rgba(255,255,255,.035)); content: ""; pointer-events: none; }
.hero::after { position: absolute; right: -110px; bottom: -180px; width: 430px; height: 430px; border: 62px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; pointer-events: none; }
.hero-main, .hero-dashboard { position: relative; z-index: 1; }
.hero-main { align-self: center; }
.hero-eyebrow { margin: 0 0 12px; color: #b7ddff; font-size: .86rem; font-weight: 850; letter-spacing: .035em; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.12; letter-spacing: -.055em; }
.hero h1 em { color: #8fd0ff; font-style: normal; }
.hero-description { max-width: 760px; margin: 19px 0 0; color: #d9e9f8; font-size: clamp(.94rem, 1.3vw, 1.05rem); }

.search-form { margin-top: 30px; }
.search-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; max-width: 830px; align-items: center; gap: 8px; border-radius: 17px; background: #fff; padding: 7px; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.search-icon { position: relative; width: 19px; height: 19px; margin-left: 10px; border: 2px solid #174a7c; border-radius: 50%; opacity: .75; }
.search-icon::after { position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; transform: rotate(45deg); border-radius: 2px; background: #174a7c; content: ""; }
.search-row input { min-width: 0; height: 52px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.search-row input::placeholder { color: #8a97a9; }
.primary-button { min-height: 44px; border: 0; border-radius: 11px; background: var(--blue); color: #fff; padding: 10px 18px; cursor: pointer; font-weight: 850; text-decoration: none; }
.primary-button:hover { background: var(--blue-dark); }
.search-submit { min-width: 92px; min-height: 52px; border-radius: 12px; font-size: .96rem; }
.search-actions { display: flex; margin-top: 12px; gap: 9px; }
.condition-button, .filter-button { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.26); border-radius: 11px; background: rgba(255,255,255,.09); color: #fff; padding: 8px 13px; cursor: pointer; font-size: .82rem; font-weight: 800; backdrop-filter: blur(8px); }
.condition-button:hover, .filter-button:hover { background: rgba(255,255,255,.15); }
.filter-button b { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 6px; background: #fff; color: var(--navy); font-size: .7rem; }
.quick-filters { display: flex; max-width: 850px; margin-top: 22px; align-items: center; flex-wrap: wrap; gap: 7px; }
.quick-filters > span { margin-right: 3px; color: #b7d4f0; font-size: .75rem; font-weight: 800; }
.quick-filters button { min-height: 35px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(4,35,67,.25); color: #e7f3ff; padding: 6px 11px; cursor: pointer; font-size: .75rem; font-weight: 750; }
.quick-filters button:hover, .quick-filters button.is-active { border-color: rgba(255,255,255,.48); background: #fff; color: var(--navy); }

.hero-dashboard { align-self: stretch; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: rgba(5,35,65,.42); padding: 21px; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.dashboard-label { margin-bottom: 16px; color: #a9d5fb; font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.hero-stat span { display: block; color: #c6ddf1; font-size: .75rem; font-weight: 750; }
.hero-stat strong { display: flex; margin-top: 3px; align-items: baseline; gap: 4px; color: #fff; font-size: 1.38rem; letter-spacing: -.035em; }
.hero-stat strong b { font-size: 1.62rem; }
.hero-stat strong small { color: #c6ddf1; font-size: .7rem; font-weight: 800; }
.primary-stat { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 16px; }
.primary-stat strong b { font-size: 2.55rem; }
.primary-stat p { margin: 3px 0 0; color: #b9d0e5; font-size: .7rem; }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.dashboard-grid .hero-stat { min-height: 82px; padding: 15px 8px 10px 0; border-bottom: 1px solid rgba(255,255,255,.10); }
.dashboard-grid .hero-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.10); }
.dashboard-grid .hero-stat:nth-child(even) { padding-left: 14px; }
.hero-stat .date-stat { margin-top: 9px; font-size: .9rem; line-height: 1.3; }
.dashboard-note { margin: 15px 0 0; color: #b9d0e5; font-size: .69rem; line-height: 1.5; }

.section-shell { margin-top: 54px; }
.section-heading { display: flex; margin-bottom: 20px; align-items: flex-end; justify-content: space-between; gap: 26px; }
.section-heading.compact { margin-bottom: 15px; }
.section-kicker { margin: 0 0 5px; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .055em; }
.section-heading h2 { margin: 0; font-size: clamp(1.48rem, 2.5vw, 2rem); line-height: 1.25; letter-spacing: -.035em; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: .84rem; text-align: right; }

.category-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }
.category-card { display: flex; min-height: 112px; flex-direction: column; align-items: flex-start; justify-content: space-between; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 17px; cursor: pointer; text-align: left; box-shadow: 0 4px 14px rgba(27,55,88,.035); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-2px); border-color: #b7cce4; box-shadow: var(--shadow-sm); }
.category-card.is-selected { border-color: #8ab7ef; background: var(--blue-soft); }
.category-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: #f0f5fb; color: var(--navy); font-size: 1rem; font-weight: 900; }
.category-card strong { display: block; margin-top: 10px; font-size: .91rem; line-height: 1.25; }
.category-card small { display: block; margin-top: 3px; color: var(--muted); font-size: .7rem; }

.region-explorer { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(285px,.55fr); gap: 16px; }
.region-panel, .region-summary-card { border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 5px 18px rgba(23,48,77,.04); }
.region-panel { padding: 18px; }
.region-group-tabs { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; margin-bottom: 12px; }
.region-group-tabs span { border-radius: 9px; background: #f3f6f9; padding: 8px 7px; color: #6a7789; font-size: .7rem; font-weight: 800; text-align: center; }
.region-chips { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 8px; }
.region-chip { position: relative; display: flex; min-height: 67px; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 10px 11px; cursor: pointer; text-align: left; }
.region-chip:hover { border-color: #9cbce1; background: #f7fbff; }
.region-chip.is-selected { border-color: #6ca5e7; background: #edf6ff; box-shadow: inset 0 0 0 1px rgba(21,104,214,.07); }
.region-chip strong { font-size: .83rem; }
.region-chip small { margin-top: 3px; color: var(--blue); font-size: .68rem; font-weight: 800; }
.region-chip.all-region { grid-column: span 2; background: var(--navy); color: #fff; border-color: var(--navy); }
.region-chip.all-region small { color: #bcdcff; }
.region-summary-card { padding: 22px; }
.region-summary-label { color: var(--blue); font-size: .7rem; font-weight: 900; }
.region-summary-card h3 { margin: 5px 0 7px; font-size: 1.5rem; letter-spacing: -.035em; }
.region-summary-card > p { min-height: 48px; margin: 0; color: var(--muted); font-size: .82rem; }
.region-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0; }
.region-stats div { border-radius: 12px; background: #f4f7fa; padding: 13px; }
.region-stats strong { display: block; font-size: 1.3rem; }
.region-stats span { color: var(--muted); font-size: .67rem; }
.region-view-button { width: 100%; }
.region-map-head { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:12px; }
.region-map-head > div { display:grid; gap:3px; }
.region-map-head strong { font-size:.9rem; }
.region-map-head span { color:var(--muted); font-size:.72rem; }
.region-all-button { min-height:34px; border:1px solid #b9cbe0; border-radius:10px; background:#f5f9fd; color:#15589f; padding:0 13px; cursor:pointer; font-size:.72rem; font-weight:850; }
.korea-map-wrap { display:flex; align-items:center; justify-content:center; min-height:430px; border:1px solid #e6edf4; border-radius:16px; background:linear-gradient(180deg,#f8fbfe,#f3f7fb); overflow:hidden; }
.korea-policy-map { width:min(100%,430px); height:auto; max-height:470px; }
.korea-map-silhouette { fill:#eaf1f8; stroke:#c2d3e3; stroke-width:2.2; }
.region-node { cursor:pointer; outline:none; }
.region-node circle,.region-node ellipse { fill:#fff; stroke:#9eb9d4; stroke-width:1.8; transition:fill .16s ease,stroke .16s ease,transform .16s ease; transform-box:fill-box; transform-origin:center; }
.region-node text { fill:#34485d; font-size:12px; font-weight:900; text-anchor:middle; pointer-events:none; }
.region-node .map-count { fill:#1670c8; font-size:10px; font-weight:800; }
.region-node:hover circle,.region-node:hover ellipse,.region-node.is-selected circle,.region-node.is-selected ellipse { fill:#e7f3ff; stroke:#2275c9; transform:scale(1.08); }
.region-node.is-selected text { fill:#0f5ea9; }
.region-chips.compact { grid-template-columns:repeat(9,minmax(0,1fr)); margin-top:10px; }
.region-chips.compact .region-chip { min-height:48px; padding:8px; align-items:center; text-align:center; }
.region-chips.compact .region-chip.all-region { grid-column:span 2; }
@media (max-width:900px){ .korea-map-wrap{min-height:360px}.region-chips.compact{grid-template-columns:repeat(6,minmax(0,1fr))} }
@media (max-width:680px){ .region-map-head{align-items:flex-start}.region-map-head span{font-size:.68rem}.korea-map-wrap{min-height:330px}.korea-policy-map{max-height:390px}.region-chips.compact{grid-template-columns:repeat(4,minmax(0,1fr))} }


.trending-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.trending-item { display: flex; min-width: 0; min-height: 220px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 18px; cursor: pointer; text-align: left; box-shadow: 0 8px 24px rgba(24,64,104,.045); }
.trending-item:hover { border-color: #8eb9df; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.trending-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.trending-rank { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; background: var(--navy); color: #fff; font-size: .74rem; font-weight: 900; }
.trending-title { display: -webkit-box; margin-top: 16px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 1rem; line-height: 1.45; letter-spacing: -.02em; }
.trending-summary { display: -webkit-box; min-height: 44px; margin: 9px 0 14px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.trending-meta { display: flex; margin-top: auto; flex-wrap: wrap; gap: 6px; }
.trending-meta span { border-radius: 999px; background: #f1f5f9; color: #526477; padding: 5px 8px; font-size: .67rem; font-weight: 800; }
.trending-cta { margin-top: 13px; color: var(--blue-dark); font-size: .76rem; font-weight: 900; }

.content-shell { margin-top: 58px; scroll-margin-top: 100px; }
.result-toolbar { display: flex; margin-bottom: 15px; align-items: flex-end; justify-content: space-between; gap: 18px; }
.result-kicker { margin: 0 0 3px; color: var(--blue); font-size: .73rem; font-weight: 900; }
.result-toolbar h2 { margin: 0; font-size: 1.72rem; letter-spacing: -.035em; }
.result-toolbar h2 span { color: var(--blue); }
.result-help { margin: 4px 0 0; color: var(--muted); font-size: .76rem; }
.result-controls { display: flex; gap: 8px; align-items: center; }
.toolbar-filter-button { display: inline-flex; min-height: 40px; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 8px 12px; cursor: pointer; font-size: .78rem; font-weight: 800; }
.sort-control { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: .76rem; font-weight: 750; }
.sort-control select { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); padding: 7px 32px 7px 10px; }
.active-filters { display: flex; min-height: 0; margin-bottom: 12px; flex-wrap: wrap; gap: 7px; }
.filter-chip { display: inline-flex; align-items: center; gap: 5px; border: 1px solid #c7ddf7; border-radius: 999px; background: #f1f7ff; color: #235b9a; padding: 6px 7px 6px 10px; font-size: .72rem; font-weight: 800; }
.filter-chip button { display: grid; width: 19px; height: 19px; place-items: center; border: 0; border-radius: 50%; background: rgba(20,94,176,.09); color: #235b9a; cursor: pointer; padding: 0; }

.policy-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }
.policy-card { display: flex; min-width: 0; min-height: 286px; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 18px; box-shadow: 0 5px 18px rgba(22,48,78,.035); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.policy-card:hover { transform: translateY(-2px); border-color: #b8ccdf; box-shadow: var(--shadow-sm); }
.card-top { display: flex; min-height: 31px; align-items: center; justify-content: space-between; gap: 10px; }
.card-tags { display: flex; min-width: 0; align-items: center; gap: 6px; }
.category-tag { display: inline-flex; max-width: 150px; min-height: 25px; align-items: center; overflow: hidden; border-radius: 7px; background: #eef3f8; color: #516174; padding: 4px 8px; font-size: .65rem; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.status-badge { display: inline-flex; min-height: 25px; align-items: center; border-radius: 7px; background: var(--mint); color: #0f7551; padding: 4px 8px; font-size: .66rem; font-weight: 900; white-space: nowrap; }
.status-badge.deadline { background: var(--amber); color: var(--orange); }
.status-badge.always { background: var(--blue-soft); color: #1a5da9; }
.status-badge.closed { background: #f1f3f5; color: #818a95; }
.favorite-button { display: grid; flex: 0 0 auto; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: #7a8795; cursor: pointer; font-size: 1rem; }
.favorite-button.is-saved { border-color: #efc3c3; background: #fff4f4; color: #b13c3c; }
.card-title { display: -webkit-box; margin: 15px 0 8px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 1.04rem; line-height: 1.38; letter-spacing: -.025em; }
.card-summary { display: -webkit-box; min-height: 40px; margin: 0 0 12px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.card-facts { display: grid; gap: 6px; margin: 0 0 13px; }
.fact { display: grid; grid-template-columns: 67px minmax(0,1fr); gap: 7px; font-size: .72rem; }
.fact dt { color: #8490a0; font-weight: 700; }
.fact dd { margin: 0; overflow: hidden; color: #3b4a5e; font-weight: 650; white-space: nowrap; text-overflow: ellipsis; }
.card-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; border-top: 1px solid #edf1f5; padding-top: 13px; }
.card-footer.single-action { grid-template-columns: 1fr; }
.detail-button, .official-link { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; border-radius: 10px; cursor: pointer; font-size: .73rem; font-weight: 850; text-decoration: none; }
.detail-button { border: 1px solid var(--line); background: #fff; color: #415268; }
.detail-button:hover { background: #f5f8fb; }
.official-link { border: 1px solid #1b66bb; background: #f0f6fd; color: #15589f; }
.official-link:hover { background: #e5f1ff; }
.official-link[aria-disabled="true"] { border-color: var(--line); background: #f5f6f7; color: #9aa3ad; cursor: default; }

.skeleton-card { min-height: 286px; border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 18px; }
.skeleton-line { height: 12px; margin-bottom: 13px; border-radius: 7px; background: linear-gradient(90deg,#edf1f5 25%,#f7f9fb 37%,#edf1f5 63%); background-size: 400% 100%; animation: skeleton 1.3s ease infinite; }
.skeleton-line.short { width: 28%; }
.skeleton-line.title { width: 82%; height: 22px; margin-top: 18px; }
.skeleton-line.medium { width: 58%; }
@keyframes skeleton { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

.empty-state { border: 1px dashed #cfd8e2; border-radius: 18px; background: #fff; padding: 44px 18px; text-align: center; }
.empty-symbol { display: grid; width: 54px; height: 54px; margin: 0 auto 12px; place-items: center; border-radius: 16px; background: #edf3f9; color: var(--navy); font-size: 1.7rem; }
.empty-state h3 { margin: 0 0 7px; }
.empty-state > p { max-width: 610px; margin: 0 auto 16px; color: var(--muted); font-size: .82rem; }
.secondary-button, .ghost-button { min-height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 9px 14px; cursor: pointer; font-weight: 800; }
.provider-state { display: grid; max-width: 760px; margin: 23px auto 0; gap: 6px; text-align: left; }
.provider-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #edf1f5; padding: 8px 4px; font-size: .7rem; }
.provider-row span { color: var(--muted); }
.load-more { display: block; width: min(440px,100%); min-height: 48px; margin: 18px auto 0; border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; cursor: pointer; font-weight: 850; }
.load-more:hover { border-color: #9eb9d6; background: #f8fbff; }

.trust-note { display: flex; align-items: flex-start; gap: 14px; border: 1px solid #cfe1f5; border-radius: 16px; background: #f4f9ff; padding: 18px 20px; }
.trust-icon { display: grid; flex: 0 0 auto; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #1d69ba; color: #fff; font-family: Georgia, serif; font-weight: 900; }
.trust-note strong { display: block; font-size: .86rem; }
.trust-note p { margin: 3px 0 0; color: #617387; font-size: .76rem; }

.official-sources { scroll-margin-top: 100px; }
.source-heading { margin-bottom: 16px; }
.source-overview { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 9px; margin-bottom: 18px; }
.source-overview-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 15px; }
.source-overview-card span { display: block; color: var(--muted); font-size: .7rem; font-weight: 750; }
.source-overview-card strong { display: block; margin-top: 4px; font-size: 1.35rem; letter-spacing: -.03em; }
.source-overview-card small { color: #8793a2; font-size: .65rem; }
.source-group { margin-top: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 18px; }
.source-group-heading { display: flex; margin-bottom: 12px; align-items: flex-end; justify-content: space-between; gap: 18px; }
.source-group-heading > div { display: flex; align-items: center; gap: 8px; }
.source-group-dot { width: 9px; height: 9px; border-radius: 50%; }
.source-group-dot.policy { background: #1569c7; }
.source-group-dot.reference { background: #27a078; }
.source-group-heading h3 { margin: 0; font-size: .98rem; }
.source-group-heading p { margin: 0; color: var(--muted); font-size: .7rem; }
.source-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.source-card { position: relative; display: flex; min-width: 0; min-height: 116px; flex-direction: column; border: 1px solid #e5eaf0; border-radius: 13px; background: #fbfcfd; padding: 13px; }
.source-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.source-status { display: inline-flex; min-height: 22px; align-items: center; border-radius: 6px; background: #eef3f7; color: #607083; padding: 3px 7px; font-size: .6rem; font-weight: 850; }
.source-status.is-live { background: #e7f7f0; color: #167355; }
.source-status.is-configured { background: #eaf3ff; color: #1a5fa9; }
.source-role { color: #8793a3; font-size: .58rem; font-weight: 800; text-align: right; }
.source-card h3 { display: -webkit-box; margin: 9px 0 4px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .76rem; line-height: 1.42; }
.source-card p { margin: 0; color: var(--muted); font-size: .64rem; }
.source-link { margin-top: auto; padding-top: 8px; color: #1762ae; font-size: .64rem; font-weight: 850; text-decoration: none; }
.source-link:hover { text-decoration: underline; }
.source-disclaimer { margin: 14px 2px 0; color: #718095; font-size: .69rem; }

.site-footer { display: flex; width: min(1440px, calc(100% - 24px)); min-height: 120px; margin: 0 auto 20px; align-items: center; justify-content: space-between; gap: 24px; border-radius: 20px; background: #0b2b50; color: #fff; padding: 24px clamp(18px,3vw,34px); }
.site-footer strong { display: block; }
.site-footer span { display: block; margin-top: 4px; color: #acc7df; font-size: .72rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-links a { border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #d5e5f5; padding: 7px 10px; font-size: .68rem; font-weight: 750; text-decoration: none; }

.sheet-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(8,25,44,.42); backdrop-filter: blur(2px); }
.filter-sheet { position: fixed; z-index: 90; top: 0; right: 0; width: min(430px, 92vw); height: 100dvh; transform: translateX(105%); border-left: 1px solid var(--line); background: #fff; padding: 18px; box-shadow: -20px 0 70px rgba(12,35,60,.18); transition: transform .22s ease; overflow-y: auto; }
.filter-sheet.is-open { transform: translateX(0); }
.sheet-open { overflow: hidden; }
.sheet-handle { display: none; }
.sheet-header { display: flex; margin-bottom: 18px; align-items: center; justify-content: space-between; gap: 16px; }
.sheet-header p { margin: 0 0 3px; color: var(--blue); font-size: .68rem; font-weight: 900; }
.sheet-header h2 { margin: 0; font-size: 1.35rem; letter-spacing: -.025em; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; font-size: 1.4rem; }
#filterForm { display: grid; gap: 13px; }
#filterForm label, .condition-grid label { display: grid; gap: 6px; color: #435165; font-size: .76rem; font-weight: 800; }
#filterForm select, .condition-grid select, .condition-grid input { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); padding: 9px 11px; }
.sheet-footer { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; margin-top: 11px; }

.condition-dialog, .detail-dialog { width: min(760px, calc(100% - 24px)); max-width: none; max-height: 90dvh; border: 0; border-radius: 22px; background: #fff; padding: 0; box-shadow: 0 30px 90px rgba(4,27,53,.28); }
.condition-dialog::backdrop, .detail-dialog::backdrop { background: rgba(7,24,43,.52); backdrop-filter: blur(3px); }
.dialog-shell { padding: 22px; }
.dialog-intro { margin: -4px 0 18px; border-radius: 11px; background: #f4f8fc; color: #607085; padding: 11px 12px; font-size: .74rem; }
.condition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.detail-dialog { width: min(900px, calc(100% - 24px)); }
.detail-shell { position: relative; padding: clamp(22px,4vw,36px); }
.detail-close { position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; font-size: 1.35rem; }
.detail-eyebrow { margin: 0 48px 7px 0; color: var(--blue); font-size: .72rem; font-weight: 900; }
.detail-title { max-width: 760px; margin: 0 48px 10px 0; font-size: clamp(1.5rem,3vw,2.1rem); line-height: 1.3; letter-spacing: -.035em; }
.detail-summary { margin: 0; color: var(--muted); font-size: .84rem; }
.detail-meta { display: flex; margin: 15px 0 20px; flex-wrap: wrap; gap: 6px; }
.meta-chip { border-radius: 7px; background: #f0f4f8; color: #4a5a6d; padding: 5px 8px; font-size: .66rem; font-weight: 800; }
.detail-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.detail-section { border: 1px solid var(--line); border-radius: 13px; background: #fbfcfd; padding: 14px; }
.detail-section.full { grid-column: 1 / -1; }
.detail-section h3 { margin: 0 0 6px; color: #31445a; font-size: .75rem; }
.detail-section p { margin: 0; color: #5d6b7b; font-size: .75rem; white-space: pre-line; }
.source-list { display: grid; margin: 0; padding: 0; gap: 7px; list-style: none; }
.source-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e7ecf1; padding-top: 7px; font-size: .7rem; }
.source-list a { color: #155da8; font-weight: 850; }
.source-list span { color: #8994a2; }
.detail-actions { position: sticky; bottom: 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; margin: 20px -6px -6px; border-top: 1px solid #edf1f4; background: rgba(255,255,255,.96); padding: 14px 6px 6px; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translateX(-50%); max-width: calc(100% - 32px); border-radius: 10px; background: #122c48; color: #fff; padding: 10px 14px; box-shadow: var(--shadow-md); font-size: .76rem; font-weight: 800; }

@media (max-width: 1180px) {
  .hero { grid-template-columns: 1fr .64fr; }
  .trending-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .policy-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .source-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .region-chips { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 34px 26px; }
  .hero-dashboard { display: grid; grid-template-columns: .9fr 1.4fr; gap: 14px; }
  .dashboard-label { grid-column: 1 / -1; margin-bottom: 0; }
  .primary-stat { border: 0; }
  .dashboard-grid { border-left: 1px solid rgba(255,255,255,.10); padding-left: 14px; }
  .dashboard-note { grid-column: 1 / -1; margin-top: 0; }
  .trending-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .region-explorer { grid-template-columns: 1fr; }
  .region-summary-card { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; align-items: center; }
  .region-summary-label, .region-summary-card h3, .region-summary-card > p { grid-column: 1 / -1; }
  .region-stats { margin: 0; }
  .source-overview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .source-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .service-strip-inner { min-height: 30px; }
  .service-strip-inner > span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .service-strip a { display: none; }
  .header-inner { min-height: 64px; padding: 9px 14px; }
  .brand-mark { width: 37px; height: 37px; border-radius: 10px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: .9rem; }
  .saved-button { min-width: 43px; min-height: 39px; justify-content: center; padding: 7px 9px; }
  .saved-button > span:nth-child(2) { display: none; }
  main { padding: 0 10px 42px; }
  .hero { margin-top: 12px; border-radius: 20px; padding: 24px 16px 20px; }
  .hero h1 { font-size: clamp(1.9rem,9vw,2.35rem); }
  .hero-description { margin-top: 12px; font-size: .84rem; }
  .search-form { margin-top: 20px; }
  .search-row { grid-template-columns: auto minmax(0,1fr) auto; gap: 4px; padding: 6px; }
  .search-row input { height: 46px; font-size: .88rem; }
  .search-submit { grid-column: auto; min-width: 68px; min-height: 46px; width: auto; padding: 8px 12px; }
  .search-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .condition-button, .filter-button { justify-content: center; }
  .quick-filters { flex-wrap: nowrap; margin-right: -18px; padding-right: 18px; overflow-x: auto; scrollbar-width: none; }
  .quick-filters::-webkit-scrollbar { display: none; }
  .quick-filters > span { flex: 0 0 auto; }
  .quick-filters button { flex: 0 0 auto; }
  .hero-dashboard { display: none; }
  .section-shell { margin-top: 32px; }
  .section-heading { display: block; margin-bottom: 14px; }
  .section-heading h2 { font-size: 1.38rem; }
  .section-heading > p { margin-top: 5px; font-size: .75rem; text-align: left; }
  .category-grid { display: flex; margin-right: -10px; padding-right: 10px; gap: 8px; overflow-x: auto; scrollbar-width: none; }
  .category-grid::-webkit-scrollbar { display: none; }
  .category-card { flex: 0 0 145px; min-height: 105px; padding: 14px; }
  .region-group-tabs { display: none; }
  .region-panel { padding: 11px; }
  .region-chips { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .region-chip { min-height: 59px; padding: 8px 9px; }
  .region-chip.all-region { grid-column: span 3; }
  .region-summary-card { display: block; padding: 17px; }
  .region-summary-card > p { min-height: auto; }
  .region-stats { margin: 14px 0; }
  .trending-list { display: flex; margin-right: -10px; padding: 2px 10px 10px 0; gap: 10px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .trending-list::-webkit-scrollbar { display: none; }
  .trending-item { flex: 0 0 min(82vw, 320px); min-height: 214px; scroll-snap-align: start; }
  .result-toolbar { align-items: flex-end; }
  .result-help { display: none; }
  .result-toolbar h2 { font-size: 1.42rem; }
  .sort-control > span { display: none; }
  .toolbar-filter-button { padding: 8px 10px; }
  .policy-grid { grid-template-columns: 1fr; gap: 10px; }
  .policy-card { min-height: 0; padding: 16px; }
  .source-overview { grid-template-columns: 1fr 1fr; gap: 7px; }
  .source-overview-card { padding: 12px; }
  .source-group { border-radius: 16px; padding: 12px; }
  .source-group-heading { display: block; }
  .source-group-heading p { margin-top: 4px; }
  .source-grid { grid-template-columns: 1fr; }
  .source-card { min-height: 104px; }
  .trust-note { padding: 15px; }
  .site-footer { display: block; width: calc(100% - 20px); min-height: 0; padding: 20px; }
  .footer-links { margin-top: 16px; }
  .filter-sheet { top: auto; bottom: 0; width: 100%; height: min(76dvh, 670px); transform: translateY(105%); border: 0; border-radius: 20px 20px 0 0; padding: 10px 16px max(16px, env(safe-area-inset-bottom)); }
  .filter-sheet.is-open { transform: translateY(0); }
  .sheet-handle { display: block; width: 42px; height: 4px; margin: 2px auto 11px; border-radius: 4px; background: #ccd4dd; }
  .condition-dialog, .detail-dialog { width: calc(100% - 12px); max-height: 94dvh; border-radius: 18px; }
  .dialog-shell, .detail-shell { padding: 18px; }
  .condition-grid { grid-template-columns: 1fr; }
  .detail-sections { grid-template-columns: 1fr; }
  .detail-section.full { grid-column: auto; }
  .detail-title { margin-right: 38px; font-size: 1.45rem; }
  .detail-actions { grid-template-columns: 1fr; }
}

.korea-map-mount { width:100%; min-height:430px; display:flex; align-items:center; justify-content:center; padding:8px; }
.korea-map-mount .map-loading { color:var(--muted); font-size:.78rem; }
.korea-boundary-map { width:min(100%,540px); height:auto; max-height:500px; overflow:visible; }
.korea-boundary-map > g > path { fill:#edf3f9; stroke:#fff; stroke-width:1.6; cursor:pointer; transition:fill .14s ease,stroke .14s ease,filter .14s ease; vector-effect:non-scaling-stroke; }
.korea-boundary-map > g > path:hover { fill:#cfe7ff; stroke:#4d8fd1; filter:drop-shadow(0 2px 2px rgba(30,85,140,.14)); }
.korea-boundary-map > g > path.is-selected { fill:#8fc5fb; stroke:#145fa7; stroke-width:2.2; }
.korea-map-labels text { pointer-events:none; text-anchor:middle; font-weight:900; fill:#27445e; paint-order:stroke; stroke:#fff; stroke-width:3px; stroke-linejoin:round; }
.korea-map-labels .region-name { font-size:13px; }
.korea-map-labels .region-count { font-size:11px; fill:#1266b4; }
.map-source-note { margin:7px 0 0; color:#8a97a6; font-size:.62rem; text-align:right; }
@media (max-width:900px){ .korea-map-mount{min-height:360px}.korea-boundary-map{max-height:430px} }
@media (max-width:680px){ .korea-map-mount{min-height:320px;padding:3px}.korea-boundary-map{max-height:370px}.map-source-note{text-align:left} }

.korea-map-labels text { font-family:inherit; text-anchor:middle; pointer-events:none; font-weight:900; paint-order:stroke; stroke:#fff; stroke-width:3px; stroke-linejoin:round; }
.korea-map-labels .region-name { fill:#203a53; font-size:12px; }
.korea-map-labels .region-count { fill:#0f68b8; font-size:10px; font-weight:850; }
@media (max-width:680px){ .korea-map-labels .region-name{font-size:10px}.korea-map-labels .region-count{font-size:8.5px} }

.detail-key-summary { margin:14px 0 16px; padding:16px 18px; border-radius:14px; background:#f3f8fd; border:1px solid #dbe9f6; }
.detail-key-label { display:block; margin-bottom:6px; color:#1766ad; font-size:.72rem; font-weight:900; letter-spacing:.03em; }
.card-footer.single-action .detail-button { width:100%; }

.primary-intents{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.intent-card{display:flex;align-items:center;gap:14px;min-height:92px;padding:18px 20px;border:1px solid #d5e3f0;border-radius:18px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 8px 22px rgba(24,64,104,.06)}.intent-card:hover{border-color:#7fb6e8;transform:translateY(-1px)}.intent-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:14px;background:#eaf4ff;color:#1268b7;font-size:1.25rem;font-weight:950}.intent-card strong{display:block;color:#18344f;font-size:1.08rem;line-height:1.3}.intent-card small{display:block;margin-top:5px;color:#718090;font-size:.82rem}.region-tag{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#eef6ed;color:#386a35;font-size:.7rem;font-weight:900}.policy-card{padding:22px}.card-title{font-size:1.08rem;line-height:1.45}.card-summary{font-size:.91rem;line-height:1.65}.card-facts dt,.card-facts dd{font-size:.78rem;line-height:1.5}.detail-button,.primary-button,.secondary-button,.condition-button,.filter-button{min-height:46px;font-size:.88rem}.category-card{min-height:112px}.category-card strong{font-size:.95rem}.region-chip strong{font-size:.85rem}
@media (max-width:900px){.primary-intents{grid-template-columns:repeat(3,1fr)}.intent-card{min-height:84px}.policy-grid{grid-template-columns:1fr 1fr}}
@media (max-width:680px){body{font-size:17px}.primary-intents{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.intent-card{min-height:118px;flex-direction:column;align-items:flex-start;gap:10px;padding:14px}.intent-card:nth-child(3){grid-column:1/-1;min-height:74px;flex-direction:row;align-items:center}.intent-icon{width:40px;height:40px;flex-basis:40px;border-radius:12px}.intent-card strong{font-size:.98rem}.intent-card small{font-size:.74rem;line-height:1.35}.policy-grid{grid-template-columns:1fr}.policy-card{padding:20px}.card-title{font-size:1.12rem}.card-summary{font-size:.94rem}.card-facts dt,.card-facts dd{font-size:.82rem}.detail-button{min-height:50px;font-size:.92rem}.category-card{min-height:104px}}

.region-stats.three{grid-template-columns:repeat(3,1fr)}
.region-stats.three>div{min-width:0}
.region-stats.three strong{font-size:1.25rem}
.region-stats.three span{font-size:.68rem}
@media(max-width:680px){.region-stats.three{gap:6px}.region-stats.three strong{font-size:1.08rem}.region-stats.three span{font-size:.64rem}}

.region-stat-button{border:1px solid #e0e9f2;background:#fff;border-radius:12px;padding:12px 8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:74px;width:100%}.region-stat-button:hover{border-color:#8bbce8;background:#f7fbff}.region-stat-button.is-active{border-color:#2d7fc7;background:#edf6ff;box-shadow:0 0 0 2px rgba(45,127,199,.08)}.region-stat-button strong{color:#173d61}.region-stat-button span{color:#6f7f90}.region-stat-button:focus-visible{outline:3px solid rgba(45,127,199,.25);outline-offset:2px}

.category-card-visual{min-height:148px}.category-visual{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:#f1f6fb;color:#1767ad}.category-visual svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.category-card-visual strong{font-size:1rem}.category-card-visual small{font-size:.73rem;line-height:1.45}.audience-shortcuts{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:16px;padding-top:15px;border-top:1px solid #e8eef4}.audience-label{margin-right:3px;color:#526477;font-size:.82rem;font-weight:900}.audience-button{display:flex;align-items:center;gap:7px;min-height:42px;padding:8px 14px;border:1px solid #d8e4ef;border-radius:999px;background:#fff;cursor:pointer}.audience-button strong{font-size:.85rem}.audience-button small{color:#718092;font-size:.72rem}.audience-button:hover,.audience-button.is-selected{border-color:#6ea8df;background:#edf6ff;color:#145f9f}@media(max-width:680px){.category-card-visual{flex:0 0 158px;min-height:138px}.category-visual{width:54px;height:54px}.audience-shortcuts{gap:7px}.audience-label{width:100%;font-size:.85rem}.audience-button{min-height:44px;padding:8px 13px}}

.benefit-shortcuts{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px;padding-top:15px;border-top:1px solid #e8eef4}.benefit-label{color:#526477;font-size:.82rem;font-weight:900}.benefit-button{display:flex;align-items:center;gap:9px;min-height:46px;padding:8px 16px;border:1px solid #d8e4ef;border-radius:999px;background:#fff;cursor:pointer}.benefit-button:hover,.benefit-button.is-selected{border-color:#6ea8df;background:#edf6ff;color:#145f9f}.benefit-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#f1f6fb}.benefit-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.benefit-copy{font-size:.88rem;font-weight:900}.benefit-button small{color:#718092;font-size:.72rem}@media(max-width:680px){.benefit-label{width:100%;font-size:.85rem}.benefit-button{min-height:48px}}

.district-panel{margin-top:18px;padding:16px;border:1px solid #e0e9f2;border-radius:16px;background:#f9fbfd}.district-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.district-panel-head strong{font-size:.92rem;color:#29465f}.district-panel-head span{font-size:.7rem;color:#7b8997}.district-chips{display:flex;flex-wrap:wrap;gap:8px}.district-chip{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:9px 12px;border:1px solid #d7e3ee;border-radius:12px;background:#fff;cursor:pointer}.district-chip strong{font-size:.8rem}.district-chip small{font-size:.64rem;color:#718091}.district-chip:hover,.district-chip.is-selected{border-color:#64a1d8;background:#edf6ff;color:#145f9f}.region-stats.four{grid-template-columns:repeat(4,1fr)}@media(max-width:680px){.district-panel-head{display:block}.district-panel-head span{display:block;margin-top:4px}.district-chip{flex:1 1 calc(50% - 8px)}.region-stats.four{grid-template-columns:repeat(2,1fr)}}

/* taxonomy-and-map-ux-v4 */
.korea-map-static-labels text{pointer-events:none;text-anchor:middle;font-family:Arial,"Noto Sans KR",sans-serif;font-weight:900;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round}
.korea-map-static-labels .region-name{fill:#173d61;font-size:14px}
.korea-map-static-labels .region-count{fill:#0b68b5;font-size:11px}
.filter-axis-guide{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 16px}
.filter-axis-guide span{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border:1px solid #e1eaf2;border-radius:13px;background:#f9fbfd;color:#66798c;font-size:.72rem;line-height:1.35}
.filter-axis-guide b{color:#173d61;font-size:.84rem}
.sort-control{display:flex;align-items:center;gap:8px}
.sort-control span{font-weight:900;color:#40566d;white-space:nowrap}
.sort-control select{min-width:190px;min-height:44px;font-size:.86rem;font-weight:800}
@media(max-width:680px){
  .korea-map-static-labels .region-name{font-size:11px}
  .korea-map-static-labels .region-count{font-size:8.5px}
  .filter-axis-guide{grid-template-columns:repeat(2,1fr);gap:7px}
  .filter-axis-guide span{padding:10px 11px}
  .sort-control{width:100%}
  .sort-control select{min-width:0;flex:1;width:100%}
}

/* commercial-mobile-v1 */
.category-glyph{font-size:1.08rem;font-weight:950;letter-spacing:-.04em}
.benefit-glyph{font-size:.95rem;font-weight:950}
.category-more-button{min-height:148px;border:1px dashed #b9cbe0;border-radius:16px;background:#f8fbfe;color:#165f9f;padding:16px;cursor:pointer;font-weight:900;text-align:left}
.category-more-button:hover{border-color:#6ea8df;background:#edf6ff}
.region-map-actions{display:flex;align-items:center;gap:7px}
.region-map-toggle{display:none;min-height:34px;border:1px solid #b9cbe0;border-radius:10px;background:#fff;color:#15589f;padding:0 12px;cursor:pointer;font-size:.72rem;font-weight:850}
.mobile-bottom-nav{display:none}

@media(max-width:680px){
  body{padding-bottom:78px}
  main{padding-bottom:24px}
  .service-strip{font-size:.7rem}
  .hero{box-shadow:0 16px 42px rgba(10,42,77,.14)}
  .hero-eyebrow{font-size:.76rem}
  .hero-description{max-width:31rem}
  .category-more-button{flex:0 0 158px;min-height:138px}
  .region-map-toggle{display:inline-flex;align-items:center;justify-content:center}
  .region-panel .korea-map-wrap,.region-panel .map-source-note{display:none}
  .region-panel.is-map-open .korea-map-wrap{display:flex;margin-top:12px}
  .region-panel.is-map-open .map-source-note{display:block}
  .region-chips.compact{margin-top:12px}
  .mobile-bottom-nav{position:fixed;z-index:70;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);min-height:64px;border:1px solid rgba(188,203,220,.82);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 14px 40px rgba(13,55,103,.18);backdrop-filter:blur(18px);overflow:hidden}
  .mobile-bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;background:transparent;color:#718092;cursor:pointer;font-size:.72rem;font-weight:850}
  .mobile-bottom-nav button>span{font-size:1.22rem;line-height:1}
  .mobile-bottom-nav button>strong{font-size:.66rem}
  .mobile-bottom-nav button.is-active{color:#0f5ea9;background:#f2f7fd}
  .mobile-bottom-nav button>b{position:absolute;top:7px;right:calc(50% - 22px);display:grid;min-width:17px;height:17px;place-items:center;border-radius:999px;background:#0f5ea9;color:#fff;font-size:.56rem}
  .toast{bottom:88px}
  .site-footer{margin-bottom:86px}
}

/* mobile-overflow-fix */
@media(max-width:680px){
  html,body{max-width:100%;overflow-x:hidden}
  .hero{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%}
  .hero-main,.search-form,.search-row,.search-actions,.primary-intents,.intent-card,.intent-card>span:last-child{min-width:0;max-width:100%}
  .search-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .condition-button,.filter-button{min-width:0;padding-left:8px;padding-right:8px;font-size:.76rem;white-space:nowrap}
  .primary-intents{grid-template-columns:repeat(2,minmax(0,1fr))}
  .intent-card{width:100%;overflow:hidden}
  .intent-card strong,.intent-card small{overflow-wrap:anywhere}
  .mobile-bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr));max-width:calc(100vw - 20px)}
  .mobile-bottom-nav button{min-width:0;padding:0 2px}
}

/* quick-paths-commercial */
.primary-intents{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:680px){
  .primary-intents{grid-template-columns:repeat(2,minmax(0,1fr))}
  .intent-card{min-height:96px;flex-direction:row;align-items:center;gap:10px;padding:13px}
  .intent-card:nth-child(3){grid-column:auto;min-height:96px;flex-direction:row;align-items:center}
}
