:root {
  --sky: #64c7ed;
  --sky-bright: #bcecff;
  --deep: #0c769d;
  --deep-dark: #07516f;
  --navy: #102d3a;
  --ink: #16303c;
  --muted: #5e747e;
  --paper: #f4f8fa;
  --card: #fff;
  --soft: #eaf7fc;
  --line: #dbe7ec;
  --line-strong: #c6d9e1;
  --warn: #755400;
  --warn-bg: #fff7d9;
  --purple: #69518e;
  --shadow: 0 12px 32px rgb(24 71 90 / 6%);
}

* { box-sizing: border-box; }
html { margin: 0; padding: 0; color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; padding: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 15px/1.65 system-ui, -apple-system, "Segoe UI", "Noto Sans JP", sans-serif; text-rendering: optimizeLegibility; }
a { color: var(--deep-dark); text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #005f86; outline-offset: 3px; }
.container { width: min(100% - 40px, 1120px); margin-inline: auto; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 100; border-radius: 8px; background: var(--navy); color: #fff; padding: 10px 16px; }
.skip:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* Header */
.site-header { background: rgb(255 255 255 / 96%); border-top: 4px solid var(--sky); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-height: 52px; display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; white-space: nowrap; }
.brand-mark { position: relative; width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: conic-gradient(from 8deg, var(--sky), var(--sky-bright), var(--sky), #39add8, var(--sky)); box-shadow: 0 0 0 5px var(--soft); }
.brand-mark::before { content: ""; position: absolute; inset: 7px; border: 2px solid rgb(255 255 255 / 88%); border-radius: 50%; }
.brand-mark i { width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 -10px 0 -1px #fff, 0 10px 0 -1px #fff, 10px 0 0 -1px #fff, -10px 0 0 -1px #fff; }
.brand-mark.small { width: 30px; height: 30px; box-shadow: 0 0 0 4px rgb(255 255 255 / 10%); }
.brand-mark.small::before { inset: 5px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 20px; letter-spacing: .04em; }
.brand-copy small { margin-top: 6px; color: var(--deep); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.brand-meta { display: flex; align-items: center; gap: 7px; }
.brand-meta em { border: 1px solid var(--line-strong); border-radius: 99px; background: #fff; color: var(--muted); padding: 1px 5px; font-size: 8px; font-style: normal; font-weight: 800; line-height: 1.4; }
.search { width: min(100%, 390px); display: flex; position: relative; }
.search input { min-width: 0; min-height: 46px; flex: 1; border: 1px solid var(--line-strong); border-right: 0; border-radius: 10px 0 0 10px; background: #fff; padding: 9px 13px; color: var(--ink); font: inherit; }
.search input::placeholder { color: #788b94; }
.search button { min-height: 46px; display: inline-flex; align-items: center; gap: 5px; border: 0; border-radius: 0 10px 10px 0; background: var(--deep); color: #fff; padding-inline: 16px; font: inherit; font-weight: 800; cursor: pointer; }
.search button:hover { background: var(--deep-dark); }
.tabs { position: sticky; top: 0; z-index: 10; background: rgb(255 255 255 / 96%); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.tabs-inner { display: flex; align-items: stretch; }
.tab { min-width: 0; min-height: 48px; flex: 1 1 0; display: grid; place-items: center; position: relative; border-bottom: 3px solid transparent; color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 750; letter-spacing: .02em; }
.tab::after { content: ""; width: 0; height: 3px; position: absolute; left: 50%; bottom: -3px; border-radius: 99px; background: var(--deep); transition: width .18s ease, left .18s ease; }
.tab:hover { color: var(--deep-dark); background: var(--soft); }
.tab.current { color: var(--deep-dark); font-weight: 850; }
.tab.current::after { width: 34px; left: calc(50% - 17px); }
.more-nav { min-width: 0; flex: 1 1 0; position: relative; color: var(--muted); }
.more-nav summary { min-height: 48px; display: grid; place-items: center; border-bottom: 3px solid transparent; cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }
.more-nav summary::-webkit-details-marker { display: none; }
.more-nav summary::after { content: "⌄"; margin-left: 4px; font-size: 9px; }
.more-nav.current summary { color: var(--deep-dark); border-bottom-color: var(--deep); }
.more-nav[open] summary { background: var(--soft); color: var(--deep-dark); }
.more-nav > nav { width: 190px; display: grid; position: absolute; z-index: 30; top: calc(100% + 5px); right: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.more-nav > nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line); padding: 8px 13px; color: var(--ink); font-size: 12px; font-weight: 750; text-decoration: none; }
.more-nav > nav a:last-child { border-bottom: 0; }
.more-nav > nav a:hover { background: var(--soft); }

/* Main and shared headings */
.content { min-height: 62vh; padding-block: 26px 48px; }
.eyebrow { margin: 0 0 5px; color: var(--deep); font-size: 10px; font-weight: 900; letter-spacing: .17em; line-height: 1.4; }
.page-head { margin-bottom: 18px; padding: 4px 0 3px; }
.page-head h1 { margin: 0; color: var(--navy); font-size: clamp(26px, 4vw, 38px); line-height: 1.25; letter-spacing: -.025em; }
.page-head > p:last-child { max-width: 660px; margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.page-head-official, .page-head-blogs, .page-head-popular { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(120deg, #fff, var(--soft)); padding: 18px 20px; box-shadow: 0 8px 24px rgb(24 71 90 / 4%); }
.page-head-blogs { border-left: 4px solid var(--sky); }
.page-head-popular { background: linear-gradient(120deg, #fff, #f5f0fb); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: 27px; line-height: 1.25; letter-spacing: -.02em; }
.section-heading p:last-child { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; font-size: 12px; font-weight: 800; text-decoration: none; }

/* Home */
.home-lead { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.68fr); overflow: hidden; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.home-lead--solo { grid-template-columns: 1fr; }
.home-lead--solo .welcome-panel { min-height: 250px; display: flex; flex-direction: column; justify-content: center; }
.welcome-panel { position: relative; overflow: hidden; background: radial-gradient(circle at 95% 15%, rgb(100 199 237 / 35%), transparent 33%), linear-gradient(145deg, var(--navy), #0b536f); color: #fff; padding: 22px 25px 18px; }
.welcome-panel::after { content: ""; position: absolute; right: -35px; bottom: -45px; width: 145px; height: 145px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; box-shadow: 0 0 0 22px rgb(255 255 255 / 4%), 0 0 0 44px rgb(255 255 255 / 3%); pointer-events: none; }
.welcome-panel .eyebrow { color: var(--sky-bright); }
.welcome-panel h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(24px, 2.7vw, 31px); line-height: 1.32; letter-spacing: -.04em; }
.welcome-panel h1 span { color: var(--sky-bright); }
.lead-copy { position: relative; z-index: 1; margin: 9px 0 8px; color: #ddecf2; font-size: 12px; line-height: 1.65; }
.lead-links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 4px 18px; }
.lead-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.lead-links a span { color: var(--sky-bright); }
.official-pulse { padding: 17px 25px 15px; }
.section-kicker { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.section-kicker p { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--deep); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.section-kicker > a { min-height: 44px; display: inline-flex; align-items: center; font-size: 11px; font-weight: 800; text-decoration: none; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 4px var(--soft); }
.official-pulse h2 { margin: -1px 0 7px; color: var(--navy); font-size: 22px; line-height: 1.25; }
.official-pulse ol { list-style: none; margin: 0; padding: 0; }
.official-pulse li { min-height: 44px; display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: center; gap: 9px; border-top: 1px solid var(--line); }
.official-pulse time { color: var(--muted); font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.official-pulse a { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 750; line-height: 1.5; text-decoration: none; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.official-pulse a:hover { color: var(--deep); text-decoration: underline; }
.official-pulse li > span { min-width: 0; display: flex; align-items: center; gap: 8px; }
.official-pulse a.flash-topic { flex: 0 0 auto; display: inline-flex; color: var(--deep); font-size: 9px; white-space: nowrap; }
.latest-section { margin: 6px 0 28px; }
.information-dashboard { margin: 4px 0 28px; }
.dashboard-heading { margin-bottom: 12px; }
.information-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; align-items: start; }
.information-panel { min-width: 0; }
.information-panel > header { min-height: 58px; border: 1px solid var(--line); border-bottom: 0; border-radius: 14px 14px 0 0; background: linear-gradient(120deg, #fff, var(--soft)); padding: 11px 13px 8px; }
.information-panel > header h3 { margin: 0; color: var(--navy); font-size: 16px; line-height: 1.3; }
.information-panel .item-list { border-radius: 0 0 14px 14px; }
.information-panel .item-row { grid-template-columns: 54px minmax(0, 1fr); }
.information-panel .item-body { padding: 9px 10px 10px; }
.information-panel .item-title { margin-block: 3px; font-size: 13px; }
.information-panel > header { position: relative; }
.panel-more { position: absolute; right: 12px; bottom: 8px; color: var(--deep-dark); font-size: 10px; font-weight: 800; text-decoration: none; }
.information-panel .source-name { max-width: 145px; }
.information-panel .empty { min-height: 136px; border-radius: 0 0 14px 14px; padding: 16px; }
.delay { display: flex; gap: 11px; align-items: baseline; margin: 0 0 18px; border: 1px solid #ecd58b; border-radius: 10px; background: var(--warn-bg); color: var(--warn); padding: 10px 13px; font-size: 12px; }
.delay strong { white-space: nowrap; }

/* Article timeline */
.item-list { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--card); box-shadow: 0 6px 18px rgb(24 71 90 / 3%); }
.item-row { min-width: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); position: relative; border-bottom: 1px solid var(--line); background: #fff; transition: background-color .15s ease; }
.item-row:last-child { border-bottom: 0; }
.item-row:hover { background: #f9fcfd; }
.item-row::before { content: ""; width: 3px; position: absolute; inset-block: 0; left: 0; background: transparent; }
.item-row[data-kind="news"]::before { background: var(--deep); }
.item-row[data-kind="blog"]::before { background: var(--sky); }
.item-row[data-kind="video"]::before { background: var(--purple); }
.item-row[data-kind="appearance"]::before { background: #d46b2c; }
.item-row[data-kind="article"]::before { background: #2c8a62; }
.item-meta { display: flex; justify-content: center; border-right: 1px solid var(--line); background: #fbfdfe; padding-top: 15px; }
.item-meta time { display: flex; flex-direction: column; align-items: center; color: var(--muted); font-size: 10px; line-height: 1.3; font-variant-numeric: tabular-nums; }
.item-meta time strong { color: var(--ink); font-size: 14px; }
.item-body { min-width: 0; padding: 12px 15px 13px; }
.item-labels { min-height: 19px; display: flex; align-items: center; gap: 8px; }
.badge { display: inline-flex; align-items: center; min-height: 19px; border: 1px solid var(--line); border-radius: 99px; background: #eff4f6; color: var(--muted); padding: 1px 8px; font-size: 10px; font-weight: 850; line-height: 1.3; }
.badge-news { border-color: var(--deep); background: var(--deep); color: #fff; }
.badge-blog { border-color: #b7dfef; background: var(--soft); color: var(--deep-dark); }
.badge-video { border-color: #d9cceb; background: #f5effc; color: #573d79; }
.badge-appearance { border-color: #efc4a8; background: #fff4ec; color: #8b3f16; }
.badge-article { border-color: #b9dfcf; background: #edf8f3; color: #196342; }
.badge-category { background: #fff; color: var(--muted); }
.badge-article-kind { border-color: #c4d9d0; background: #f5fbf8; color: #27624b; }
.badge-today { border-color: #f1b77d; background: #fff4e8; color: #873f00; }
.badge-new { border-color: #a7d9eb; background: #eefaff; color: var(--deep-dark); }
.badge-rescheduled { border-color: #d4b36b; background: #fff7df; color: #775100; }
.badge-cancelled { border-color: #e1aaa5; background: #fff0ef; color: #8c2b24; }
.clicks { color: var(--deep); font-size: 10px; font-weight: 750; }
.topic-link { position: relative; z-index: 2; color: var(--deep-dark); font-size: 10px; font-weight: 800; text-decoration: none; }
.item-title { margin: 4px 0 5px; font-size: 16px; font-weight: 700; line-height: 1.47; letter-spacing: -.012em; }
.item-title a { color: var(--ink); text-decoration: none; }
.item-title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.item-title a:hover { color: var(--deep-dark); text-decoration: underline; }
.time-withheld { margin-top: 16px; color: var(--muted); font-size: 10px; font-weight: 700; }
.source { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; color: var(--muted); font-size: 11px; }
.source-name { overflow: hidden; max-width: 260px; text-overflow: ellipsis; white-space: nowrap; }
.source a.source-name { position: relative; z-index: 2; color: var(--muted); text-decoration: none; }
.source a.source-name:hover { color: var(--deep-dark); text-decoration: underline; }
.member-chip { min-height: 44px; position: relative; z-index: 2; display: inline-flex; align-items: center; background: transparent; padding: 1px 7px; color: var(--deep-dark); font-size: 10px; font-weight: 700; text-decoration: none; isolation: isolate; }
.member-chip::before { content: ""; position: absolute; z-index: -1; inset: 7px 0; border-radius: 99px; background: var(--soft); }
.save-button { min-height: 44px; position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 3px; border: 0; background: transparent; color: var(--muted); padding: 0 3px; font: inherit; font-size: 10px; font-weight: 750; cursor: pointer; }
.save-button:hover, .save-button[aria-pressed="true"] { color: var(--deep-dark); }
.save-button[aria-pressed="true"] span { color: var(--deep); }
.original-link { min-height: 44px; position: relative; z-index: 2; display: inline-flex; align-items: center; margin-left: auto; white-space: nowrap; color: var(--muted); font-size: 10px; font-weight: 750; text-decoration: none; }
.original-link:hover { color: var(--deep-dark); }
.ranked { counter-reset: ranking; }
.ranked .item-row { counter-increment: ranking; }
.ranked .item-meta::before { content: counter(ranking, decimal-leading-zero); position: absolute; left: 8px; top: 7px; color: var(--sky); font-size: 9px; font-weight: 900; }

.empty { min-height: 118px; display: flex; align-items: center; gap: 16px; border: 1px dashed var(--line-strong); border-radius: 14px; background: #fff; padding: 22px; color: var(--muted); }
.empty > span { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--deep); font-size: 21px; font-weight: 300; }
.empty strong { display: block; color: var(--ink); font-size: 15px; }
.empty p { margin: 3px 0 0; font-size: 12px; }
.empty a { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; font-weight: 800; text-decoration: none; }
.empty-popular { max-width: 740px; }
.recommend-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 13px; }
.recommend-grid a { min-height: 98px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 14px 16px; color: var(--ink); text-decoration: none; }
.recommend-grid a:hover { border-color: #a9d8e9; box-shadow: 0 8px 22px rgb(24 71 90 / 7%); }
.recommend-grid small { color: var(--deep); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.period-tabs { display: inline-flex; overflow: hidden; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.period-tabs a { min-height: 44px; display: inline-flex; align-items: center; border-right: 1px solid var(--line); padding: 7px 16px; color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.period-tabs a:last-child { border-right: 0; }
.period-tabs a[aria-current="page"] { background: var(--deep); color: #fff; }
.filter-panel > summary { display: none; }
.filter-panel:not([open]) > .filter-bar { display: grid; }
.filter-bar { display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 9px; margin: 0 0 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 12px; }
.filter-bar label { min-width: 0; display: grid; gap: 3px; }
.filter-bar label > span { color: var(--muted); font-size: 10px; font-weight: 800; }
.filter-bar select, .filter-bar input[type="date"] { width: 100%; min-height: 42px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; color: var(--ink); padding: 6px 8px; font: inherit; font-size: 12px; }
.filter-bar .filter-check { display: flex; align-items: center; gap: 7px; }
.filter-bar .filter-check input { width: 18px; height: 18px; }
.filter-bar button, .filter-bar > a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; align-self: end; border: 0; border-radius: 8px; padding: 7px 12px; font: inherit; font-size: 12px; font-weight: 800; text-decoration: none; }
.filter-bar button { background: var(--deep); color: #fff; cursor: pointer; }
.filter-bar > a { border: 1px solid var(--line); background: #fff; color: var(--muted); }
.saved-status { margin: -7px 0 14px; color: var(--muted); font-size: 12px; }
.profile-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 12px 0 0; }
.profile-facts div { display: flex; gap: 7px; }
.profile-facts dt { color: var(--muted); font-size: 11px; font-weight: 750; }
.profile-facts dd { margin: 0; color: var(--ink); font-size: 11px; font-weight: 800; }
.recommend-grid strong { margin-top: 2px; font-size: 14px; }
.recommend-grid span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.pager { display: flex; align-items: center; justify-content: center; gap: 10px; padding-top: 18px; }
.pager a, .pager span { min-height: 44px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: #fff; padding: 8px 15px; text-decoration: none; }
.pager span { color: var(--muted); font-size: 12px; }

/* Members */
.member-section { margin: 23px 0 30px; }
.member-section h2, .section-title { display: flex; align-items: center; gap: 9px; margin: 0 0 11px; color: var(--navy); font-size: 18px; }
.member-section h2::before, .section-title::before { content: ""; width: 5px; height: 20px; border-radius: 99px; background: var(--sky); }
.section-count { border-radius: 99px; background: var(--soft); padding: 2px 8px; color: var(--deep-dark); font-size: 10px; }
.section-note { margin: -5px 0 11px; color: var(--muted); font-size: 11px; }
.former-section { border-top: 1px solid var(--line); padding-top: 23px; }
.member-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.member-card { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 9px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 14px 15px; color: var(--ink); text-decoration: none; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.member-card::after { content: "→"; color: var(--sky); font-weight: 900; }
.member-card:hover { transform: translateY(-2px); border-color: #a9d8e9; box-shadow: 0 10px 24px rgb(24 71 90 / 8%); }
.member-card strong, .member-card span { display: block; }
.member-card strong { font-size: 15px; }
.member-card span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.directory-switcher { display: flex; flex-wrap: wrap; gap: 7px; margin: 4px 0 14px; }
.directory-switcher a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 99px; background: #fff; padding: 7px 13px; color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.directory-switcher a:hover, .directory-switcher a.current { border-color: var(--deep); background: var(--soft); color: var(--deep-dark); }
.directory-switcher span { border-radius: 99px; background: #fff; padding: 1px 6px; font-size: 10px; }
.month-jump { display: grid; grid-template-columns: repeat(12, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.month-jump a { min-height: 44px; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--deep-dark); font-size: 11px; font-weight: 800; text-decoration: none; }
.month-jump a:last-child { border-right: 0; }
.month-jump a:hover { background: var(--soft); }
.directory-result { margin: 10px 0 0; color: var(--muted); font-size: 11px; text-align: right; }
.birthday-section { scroll-margin-top: 62px; }
.birthday-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 8px; }
.birthday-card { min-height: 70px; display: grid; grid-template-columns: 64px minmax(0, 1fr) 14px; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 11px; background: #fff; padding: 10px 12px; color: var(--ink); text-decoration: none; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.birthday-card::after { content: "→"; color: var(--sky); font-weight: 900; }
.birthday-card:hover { transform: translateY(-2px); border-color: #a9d8e9; box-shadow: 0 8px 20px rgb(24 71 90 / 7%); }
.birthday-card time { color: var(--deep-dark); font-size: 13px; font-weight: 900; white-space: nowrap; }
.birthday-card span, .birthday-card strong, .birthday-card small { display: block; }
.birthday-card strong { font-size: 14px; }
.birthday-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.month-empty { margin: 0; border: 1px dashed var(--line-strong); border-radius: 10px; padding: 15px; color: var(--muted); font-size: 12px; }
.profile { position: relative; overflow: hidden; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(125deg, #fff 60%, var(--soft)); padding: 24px; box-shadow: var(--shadow); }
.back-link { min-height: 44px; display: inline-flex; align-items: center; gap: 4px; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 750; text-decoration: none; }
.profile::after { content: ""; position: absolute; right: 25px; top: 20px; width: 74px; height: 74px; border: 1px solid #b9e2f1; border-radius: 50%; box-shadow: 0 0 0 13px rgb(100 199 237 / 7%); }
.profile h1 { position: relative; z-index: 1; margin: 0; color: var(--navy); font-size: clamp(28px, 5vw, 42px); line-height: 1.2; letter-spacing: -.03em; }
.profile > p:not(.eyebrow) { position: relative; z-index: 1; margin: 3px 0 0; color: var(--muted); }
.profile nav { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.profile nav a { min-height: 44px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 99px; background: #fff; padding: 6px 12px; font-size: 11px; font-weight: 750; text-decoration: none; }
.link-icon { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.link-icon--profile, .link-icon--site { color: #1684b2; }
.link-icon--agency { color: var(--navy); }
.link-icon--x, .link-icon--tiktok { color: #111; stroke-width: 2.2; }
.link-icon--instagram { color: #c13584; }
.link-icon--youtube { color: #e62117; }
.link-icon__dot, .link-icon__play { fill: currentColor; stroke: none; }

/* Public information pages */
.prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.info-panel { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 20px; }
.info-panel.wide { grid-column: 1 / -1; }
.info-panel .eyebrow { margin-bottom: 7px; }
.info-panel h2 { margin: 0 0 8px; color: var(--navy); font-size: 17px; }
.info-panel p { margin: 0; color: var(--muted); font-size: 13px; }
.info-panel p + p { margin-top: 8px; }
.info-panel a { min-height: 40px; display: inline-flex; align-items: center; font-weight: 750; }
.page-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.page-actions a { min-height: 44px; display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 9px; background: #fff; padding: 8px 13px; font-size: 12px; font-weight: 800; text-decoration: none; }

/* Footer */
footer { border-top: 1px solid #234553; background: var(--navy); color: #dbe9ee; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 26px 50px; padding-block: 32px 25px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { color: #fff; font-size: 16px; }
.footer-brand p { margin: 2px 0 0; color: #a9c2cd; font-size: 11px; }
.footer-links { display: grid; grid-template-columns: 1fr 1.25fr; gap: 24px; }
.footer-links nav { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-links strong { margin-bottom: 2px; color: #fff; font-size: 11px; }
.footer-links a { min-height: 28px; display: inline-flex; align-items: center; color: #bdd0d8; font-size: 11px; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.disclaimer { grid-column: 1 / -1; margin: 0; border-top: 1px solid rgb(255 255 255 / 11%); padding-top: 17px; color: #91adb8; font-size: 10px; }

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1120px); }
  .header-inner { align-items: stretch; flex-direction: column; gap: 10px; padding-block: 12px; }
  .brand { align-self: flex-start; }
  .search { width: 100%; max-width: none; }
  .home-lead { grid-template-columns: 1fr; }
  .welcome-panel { padding: 17px 20px 12px; }
  .lead-copy { display: none; }
  .official-pulse { padding: 12px 18px 10px; }
  .information-grid { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .information-panel > header { min-height: 0; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 20px, 1120px); }
  .content { padding-block: 18px 36px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 18px; }
  .tabs-inner { width: 100%; }
  .tab, .more-nav { min-width: 0; }
  .tab, .more-nav summary { min-height: 46px; padding-inline: 2px; font-size: 11px; letter-spacing: 0; }
  .more-nav > nav { width: min(210px, calc(100vw - 20px)); }
  .home-lead { margin-bottom: 21px; border-radius: 14px; }
  .welcome-panel { padding: 14px 17px 9px; }
  .welcome-panel h1 { font-size: 23px; line-height: 1.25; }
  .lead-copy { margin: 9px 0 8px; font-size: 11px; line-height: 1.65; }
  .lead-links a { min-height: 44px; }
  .official-pulse { padding: 12px 16px 10px; }
  .official-pulse li { min-height: 43px; grid-template-columns: 62px minmax(0, 1fr); }
  .official-pulse li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .official-pulse h2 { font-size: 20px; }
  .information-dashboard { margin-bottom: 23px; }
  .section-heading { align-items: center; }
  .section-heading h2 { font-size: 24px; }
  .section-heading p:last-child { max-width: 250px; }
  .filter-panel { margin-bottom: 14px; }
  .filter-panel > summary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 11px; background: #fff; padding: 9px 12px; color: var(--deep); cursor: pointer; font-size: 13px; font-weight: 900; }
  .filter-panel > summary small { color: var(--muted); font-size: 10px; font-weight: 700; }
  .filter-panel[open] > summary { margin-bottom: 8px; }
  .filter-panel:not([open]) > .filter-bar { display: none; }
  .filter-panel .filter-bar { margin-bottom: 0; }
  .filter-bar { grid-template-columns: 1fr; }
  .period-tabs { width: 100%; }
  .period-tabs a { flex: 1; justify-content: center; padding-inline: 7px; }
  .item-list { border-radius: 12px; }
  .item-row { grid-template-columns: 54px minmax(0, 1fr); }
  .item-meta { padding-top: 13px; }
  .item-meta time strong { font-size: 12px; }
  .item-body { padding: 11px 10px 12px; }
  .item-title { font-size: 14px; line-height: 1.5; }
  .source { gap: 4px 6px; }
  .source-name { max-width: 175px; }
  .original-link { margin-left: 0; }
  .save-button { margin-left: auto; }
  .delay { align-items: flex-start; flex-direction: column; gap: 2px; }
  .member-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .member-card { min-height: 78px; padding: 11px; }
  .month-jump { grid-template-columns: repeat(6, 1fr); }
  .month-jump a { border-bottom: 1px solid var(--line); }
  .month-jump a:nth-child(6), .month-jump a:last-child { border-right: 0; }
  .month-jump a:nth-child(n + 7) { border-bottom: 0; }
  .birthday-grid { grid-template-columns: 1fr 1fr; }
  .birthday-card { grid-template-columns: 58px minmax(0, 1fr); gap: 8px; padding: 9px; }
  .birthday-card::after { display: none; }
  .profile { padding: 20px 17px; }
  .profile::after { right: -15px; top: 15px; }
  .footer-links { grid-template-columns: 1fr 1.2fr; }
  .prose-grid { grid-template-columns: 1fr; }
  .info-panel.wide { grid-column: auto; }
  .recommend-grid { grid-template-columns: 1fr; }
  .recommend-grid a { min-height: 78px; }
}

@media (max-width: 340px) {
  .brand-copy small { letter-spacing: .08em; }
  .tab { font-size: 10px; }
  .search button span:last-child { display: none; }
  .search button { width: 48px; justify-content: center; padding-inline: 0; }
  .member-grid { grid-template-columns: 1fr; }
  .birthday-grid { grid-template-columns: 1fr; }
  .section-heading .text-link { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
