/* HNHOT events route styles. */

.event-series-row > a {
background: color-mix(in srgb, var(--accent-soft) 34%, transparent);
}

.event-edition-list {
margin: 0 15px 12px 33px; padding: 0; overflow: hidden; border-left: 2px solid var(--line); list-style: none;
}

.event-edition-list li a {
min-height: 44px; padding: 8px 12px;
}

.event-edition-list li:not(:last-child) {
border-bottom: 1px solid var(--line-soft);
}

.knowledge-brief {
margin: 24px 0; padding: 20px 22px; border-left: 3px solid var(--accent); background: var(--paper); box-shadow: var(--shadow);
}

.knowledge-brief > p {
margin: 7px 0 0; font-family: Georgia, "Noto Serif CJK SC", serif; font-size: 16px; line-height: 1.8;
}

.knowledge-timeline {
margin-top: 31px;
}

.knowledge-timeline > header {
display: flex; padding: 0 2px 13px; align-items: flex-end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line);
}

.knowledge-timeline > header h2, .knowledge-actions > header h2, .knowledge-related-reports > h2 {
margin: 3px 0 0; font: 700 24px/1.25 Georgia, "Noto Serif CJK SC", serif;
}

.knowledge-timeline > header > span {
color: var(--muted); font-size: 11px;
}

.knowledge-actions {
margin-top: 42px; padding-top: 25px; border-top: 2px solid var(--ink);
}

.knowledge-actions > header {
margin-bottom: 14px;
}

.action-list {
display: grid; margin-top: 25px; gap: 13px;
}

.knowledge-actions .action-list {
margin-top: 0;
}

.action-card {
--status-accent: var(--muted); overflow: hidden; padding: 19px 20px; border: 1px solid var(--line); border-left: 4px solid var(--status-accent); border-radius: 10px; background: var(--paper); box-shadow: var(--shadow);
}

.action-status-upcoming {
--status-accent: var(--scope-national);
}

.action-status-ongoing {
--status-accent: var(--scope-hainan);
}

.action-status-ended {
--status-accent: var(--muted); opacity: .8;
}

.action-status-unscheduled {
--status-accent: var(--scope-domestic);
}

.action-card > header {
display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
}

.action-intent {
color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em;
}

.action-card h2 {
margin: 4px 0 0; font: 700 19px/1.5 Georgia, "Noto Serif CJK SC", serif;
}

.action-card > p {
color: var(--muted);
}

.action-card > a {
color: var(--accent); font-size: 11px;
}

.action-copy {
margin-bottom: 13px; color: var(--ink) !important; font-size: 14px;
}

.action-meta {
display: grid; margin: 0 0 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px;
}

.action-meta > div {
min-width: 0; padding: 9px 10px; border: 1px solid var(--line-soft); border-radius: 7px; background: color-mix(in srgb, var(--bg) 54%, transparent);
}

.action-meta dt {
color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em;
}

.action-meta dd {
margin: 3px 0 0; overflow-wrap: anywhere; color: var(--ink); font-size: 11px; line-height: 1.5;
}

.action-evidence {
margin: 0 0 13px; color: var(--muted); font-size: 10px;
}

.action-evidence summary {
color: var(--accent); cursor: pointer; font-weight: 700;
}

.action-evidence blockquote {
margin: 8px 0 0; padding: 9px 11px; border-left: 3px solid var(--evidence); background: color-mix(in srgb, var(--evidence) 10%, transparent); line-height: 1.65;
}

.action-state {
display: flex; flex: 0 0 auto; align-items: center; gap: 6px; color: var(--status-accent); font-size: 10px; font-weight: 750;
}

.action-state > span:first-child {
padding: 4px 8px; border: 1px solid currentColor; border-radius: 999px;
}

.action-deadline {
color: var(--accent);
}

.action-audience {
margin: 10px 0 0; color: var(--muted); font-size: 11px;
}

.action-schedule {
display: grid; margin: 15px 0 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; list-style: none;
}

.action-schedule li {
padding: 11px; border: 1px solid var(--line-soft); border-radius: 7px;
}

.action-schedule li > div {
display: grid; gap: 3px;
}

.action-schedule strong {
color: var(--muted); font-size: 9px; letter-spacing: .06em;
}

.action-schedule span {
font-size: 12px; font-weight: 650;
}

.action-schedule p, .action-channel p {
margin: 6px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6;
}

.action-channel {
display: grid; margin-top: 12px; padding: 11px; grid-template-columns: 130px minmax(0, 1fr); align-items: baseline; border-radius: 7px; background: var(--accent-soft);
}

.action-channel strong {
color: var(--muted); font-size: 9px;
}

.action-channel a {
color: var(--accent); font-weight: 750;
}

.action-channel p {
grid-column: 2;
}

.knowledge-related-reports {
margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line);
}

.knowledge-related-reports > .date-group {
margin-top: 18px;
}

.event-edition-browser {
margin-top: 25px;
}

.event-edition-tabs {
display: flex; overflow-x: auto; gap: 24px; border-bottom: 1px solid var(--line); scrollbar-width: none;
}

.event-edition-tabs::-webkit-scrollbar {
display: none;
}

.event-edition-tabs button {
position: relative; display: grid; flex: 0 0 auto; min-width: min(310px, 76vw); min-height: 58px; padding: 7px 2px 12px; align-content: center; gap: 3px; border: 0; color: var(--muted); background: transparent; text-align: left; cursor: pointer;
}

.event-edition-tabs button::after {
position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: transparent; content: "";
}

.event-edition-tabs button:hover strong {
color: var(--ink);
}

.event-edition-tabs button[aria-selected="true"] {
color: var(--ink);
}

.event-edition-tabs button[aria-selected="true"]::after {
background: var(--accent);
}

.event-edition-tabs strong {
overflow-wrap: anywhere; font: 700 15px/1.5 var(--font-serif);
}

.event-edition-tabs span {
color: var(--muted); font-size: 10px;
}

.event-edition-panel .event-timeline {
margin-top: 28px;
}

.event-timeline > h2 {
margin: 0 0 8px; font: 700 22px/1.4 var(--font-serif);
}

.event-edition-facts {
margin: 12px 0 0;
}

.event-edition-facts div {
display: grid; min-height: 48px; padding: 10px 2px; grid-template-columns: 78px minmax(0, 1fr); align-items: baseline; gap: 14px;
}

.event-edition-facts div:not(:last-child) {
border-bottom: 1px solid var(--line-soft);
}

.event-edition-facts dt {
color: var(--muted); font-size: 10px;
}

.event-edition-facts dd {
margin: 0; color: var(--ink); font-size: 13px; font-weight: 650;
}

.event-edition-facts a {
color: var(--ink);
}

.event-edition-facts a:hover {
color: var(--accent);
}

.event-edition-page .event-timeline {
margin-top: 30px;
}

.event-edition-page .event-timeline > h2 {
margin-bottom: 8px;
}

.event-report {
display: grid; padding: 18px 0; grid-template-columns: 88px minmax(0, 1fr); gap: 22px; border-top: 1px solid var(--line);
}

.event-report > time {
color: var(--muted); font-size: 10px; font-variant-numeric: tabular-nums;
}

.event-report h2 {
margin: 0; font: 700 18px/1.5 var(--font-serif);
}

.event-report-summary {
margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7;
}

.event-report-meta {
margin: 7px 0 0; color: var(--ink); font-size: 10px; font-weight: 700;
}

.activity-card {
display: grid; padding: 18px 0; grid-template-columns: 95px minmax(0, 1fr); gap: 22px; border-top: 1px solid var(--line);
}

.activity-card time {
color: var(--muted); font-size: 10px;
}

.activity-card h2 {
margin: 0 0 5px; color: var(--accent); font-size: 10px; letter-spacing: .08em;
}

.activity-card a {
font: 700 15px/1.55 var(--font-serif);
}

.activity-card blockquote {
margin: 8px 0 0; padding: 9px 11px; border-left: 3px solid var(--evidence); color: var(--muted); background: color-mix(in srgb, var(--evidence) 10%, transparent); font-size: 11px; line-height: 1.7;
}

@media (max-width: 760px) {
.topics-page .explore-page-header,
  .regions-page .explore-page-header,
  .events-page .explore-page-header,
  .documents-page .explore-page-header {
padding-bottom: 0; border-bottom: 0;
}

.topics-page .explore-page-header .eyebrow,
  .topics-page .explore-page-header .explore-stats,
  .regions-page .explore-page-header .eyebrow,
  .regions-page .explore-page-header .explore-stats,
  .events-page .explore-page-header .eyebrow,
  .events-page .explore-page-header .explore-stats,
  .documents-page .explore-page-header .eyebrow,
  .documents-page .explore-page-header .explore-stats {
display: none;
}

.topics-page .explore-page-header h1,
  .regions-page .explore-page-header h1,
  .events-page .explore-page-header h1,
  .documents-page .explore-page-header h1 {
margin: 0; font-size: 30px;
}

.events-page .directory-browser,
  .documents-page .directory-browser {
margin-top: 18px;
}

.knowledge-brief {
margin: 20px 0; padding: 17px; box-shadow: none;
}

.knowledge-brief > p {
font-size: 14px;
}

.knowledge-timeline {
margin-top: 25px;
}

.knowledge-timeline > header {
align-items: flex-start;
}

.knowledge-timeline > header h2, .knowledge-actions > header h2, .knowledge-related-reports > h2 {
font-size: 21px;
}

.action-card {
padding: 16px; box-shadow: none;
}

.action-card > header {
flex-direction: column; gap: 10px;
}

.action-card h2 {
font-size: 17px;
}

.action-meta {
grid-template-columns: 1fr;
}

.action-schedule {
grid-template-columns: 1fr;
}

.action-channel {
grid-template-columns: 1fr; gap: 4px;
}

.action-channel p {
grid-column: 1;
}

.event-edition-browser {
margin-top: 21px;
}

.event-edition-tabs {
margin-right: -16px; gap: 18px; padding-right: 16px;
}

.event-edition-tabs button {
min-width: min(292px, 82vw); min-height: 56px;
}

.event-report, .activity-card {
grid-template-columns: 1fr; gap: 7px;
}
}
