@charset "UTF-8";

.archive-empty[hidden], [data-article-page][hidden], [data-article-state][hidden], .story-toc[hidden], .story-gallery[hidden], .story-gallery [hidden], .story-tags[hidden], .story-summary[hidden], .story-facts[hidden], .story-countdown[hidden] { display: none !important; }
.article-icon { width: 18px; height: 18px; flex: 0 0 18px; display: block; overflow: visible; }

.archive-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin: 28px 0 20px; }
.archive-search { width: min(100%, 430px); display: grid; gap: 8px; }
.archive-search > span { color: var(--muted); font: 750 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .11em; text-transform: uppercase; }
.archive-search input { width: 100%; min-height: 48px; padding: 0 15px; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 0; transition: border-color .2s ease, background .2s ease; }
.archive-search input:focus { background: var(--surface-2); border-color: var(--ocean-light); outline: 0; }
.archive-search input:disabled { opacity: .5; cursor: not-allowed; }
.archive-count { flex: 0 0 auto; margin: 0; color: var(--muted); font: 720 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .09em; text-transform: uppercase; }
.archive-count strong { margin-right: 7px; color: var(--text); font-size: 20px; }

.article-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding-top: 0; }
.article-list > template { display: none; }
.article-card { --article-accent: var(--lime); min-width: 0; display: block; padding: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-top: 0; transition: border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.article-card + .article-card { margin-top: 0; }
.article-card:hover { border-color: #4a534b; transform: translateY(-3px); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.article-card-link { min-height: 100%; display: flex; flex-direction: column; }
.article-card-cover { position: relative; min-height: 230px; margin: 0; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 24% 28%, color-mix(in srgb, var(--article-accent) 55%, transparent), transparent 44%), linear-gradient(145deg, #18201b, #080a09 68%); border: 0; border-bottom: 1px solid var(--line); }
.article-card-cover::before { content: "9"; position: absolute; z-index: -1; right: 8px; bottom: -48px; color: rgba(255,255,255,.04); font-size: 168px; font-weight: 850; line-height: 1; letter-spacing: -.09em; }
.article-card-cover::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(9,11,10,.04), rgba(9,11,10,.12) 48%, rgba(9,11,10,.92)); }
.article-card-cover img { width: 100%; height: 100%; max-height: none; aspect-ratio: auto; position: absolute; inset: 0; object-fit: cover; opacity: .78; filter: saturate(.82) contrast(1.03); transition: opacity .35s ease, transform .55s var(--ease), filter .35s ease; }
.article-card:hover .article-card-cover img { opacity: .95; filter: saturate(1) contrast(1.02); transform: scale(1.035); }
.article-card-tags { position: absolute; z-index: 2; inset: 16px 16px auto; display: flex; flex-wrap: wrap; gap: 7px; }
.article-card-tags span { padding: 6px 9px; color: var(--text); background: rgba(9,11,10,.76); border: 1px solid rgba(255,255,255,.18); font: 760 8px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(9px); }
.article-card-body { flex: 1; display: flex; flex-direction: column; padding: clamp(22px,2.5vw,27px); border-top: 3px solid var(--article-accent); }
.article-card-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font: 720 9px/1.35 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .09em; text-transform: uppercase; }
.article-card-meta span, .article-card-meta time { display: inline-flex; align-items: center; gap: 7px; }
.article-card-meta .article-icon { width: 14px; height: 14px; flex-basis: 14px; color: var(--article-accent); }
.article-card h3 { margin: 17px 0 11px; font-size: clamp(27px,3vw,36px); line-height: 1.03; letter-spacing: -.043em; overflow-wrap: anywhere; }
.article-card-excerpt { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.article-card-detail { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 21px 0 0; padding: 0; border: 0; }
.article-card-detail div { position: relative; min-width: 0; min-height: 62px; padding: 12px 12px 12px 39px; background: rgba(255,255,255,.018); border: 1px solid var(--line); }
.article-card-detail .article-icon { position: absolute; left: 12px; top: 14px; width: 16px; height: 16px; color: var(--article-accent); }
.article-card-detail dt { color: var(--muted); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.article-card-detail dd { overflow: hidden; margin: 4px 0 0; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.article-card-action { width: 100%; min-height: 46px; display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 0 14px; color: var(--text); background: color-mix(in srgb, var(--article-accent) 11%, transparent); border: 1px solid color-mix(in srgb, var(--article-accent) 52%, var(--line)); font-size: 11px; font-weight: 790; letter-spacing: .02em; transition: background .2s ease, border-color .2s ease; }
.article-card-action .article-icon { margin-left: auto; color: var(--article-accent); transition: transform .22s var(--ease); }
.article-card:hover .article-card-action { background: color-mix(in srgb, var(--article-accent) 18%, transparent); border-color: var(--article-accent); }
.article-card:hover .article-card-action .article-icon { transform: translateX(4px); }
.article-card[data-event-status="active"] .article-card-tags span:first-child { background: var(--article-accent); border-color: var(--article-accent); }
.archive-empty { grid-column: 1 / -1; }
.next-link b .article-icon { width: 28px; height: 28px; }
.footer-inline-link { display: inline-flex; align-items: center; gap: 8px; }
.footer-inline-link .article-icon { width: 15px; height: 15px; }

.reading-progress { position: fixed; z-index: 120; top: var(--header); left: 0; width: 100%; height: 2px; pointer-events: none; background: var(--story-accent, var(--lime)); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.story-state { width: min(calc(100% - 48px), 760px); min-height: calc(100svh - var(--header)); display: grid; align-content: center; justify-items: start; gap: 16px; margin: var(--header) auto 0; padding: 80px 0; }
.story-state .kicker { margin: 0; }
.story-state h1 { margin: 0; font-size: clamp(48px,8vw,86px); line-height: .95; letter-spacing: -.05em; }
.story-state p { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; }
.story-state a { margin-top: 12px; color: var(--ocean-light); font-weight: 750; }

.story-hero { position: relative; display: grid; overflow: hidden; isolation: isolate; padding: calc(var(--header) + clamp(48px,5.5vw,72px)) 0 clamp(44px,5vw,58px); background: radial-gradient(circle at 22% 18%, color-mix(in srgb, var(--story-accent) 55%, transparent), transparent 42%), linear-gradient(135deg, #1a211c, var(--bg) 70%); }
.story-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(#000, transparent 86%); }
.story-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9,11,10,.9), rgba(9,11,10,.53) 60%, rgba(9,11,10,.76)), linear-gradient(0deg, var(--bg), transparent 52%); }
.story-cover { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; filter: saturate(.76) contrast(1.08); }
.story-hero-shell { width: min(calc(100% - 64px), 1040px); margin-inline: auto; }
.story-hero-nav { display: flex; align-items: center; justify-content: flex-start; gap: 24px; margin-bottom: clamp(30px,4vw,42px); }
.story-back { min-height: 40px; display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 0 13px; color: #d0d4d0; background: rgba(9,11,10,.58); border: 1px solid rgba(255,255,255,.18); font: 760 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(9px); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.story-back:hover { color: var(--text); background: color-mix(in srgb, var(--story-accent) 24%, rgba(9,11,10,.72)); border-color: var(--story-accent); }
.story-back .article-icon { width: 16px; height: 16px; }
.story-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #c0c5c0; font: 760 9px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.story-hero-meta > * { display: inline-flex; align-items: center; gap: 7px; }
.story-hero-meta .article-icon { width: 15px; height: 15px; color: var(--story-accent); }
.story-hero-meta [data-article-kind] { color: var(--story-accent); }
.story-hero h1 { max-width: 900px; margin: 18px 0 20px; font-size: clamp(48px,6.5vw,84px); font-weight: 790; line-height: .94; letter-spacing: -.055em; overflow-wrap: anywhere; text-wrap: balance; }
.story-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 0; }
.story-tags span { padding: 7px 10px; color: var(--text); background: rgba(9,11,10,.62); border: 1px solid rgba(255,255,255,.2); font: 730 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; backdrop-filter: blur(8px); }

.story-main { padding: clamp(40px,5vw,58px) 0 100px; }
.story-layout { width: min(calc(100% - 64px), 1120px); display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: clamp(38px,5vw,58px); align-items: start; margin-inline: auto; }
.story-content { min-width: 0; }
.story-summary { margin: 0 0 42px; padding: clamp(20px,3vw,28px); background: linear-gradient(135deg, color-mix(in srgb, var(--story-accent) 7%, var(--surface)), var(--surface) 62%); border: 1px solid var(--line); border-top: 3px solid var(--story-accent); }
.story-section-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.story-section-head > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--story-accent); background: rgba(9,11,10,.5); border: 1px solid var(--line); }
.story-section-head > span .article-icon { width: 20px; height: 20px; }
.story-section-head p { margin: 0 0 3px; color: var(--muted); font: 740 8px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.story-section-head h2 { margin: 0; font-size: clamp(22px,2.6vw,30px); line-height: 1.1; letter-spacing: -.035em; }
.story-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 10px; margin: 0; padding: 0; background: transparent; }
.story-facts > div { position: relative; min-width: 0; min-height: 86px; padding: 18px 16px 16px 56px; background: rgba(9,11,10,.52); border: 1px solid var(--line); }
.story-facts > div > .article-icon { position: absolute; left: 18px; top: 20px; width: 20px; height: 20px; color: var(--story-accent); }
.story-facts dt { color: var(--muted); font: 740 9px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .09em; text-transform: uppercase; }
.story-facts dd { margin: 6px 0 0; color: var(--text); font-size: 14px; font-weight: 760; line-height: 1.4; overflow-wrap: anywhere; }
.story-body { color: #c2c7c2; font-size: clamp(16px,1.7vw,18px); line-height: 1.82; }
.story-body > :first-child { margin-top: 0; }
.story-body p { margin: 0 0 23px; }
.story-body h2, .story-body h3 { color: var(--text); scroll-margin-top: calc(var(--header) + 34px); text-wrap: balance; }
.story-body h2 { margin: 52px 0 18px; font-size: clamp(34px,4.2vw,50px); line-height: 1.02; letter-spacing: -.045em; }
.story-body h3 { margin: 36px 0 14px; font-size: clamp(25px,3vw,34px); line-height: 1.08; letter-spacing: -.035em; }
.story-body strong { color: var(--text); }
.story-body u { text-decoration-color: var(--story-accent); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.story-body a { color: var(--ocean-light); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }
.story-body code { padding: 2px 6px; color: var(--text); background: var(--surface-2); border: 1px solid var(--line); font: 700 .86em/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; }
.story-body ul, .story-body ol { display: grid; gap: 11px; margin: 24px 0 30px; padding: 0; list-style: none; }
.story-body li { position: relative; padding-left: 30px; }
.story-body ul li::before { content: ""; position: absolute; left: 3px; top: .73em; width: 8px; height: 8px; background: color-mix(in srgb, var(--story-accent) 22%, transparent); border: 1px solid var(--story-accent); transform: rotate(45deg); }
.story-body ol { counter-reset: story-list; }
.story-body ol li { counter-increment: story-list; }
.story-body ol li::before { content: counter(story-list) "."; position: absolute; left: 0; top: .03em; color: var(--story-accent); font-weight: 820; }
.story-body blockquote { margin: 34px 0; padding: 24px 26px; color: var(--text); background: color-mix(in srgb, var(--story-accent) 10%, var(--surface)); border-left: 3px solid var(--story-accent); font-size: 1.04em; font-style: italic; font-weight: 650; }
.story-body hr { margin: 52px 0; border: 0; border-top: 1px solid var(--line); }

.story-toc { position: sticky; top: calc(var(--header) + 28px); padding: 22px; background: linear-gradient(145deg, color-mix(in srgb, var(--story-accent) 7%, var(--surface)), var(--surface)); border: 1px solid var(--line); border-top: 3px solid var(--story-accent); }
.story-toc h2 { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; font-size: 17px; letter-spacing: -.02em; }
.story-toc h2 .article-icon { width: 18px; height: 18px; color: var(--story-accent); }
.story-toc ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.story-toc a { position: relative; display: block; padding: 8px 0 8px 13px; color: var(--muted); border-left: 1px solid var(--line); font-size: 11px; line-height: 1.4; transition: color .18s ease, border-color .18s ease; }
.story-toc a:hover, .story-toc a[aria-current="location"] { color: var(--text); border-left-color: var(--story-accent); }
.story-toc a[aria-current="location"]::before { content: ""; position: absolute; left: -2px; top: 8px; bottom: 8px; width: 3px; background: var(--story-accent); }
.story-toc-subitem a { padding-left: 24px; font-size: 10px; }

.story-countdown { margin: 0 0 42px; padding: 22px; background: color-mix(in srgb, var(--story-accent) 9%, var(--surface)); border: 1px solid var(--line); border-left: 3px solid var(--story-accent); }
.story-countdown > p { margin: 0 0 14px; color: var(--text); font: 780 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.story-countdown-units { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.story-countdown-units span { min-width: 0; display: grid; gap: 5px; padding: 12px 7px; background: rgba(9,11,10,.62); border: 1px solid var(--line); text-align: center; }
.story-countdown-units strong { font: 820 clamp(20px,3vw,30px)/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.story-countdown-units small { color: var(--muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }

.story-gallery { margin-top: 58px; padding-top: 30px; border-top: 1px solid var(--line); }
.story-gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.story-gallery-head h2 { display: flex; align-items: center; gap: 11px; margin: 0; font-size: clamp(28px,4vw,42px); letter-spacing: -.04em; }
.story-gallery-head h2 .article-icon { width: 24px; height: 24px; color: var(--story-accent); }
.story-gallery-count { margin: 0; color: var(--muted); font: 760 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.story-gallery-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; display: grid; place-items: center; background: #050706; border: 1px solid var(--line); }
.story-gallery-frame::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 96px; pointer-events: none; background: linear-gradient(transparent, rgba(5,7,6,.78)); }
.story-gallery-frame img { width: 100%; height: 100%; object-fit: contain; }
.story-gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; color: var(--text); background: rgba(9,11,10,.8); border: 1px solid rgba(255,255,255,.25); transform: translateY(-50%); transition: background .2s ease, border-color .2s ease; }
.story-gallery-arrow:hover { background: var(--story-accent); border-color: var(--story-accent); }
.story-gallery-arrow:first-of-type { left: 14px; }
.story-gallery-arrow:last-of-type { right: 14px; }
.story-gallery-dots { position: absolute; z-index: 2; left: 50%; bottom: 16px; display: flex; gap: 8px; transform: translateX(-50%); }
.story-gallery-dots button { width: 10px; height: 10px; padding: 0; background: rgba(9,11,10,.78); border: 1px solid rgba(255,255,255,.52); }
.story-gallery-dots button[aria-current="true"] { background: var(--story-accent); border-color: var(--story-accent); }
.story-end { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.story-end .story-tags { margin: 0; }
.story-copy { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; color: var(--text); background: transparent; border: 1px solid var(--line); font-size: 11px; font-weight: 760; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.story-copy .article-icon { width: 16px; height: 16px; color: var(--story-accent); }
.story-copy:hover { background: var(--surface-2); border-color: var(--story-accent); }

@media (max-width: 820px) {
  .article-list { grid-template-columns: 1fr; }
  .article-card-cover { min-height: 280px; }
  .story-layout { grid-template-columns: 1fr; }
  .story-toc { display: none; }
}

@media (max-width: 640px) {
  .archive-toolbar { align-items: stretch; flex-direction: column; }
  .archive-search { width: 100%; }
  .archive-count { align-self: flex-end; }
  .article-card-cover { min-height: 220px; }
  .article-card-detail { grid-template-columns: 1fr; }
  .story-hero { padding: calc(var(--header) + 32px) 0 38px; }
  .story-hero-shell, .story-layout { width: min(calc(100% - 28px),1040px); }
  .story-hero-nav { margin-bottom: 26px; }
  .story-back { min-height: 42px; padding: 0 12px; }
  .story-hero h1 { font-size: clamp(44px,13vw,66px); }
  .story-main { padding: 34px 0 74px; }
  .story-summary { margin-bottom: 34px; padding: 18px; }
  .story-facts { grid-template-columns: 1fr; }
  .story-body { font-size: 16px; line-height: 1.76; }
  .story-body h2 { margin-top: 44px; }
  .story-body blockquote { padding: 19px 20px; }
  .story-countdown-units { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .story-gallery { margin-top: 54px; }
  .story-gallery-frame { aspect-ratio: 4 / 3; }
  .story-gallery-arrow { width: 40px; height: 40px; }
  .story-gallery-arrow:first-of-type { left: 8px; }
  .story-gallery-arrow:last-of-type { right: 8px; }
  .story-end { align-items: stretch; flex-direction: column; }
  .story-copy { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .article-card, .article-card-cover img, .article-card-action, .article-card-action .article-icon { transition: none; }
}

@media print {
  .reading-progress, .story-toc, .story-copy, .story-gallery-arrow, .story-gallery-dots { display: none !important; }
  .story-hero { min-height: 0; padding: 48px 0; color: #000; background: #fff; }
  .story-cover { display: none; }
  .story-main { padding: 32px 0; }
  .story-layout { display: block; width: 100%; }
  .story-body { color: #222; }
}
