.jyca-map {
  --jyca-blue: #0879b9;
  --jyca-blue-dark: #075a8b;
  --jyca-blue-soft: #9ddcf5;
  --jyca-ink: #18364a;
  --jyca-muted: #617583;
  --jyca-surface: #f4f8fa;
  --jyca-line: #dbe5eb;
  color: var(--jyca-ink);
  font-family: inherit;
}
.jyca-map * { box-sizing: border-box; }
.jyca-map__intro { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.jyca-map__eyebrow { margin: 0 0 8px; color: var(--jyca-blue); font-size: .75rem; font-weight: 750; letter-spacing: .14em; }
.jyca-map__intro h2 { margin: 0 0 10px; font-size: clamp(1.75rem, 4vw, 2.55rem); letter-spacing: -.025em; }
.jyca-map__intro > p:last-child { margin-bottom: 0; color: var(--jyca-muted); }
.jyca-map__controls { display: flex; align-items: end; gap: 12px; max-width: 800px; margin: 0 auto 32px; }
.jyca-map__controls label { flex: 1; font-size: .8rem; font-weight: 700; }
.jyca-map__controls label span { display: block; margin-bottom: 7px; }
.jyca-map__controls input { width: 100%; min-height: 50px; padding: 10px 16px; border: 1px solid #afc0ca; border-radius: 10px; background: #fff; color: var(--jyca-ink); box-shadow: 0 2px 10px rgba(24, 54, 74, .04); }
.jyca-map__controls input:focus { border-color: var(--jyca-blue); outline: 3px solid rgba(8, 121, 185, .14); }
.jyca-reset { min-height: 50px; padding: 9px 17px; border: 1px solid var(--jyca-blue); border-radius: 10px; background: #fff; color: var(--jyca-blue-dark); font-weight: 700; cursor: pointer; }
.jyca-reset:hover { background: #edf8fd; }
.jyca-map__layout { display: grid; grid-template-columns: minmax(0, 740px) 250px; gap: 28px; align-items: center; justify-content: center; margin-bottom: 42px; }
.jyca-svg-panel { position: relative; min-width: 0; padding: 18px; border: 1px solid #e4edf2; border-radius: 20px; background: linear-gradient(145deg, #f8fbfc, #eef5f8); box-shadow: 0 14px 38px rgba(30, 76, 104, .08); }
.jyca-svg-map { max-width: 670px; margin: auto; }
.jyca-svg-map svg { display: block; width: 100%; height: auto; overflow: visible; }
.jyca-svg-map .prefecture { fill: #dbe5ea !important; stroke: #fff !important; stroke-width: 1.8px !important; cursor: pointer; transition: fill .18s ease, filter .18s ease, opacity .18s ease; outline: none; }
.jyca-svg-map .prefecture:hover,
.jyca-svg-map .prefecture:focus { fill: #bdd3de !important; filter: drop-shadow(0 2px 3px rgba(24, 54, 74, .18)); }
.jyca-svg-map .prefecture.has-council { fill: var(--jyca-blue-soft) !important; }
.jyca-svg-map .prefecture.has-council:hover,
.jyca-svg-map .prefecture.has-council:focus { fill: #55b9e3 !important; }
.jyca-svg-map .prefecture.is-selected,
.jyca-svg-map .prefecture.is-selected:hover,
.jyca-svg-map .prefecture.is-selected:focus { fill: var(--jyca-blue) !important; filter: drop-shadow(0 3px 5px rgba(7, 90, 139, .32)); }
.jyca-svg-map .boundary-line { pointer-events: none; }
.jyca-map-tooltip { position: absolute; z-index: 5; min-width: 148px; padding: 10px 13px; transform: translate(-50%, -100%); border-radius: 9px; background: var(--jyca-ink); color: #fff; box-shadow: 0 8px 24px rgba(11, 39, 56, .24); pointer-events: none; text-align: center; }
.jyca-map-tooltip::after { content: ''; position: absolute; left: 50%; bottom: -6px; width: 12px; height: 12px; transform: translateX(-50%) rotate(45deg); background: var(--jyca-ink); }
.jyca-map-tooltip strong,
.jyca-map-tooltip span { display: block; position: relative; z-index: 1; }
.jyca-map-tooltip strong { font-size: .92rem; }
.jyca-map-tooltip span { margin-top: 2px; color: #cfe9f5; font-size: .72rem; }
.jyca-map__side { padding: 25px; border: 1px solid #dce8ee; border-radius: 16px; background: #fff; box-shadow: 0 9px 28px rgba(24, 54, 74, .07); }
.jyca-map__side-label { margin: 0 0 5px; color: var(--jyca-muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.jyca-map__selection { margin: 0 0 18px; font-size: 1.35rem; font-weight: 750; }
.jyca-map__total { display: flex; align-items: baseline; gap: 7px; margin: 0 0 22px; padding-bottom: 20px; border-bottom: 1px solid var(--jyca-line); }
.jyca-map__total strong { color: var(--jyca-blue); font-size: 2.4rem; line-height: 1; }
.jyca-map__total span { color: var(--jyca-muted); font-size: .78rem; }
.jyca-map__note { display: flex; align-items: center; gap: 8px; margin: 9px 0; color: var(--jyca-muted); font-size: .74rem; }
.jyca-legend { width: 17px; height: 12px; flex: 0 0 auto; border-radius: 3px; background: #dbe5ea; }
.jyca-legend--listed { background: var(--jyca-blue-soft); }
.jyca-reset--side { width: 100%; min-height: 42px; margin-top: 17px; font-size: .78rem; }
.jyca-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jyca-card { overflow: hidden; border: 1px solid var(--jyca-line); border-radius: 15px; background: #fff; box-shadow: 0 7px 24px rgba(24, 54, 74, .07); transition: transform .18s ease, box-shadow .18s ease; }
.jyca-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(24, 54, 74, .12); }
.jyca-card[hidden] { display: none; }
.jyca-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 9; }
.jyca-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.jyca-card:hover .jyca-card__image img { transform: scale(1.025); }
.jyca-card__body { padding: 20px; }
.jyca-card__place { margin: 0 0 6px; color: var(--jyca-blue); font-size: .76rem; font-weight: 700; }
.jyca-card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.jyca-card h3 a { color: var(--jyca-ink); text-decoration: none; }
.jyca-card__excerpt { color: #526773; font-size: .88rem; line-height: 1.75; }
.jyca-card__link { display: inline-block; margin-top: 8px; color: var(--jyca-blue-dark); font-size: .84rem; font-weight: 700; text-decoration: none; }
.jyca-empty { padding: 36px; border-radius: 12px; background: var(--jyca-surface); text-align: center; }

@media (max-width: 920px) {
  .jyca-map__layout { grid-template-columns: minmax(0, 680px); }
  .jyca-map__side { display: grid; grid-template-columns: 1fr auto; column-gap: 20px; align-items: center; }
  .jyca-map__selection, .jyca-map__total { margin-bottom: 10px; }
  .jyca-map__note, .jyca-reset--side { grid-column: 1 / -1; }
  .jyca-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .jyca-map__controls { align-items: stretch; flex-direction: column; }
  .jyca-svg-panel { padding: 5px; border-radius: 14px; }
  .jyca-svg-map .prefecture { stroke-width: 2.8px !important; }
  .jyca-map__side { display: block; padding: 18px; }
  .jyca-results { grid-template-columns: 1fr; }
  .jyca-map-tooltip { display: none; }
}

/* Council cards */
.jyca-card__image { display: grid; place-items: center; height: 210px; padding: 20px; background: #fff; aspect-ratio: auto; }
.jyca-card__image img { display:block; max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; }
.jyca-card:hover .jyca-card__image img { transform: none; }
.jyca-card__logo-placeholder { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; background: #edf6fa; color: var(--jyca-blue); font-weight: 800; letter-spacing: .08em; }
.jyca-card__body h3 { min-height: 2.7em; margin-bottom: 9px; }
.jyca-card__facts { min-height: 1.5em; margin: 5px 0 18px; color: #536b79; font-size: .8rem; }
.jyca-card__place { display:flex; flex-wrap:wrap; justify-content:space-between; gap:8px; }
.jyca-card__place span { color:#617583; font-weight:500; }
.jyca-card__excerpt { min-height:3.5em; margin:10px 0; color:#526773; font-size:.86rem; line-height:1.7; }
.jyca-card__title{min-height:0!important;margin-bottom:12px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.18rem!important}.jyca-card__title.jyca-title--long{font-size:1rem!important}.jyca-card__title.jyca-title--xlong{font-size:.86rem!important}.jyca-card__meta,.jyca-profile__meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 13px}.jyca-card__meta span,.jyca-profile__meta span{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;background:#edf6fa;color:#176b96;font-size:.72rem;font-weight:700}.jyca-card__excerpt{display:-webkit-box;min-height:0;max-height:6.8em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.jyca-card__link { text-decoration: underline; text-underline-offset: 4px; }

/* Council profile */
.jyca-profile { --jyca-blue:#0879b9; --jyca-ink:#18364a; --jyca-muted:#637783; width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:34px 0 80px; color:var(--jyca-ink); }
.jyca-breadcrumb { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:42px; color:var(--jyca-muted); font-size:.78rem; }
.jyca-breadcrumb a { color:var(--jyca-muted); }
.jyca-profile__hero { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:60px; align-items:center; padding-bottom:36px; }
.jyca-profile__place { margin:0 0 10px; color:var(--jyca-blue); font-weight:700; }
.jyca-profile h1 { margin:0 0 14px; font-size:clamp(2rem,5vw,3.5rem); line-height:1.18; letter-spacing:-.035em; }
.jyca-profile__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jyca-profile__title.jyca-title--long{font-size:clamp(1.7rem,3.6vw,2.8rem)}.jyca-profile__title.jyca-title--xlong{font-size:clamp(1.3rem,2.8vw,2.15rem)}
.jyca-profile__facts { color:var(--jyca-muted); }
.jyca-profile__links { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.jyca-profile__links a { padding:10px 15px; border:1px solid #c9dbe4; border-radius:9px; color:var(--jyca-ink); font-weight:700; text-decoration:none; }
.jyca-profile__links a:hover { border-color:var(--jyca-blue); color:var(--jyca-blue); }
.jyca-profile__logo { display:grid; place-items:center; min-height:220px; padding:30px; border:1px solid #e0eaef; border-radius:18px; background:#fff; box-shadow:0 12px 35px rgba(24,54,74,.08); }
.jyca-profile__logo img { max-width:100%; max-height:190px; width:auto; height:auto; object-fit:contain; }
.jyca-profile__summary { max-width:900px; margin:15px 0 26px; font-size:1.2rem; font-weight:600; line-height:1.9; }
.jyca-profile__content { max-width:900px; font-size:1rem; line-height:2; }
.jyca-related { margin-top:70px; padding-top:42px; border-top:1px solid #dce7ec; }
.jyca-related__heading p { margin:0 0 5px; color:var(--jyca-blue); font-size:.72rem; font-weight:800; letter-spacing:.13em; }
.jyca-related__heading h2 { margin:0 0 28px; font-size:clamp(1.6rem,3vw,2.25rem); }
.jyca-related__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.jyca-related-card { overflow:hidden; border:1px solid #dce7ec; border-radius:16px; background:#fff; box-shadow:0 8px 26px rgba(24,54,74,.07); }
.jyca-related-card__image { display:block; aspect-ratio:16/10; background:#eef5f8; }
.jyca-related-card__image img { width:100%; height:100%; object-fit:cover; }
.jyca-related-card__body { padding:20px; }
.jyca-related-card__genre { display:inline-block; margin:0 0 10px; padding:5px 10px; border-radius:99px; background:#e9f6fc; color:var(--jyca-blue); font-size:.72rem; font-weight:700; }
.jyca-related-card h3 { margin:0 0 8px; font-size:1.1rem; line-height:1.45; }
.jyca-related-card h3 a { color:var(--jyca-ink); text-decoration:none; }
.jyca-related-card__date { margin:0 0 10px; color:var(--jyca-blue); font-size:.75rem; }
.jyca-related-card__excerpt { color:#536b79; font-size:.86rem; line-height:1.7; }
.jyca-related-card__more { display:inline-block; margin-top:14px; color:var(--jyca-ink); font-weight:700; text-underline-offset:4px; }
.jyca-related__empty { padding:25px; border-radius:12px; background:#f4f8fa; color:var(--jyca-muted); }
@media(max-width:780px){.jyca-profile__hero{grid-template-columns:1fr;gap:25px}.jyca-profile__logo{grid-row:1;min-height:170px}.jyca-related__grid{grid-template-columns:1fr}.jyca-profile{width:min(100% - 28px,1180px)}}

/* Library */
.jyca-library{width:min(1200px,calc(100% - 40px));margin:0 auto;padding:55px 0 80px;color:#18364a}.jyca-library__header{max-width:850px;margin-bottom:55px}.jyca-library__header h1{margin:0 0 15px;font-size:clamp(2.2rem,5vw,3.8rem)}.jyca-library__header>p:last-child{font-size:1.05rem;line-height:1.9}.jyca-library__layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:28px;align-items:start}.jyca-library__filters{position:sticky;top:25px;padding:24px;border-radius:16px;background:#fff4d2}.jyca-library__filters fieldset{display:grid;gap:9px;margin:24px 0;padding:0;border:0}.jyca-library__filters legend,.jyca-library__filters>label{font-weight:750}.jyca-library__filters label{display:block;font-size:.88rem}.jyca-library__filters input[type=search],.jyca-library__filters select{width:100%;margin-top:8px;padding:10px;border:1px solid #9aabb5;border-radius:6px;background:#fff}.jyca-library__filters .jyca-reset{width:100%;margin-top:22px;background:transparent}.jyca-library__count{margin:0 0 15px;color:#617583}.jyca-library__count strong{margin-right:4px;color:#0879b9;font-size:1.6rem}.jyca-library__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.jyca-library-card{overflow:hidden;border:1px solid #dae5ea;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(24,54,74,.07)}.jyca-library-card[hidden]{display:none}.jyca-library-card__image{display:grid;place-items:center;aspect-ratio:16/10;overflow:hidden;background:#eef5f8}.jyca-library-card__image img{width:100%;height:100%;object-fit:cover}.jyca-library-card__placeholder{color:#0879b9;font-weight:800;letter-spacing:.08em}.jyca-library-card__body{padding:22px}.jyca-library-card__tag{display:inline-block;margin:0 0 10px;padding:5px 10px;border-radius:99px;background:#e7f5fc;color:#0879b9;font-size:.72rem;font-weight:750}.jyca-library-card h2{margin:0 0 9px;font-size:1.25rem;line-height:1.4}.jyca-library-card h2 a{color:#18364a;text-decoration:none}.jyca-library-card__meta{color:#0879b9;font-size:.76rem}.jyca-library-card__body>p:last-of-type{color:#536b79;font-size:.88rem;line-height:1.7}.jyca-library-card__more{color:#18364a;font-weight:750;text-underline-offset:4px}.jyca-list__intro{text-align:center;margin:20px auto 38px}.jyca-list__intro h2{font-size:clamp(1.8rem,4vw,2.7rem)}.jyca-resource-single{width:min(1000px,calc(100% - 40px));margin:0 auto;padding:42px 0 80px}.jyca-resource-single h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.25}.jyca-resource-single__image{display:grid;place-items:center;max-height:620px;margin:30px 0;overflow:hidden;border-radius:14px;background:#eef5f8}.jyca-resource-single__image img{max-width:100%;max-height:620px;width:auto;height:auto}.jyca-resource-single__source{display:inline-block;margin-top:20px;padding:12px 18px;border-radius:8px;background:#0879b9;color:#fff;text-decoration:none;font-weight:700}@media(max-width:800px){.jyca-library__layout{grid-template-columns:1fr}.jyca-library__filters{position:static}.jyca-library__grid{grid-template-columns:1fr}.jyca-library{width:min(100% - 28px,1200px)}}
