* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #fbfaf7; }
body { color: #15140e; font-family: Archivo, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
::selection { background: #15140e; color: #fbfaf7; }
.lift { transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.ascii-card:hover .lift { transform: scale(1.045); }
.ascii-card:hover .u-line { background-size: 100% 1px; }
.u-line { background-image: linear-gradient(currentColor,currentColor); background-repeat: no-repeat; background-position: 0 100%; background-size: 0% 1px; transition: background-size .3s ease; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }
.pulse-dot, .ticker-label span { animation: blink 1.4s ease-in-out infinite; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(251,250,247,.92); backdrop-filter: blur(14px); border-bottom: 1px solid #e4e1d8; }
.topbar { max-width: 1300px; margin: 0 auto; padding: 7px 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ece9e0; font: 11px "IBM Plex Mono", monospace; letter-spacing: .12em; color: #8a867d; text-transform: uppercase; }
.topbar span:last-child { display: flex; align-items: center; gap: 18px; }
.topbar b { color: #b6b1a6; font-weight: 500; }
.topbar i { color: #c9c4b9; font-style: normal; }
.topbar a { color: #e8400c; font-weight: 600; }
.ai-translation-label { position: relative; color: #5d5a52; font-style: normal; letter-spacing: .08em; text-transform: uppercase; outline: none; }
.ai-translation-label::after { content: attr(data-tooltip); position: absolute; right: 0; top: calc(100% + 9px); z-index: 80; width: min(360px, calc(100vw - 32px)); padding: 11px 13px; border: 1px solid #dad6cc; border-radius: 6px; background: #15140e; color: #fbfaf7; box-shadow: 0 12px 30px rgba(21,20,14,.18); font: 12px/1.45 Archivo, system-ui, sans-serif; letter-spacing: 0; text-transform: none; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; pointer-events: none; }
.ai-translation-label:hover::after, .ai-translation-label:focus-visible::after { opacity: 1; visibility: visible; transform: translateY(0); }
.masthead { max-width: 1300px; margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; gap: 34px; }
.brand { cursor: pointer; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { height: 28px; display: block; }
.brand span { font: 9.5px "IBM Plex Mono", monospace; letter-spacing: .22em; color: #9a958b; text-transform: uppercase; line-height: 1.3; }
.nav { display: flex; gap: 26px; align-items: center; flex: 1; overflow-x: auto; scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav a { position: relative; flex-shrink: 0; font-weight: 600; font-size: 15px; color: #15140e; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -19px; height: 2px; background: #e8400c; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav a:hover::after { transform: scaleX(1); }
.cse-wrap { width: 210px; min-height: 38px; flex-shrink: 0; }
.fallback-search { height: 38px; border: 1px solid #dad6cc; border-radius: 30px; display: flex; align-items: center; overflow: hidden; background: #fff; }
.fallback-search input { min-width: 0; flex: 1; border: none; outline: none; background: transparent; padding: 0 0 0 14px; }
.fallback-search button { width: 38px; border: none; background: transparent; color: #15140e; font: 700 20px Archivo, sans-serif; cursor: pointer; line-height: 1; }
.gsc-control-cse { padding: 0 !important; border: none !important; background: transparent !important; }
.gsc-input-box { border-radius: 30px !important; border-color: #dad6cc !important; height: 38px !important; }
.gsc-search-button-v2 { border-radius: 30px !important; background: #15140e !important; border-color: #15140e !important; padding: 11px 14px !important; }
.ticker-row { border-top: 1px solid #ece9e0; background: #fbfaf7; }
.ticker-inner { max-width: 1300px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 18px; }
.ticker-label { display: flex; align-items: center; gap: 8px; flex-shrink: 0; padding: 9px 0; font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .14em; text-transform: uppercase; color: #e8400c; }
.ticker-label span, .pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #e8400c; display: inline-block; }
.ticker-track { display: flex; gap: 28px; overflow-x: auto; padding: 9px 0; flex: 1; scrollbar-width: none; }
.ticker-track::-webkit-scrollbar { display: none; }
.ticker-track a { display: flex; align-items: center; gap: 9px; white-space: nowrap; flex-shrink: 0; font-size: 13px; font-weight: 500; color: #3a382f; }
.ticker-track time { font: 11px "IBM Plex Mono", monospace; color: #b6b1a6; }

.page { max-width: 1300px; margin: 0 auto; padding: 0 28px 90px; }
.hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; padding: 34px 0 36px; border-bottom: 2px solid #15140e; }
.hero-image { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; margin-bottom: 18px; background: #e4e1d8; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-image b { position: absolute; left: 14px; top: 14px; z-index: 1; font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; background: #e8400c; color: #fff; padding: 5px 11px; border-radius: 30px; }
.hero-card > span, .side-card span, .wire-card span, .article-head span { font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .09em; text-transform: uppercase; color: #e8400c; }
.hero-card > span { display: inline-block; margin-bottom: 11px; }
.hero-card h1 { font-family: Newsreader, Georgia, serif; font-weight: 600; font-size: 40px; line-height: 1.08; letter-spacing: 0; margin-bottom: 13px; }
.hero-card p { font-family: Newsreader, Georgia, serif; font-size: 18px; line-height: 1.5; color: #46443c; max-width: 56ch; margin-bottom: 12px; }
.hero-card time, .side-card p, .wire-card time { font: 12px "IBM Plex Mono", monospace; color: #8a867d; }
.side-list { display: flex; flex-direction: column; }
.side-card { display: grid; grid-template-columns: 1fr 120px; gap: 16px; padding: 18px 0; border-top: 1px solid #e4e1d8; }
.side-card h2 { font-family: Newsreader, Georgia, serif; font-weight: 600; font-size: 21px; line-height: 1.16; margin: 7px 0 8px; }
.side-card img { width: 120px; aspect-ratio: 1; object-fit: cover; border-radius: 9px; align-self: center; background: #e4e1d8; }

.main-grid { display: grid; grid-template-columns: 1fr 352px; gap: 56px; margin-top: 38px; }
.section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; font: 600 12px "IBM Plex Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.wire-card { display: grid; grid-template-columns: 78px 1fr 150px; gap: 20px; align-items: center; padding: 19px 0; border-top: 1px solid #e4e1d8; }
.wire-card h2 { font-family: Newsreader, Georgia, serif; font-weight: 600; font-size: 22px; line-height: 1.18; margin: 5px 0 7px; }
.wire-card p { font-size: 14px; line-height: 1.5; color: #6b6860; max-width: 62ch; }
.wire-card img { width: 150px; aspect-ratio: 16/11; object-fit: cover; border-radius: 9px; background: #e4e1d8; }

.sidebar-stack { display: flex; flex-direction: column; gap: 30px; }
.ranking-panel { background: #15140e; border-radius: 18px; padding: 26px; color: #fbfaf7; }
.ranking-panel h2, .lab-panel h2, .youtube-panel h2 { font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .16em; text-transform: uppercase; color: #e8400c; margin-bottom: 16px; }
.rank-item { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(251,250,247,.12); align-items: start; }
.rank-item b { font-weight: 800; font-size: 22px; color: #e8400c; line-height: 1; }
.rank-item strong { display: block; font-family: Newsreader, Georgia, serif; font-weight: 500; font-size: 16px; line-height: 1.28; color: #fbfaf7; margin-bottom: 5px; }
.rank-item small { font: 10px "IBM Plex Mono", monospace; color: rgba(251,250,247,.5); text-transform: uppercase; letter-spacing: .06em; }
.lab-panel { border: 1px solid #e4e1d8; border-radius: 18px; padding: 26px; }
.lab-panel h2 { color: #e8590c; margin-bottom: 6px; }
.lab-panel a { display: flex; flex-direction: column; gap: 4px; padding: 14px 0; border-top: 1px solid #ece9e0; }
.lab-panel strong { font-family: Newsreader, Georgia, serif; font-weight: 600; font-size: 16px; line-height: 1.24; }
.lab-panel small { font: 10.5px "IBM Plex Mono", monospace; color: #9a958b; }
.youtube-panel { background: #1a1814; border-radius: 18px; padding: 26px; color: #fbfaf7; }
.youtube-panel h2 { color: #ff4444; display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.youtube-panel h2 span { width: 18px; height: 13px; border-radius: 4px; background: #ff0000; position: relative; display: inline-block; }
.youtube-panel h2 span::after { content: ""; position: absolute; left: 7px; top: 3px; width: 0; height: 0; border-left: 5px solid #fff; border-top: 3.5px solid transparent; border-bottom: 3.5px solid transparent; }
.youtube-panel > p { font-size: 13px; line-height: 1.45; color: rgba(251,250,247,.62); margin-bottom: 14px; }
.youtube-item { display: grid; grid-template-columns: 76px 1fr; gap: 13px; padding: 13px 0; border-top: 1px solid rgba(251,250,247,.12); align-items: center; }
.youtube-item > div { position: relative; width: 76px; aspect-ratio: 16/10; border-radius: 7px; overflow: hidden; background: #2c2923; }
.youtube-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.youtube-item i { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.12); }
.youtube-item i::before { content: ""; width: 25px; height: 25px; border-radius: 50%; background: rgba(0,0,0,.56); }
.youtube-item i::after { content: ""; position: absolute; width: 0; height: 0; border-left: 8px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; margin-left: 3px; }
.youtube-item small { display: block; font: 9.5px "IBM Plex Mono", monospace; color: #ff6666; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.youtube-item strong { font-weight: 600; font-size: 13.5px; line-height: 1.3; color: #fbfaf7; }
.youtube-more { display: block; margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(251,250,247,.12); font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; color: #ff6666; }
.x-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 6px; background: #15140e; color: #fff; font: 800 15px Archivo, system-ui, sans-serif; letter-spacing: 0; flex-shrink: 0; }
.x-follow-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; border-radius: 6px; padding: 0 15px; background: #15140e; color: #fff; font: 700 12px "IBM Plex Mono", monospace; letter-spacing: .06em; }
.x-panel { overflow: hidden; border: 1px solid #15140e; border-radius: 18px; padding: 24px; background: #15140e; color: #fbfaf7; box-shadow: 0 18px 40px rgba(21,20,14,.12); }
.x-panel-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.x-panel-head .x-icon { width: 42px; height: 42px; border: 1px solid rgba(251,250,247,.22); border-radius: 10px; background: #fbfaf7; color: #15140e; font-size: 21px; }
.x-panel h2 { font: 800 18px/1.1 Archivo, system-ui, sans-serif; letter-spacing: 0; color: #fbfaf7; }
.x-panel small { display: block; margin-bottom: 4px; color: #e8400c; font: 700 10px "IBM Plex Mono", monospace; letter-spacing: .15em; text-transform: uppercase; }
.x-panel p { color: rgba(251,250,247,.68); font-size: 14px; line-height: 1.45; margin-bottom: 18px; }
.x-panel-cta { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; border-radius: 999px; padding: 0 18px; background: #fbfaf7; color: #15140e; font: 800 13px Archivo, system-ui, sans-serif; letter-spacing: .01em; transition: background .18s ease, color .18s ease; }
.x-panel-cta .x-icon { width: 20px; height: 20px; border: 0; border-radius: 4px; background: transparent; color: inherit; font-size: 15px; }
.x-panel-cta:hover, .x-panel-cta:focus-visible { background: #e8400c; color: #fbfaf7; }

.article-page { max-width: 980px; margin: 0 auto; padding: 44px 28px 90px; }
.back-link { display: inline-block; margin-bottom: 22px; font: 600 12px "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; color: #8a867d; }
.back-link:hover { color: #e8400c; }
.article-head h1 { font-family: Newsreader, Georgia, serif; font-size: 56px; line-height: 1.02; margin: 12px 0; }
.article-head p { color: #8a867d; font: 12px "IBM Plex Mono", monospace; }
.article-head .article-byline { display: inline-block; margin-top: 10px; padding: 7px 10px; border: 1px solid #e4e1d8; border-radius: 6px; background: #fff; color: #5d5a52; font: 600 11px/1.45 "IBM Plex Mono", monospace; letter-spacing: .04em; }
.article-head .article-byline a { color: #15140e; text-decoration: underline; text-decoration-color: #e8400c; text-underline-offset: 2px; }
.article-head .article-byline a:hover, .article-head .article-byline a:focus-visible { color: #e8400c; }
.article-cover-figure { margin: 24px 0 36px; }
.article-cover { width: 100%; height: auto; border-radius: 14px; margin: 24px 0 36px; background: #e4e1d8; }
.article-cover-figure .article-cover { margin: 0; }
.article-cover-figure figcaption { margin: 12px 0 0; color: #7b776e; font: 500 13px/1.55 Archivo, system-ui, sans-serif; }
.translation-notice { margin: 24px 0 30px; padding: 0 0 12px; border-bottom: 1px solid #e4e1d8; color: #8a867d; font: 500 11px/1.55 "IBM Plex Mono", monospace; letter-spacing: .03em; }
.article-body { font-family: Newsreader, Georgia, serif; font-size: 21px; line-height: 1.68; color: #2d2b24; }
.article-body h2, .article-body h3, .article-body h4 { font-family: Archivo, system-ui, sans-serif; line-height: 1.18; margin: 34px 0 12px; color: #15140e; }
.article-body p { margin: 0 0 22px; }
.article-body .article-body-meta { margin: 0 0 22px; padding-bottom: 13px; border-bottom: 1px solid #e4e1d8; color: #7b776e; font: 600 12px/1.55 "IBM Plex Mono", monospace; letter-spacing: .04em; }
.article-body figure { margin: 34px 0; text-align: center; }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; display: block; margin: 0 auto; }
.article-body blockquote { border-left: 4px solid #e8400c; margin: 28px 0; padding-left: 20px; color: #46443c; }
.source-link { margin-top: 42px; font-weight: 700; color: #e8400c; }
.follow-cta { margin-top: 30px; border-top: 1px solid #e4e1d8; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.follow-cta > div { display: flex; align-items: center; gap: 13px; }
.follow-cta p { color: #6b6860; font: 14px/1.5 Archivo, system-ui, sans-serif; }
.follow-cta strong { color: #15140e; font-weight: 800; }
.empty { padding: 80px 0; }
.empty h1 { font-family: Newsreader, Georgia, serif; font-size: 44px; }
.site-footer { border-top: 1px solid #e4e1d8; background: #15140e; color: #fbfaf7; margin-top: 60px; }
.footer-grid { max-width: 1300px; margin: 0 auto; padding: 52px 28px 38px; display: grid; grid-template-columns: minmax(320px, 1.8fr) minmax(220px, .9fr) minmax(180px, .7fr); gap: 64px; align-items: start; }
.footer-logo img { height: 26px; filter: invert(1) grayscale(1) brightness(2); margin-bottom: 14px; }
.footer-grid p { font-family: Newsreader, Georgia, serif; font-size: 17px; line-height: 1.5; color: rgba(251,250,247,.6); max-width: 34ch; }
.footer-grid h2 { font: 11px "IBM Plex Mono", monospace; letter-spacing: .14em; text-transform: uppercase; color: #e8400c; margin-bottom: 16px; }
.footer-grid a { display: block; font-size: 14px; color: rgba(251,250,247,.78); padding: 6px 0; }
.footer-grid .footer-x-link { display: flex; align-items: center; gap: 9px; margin-top: 8px; font-weight: 700; color: #fbfaf7; }
.footer-grid .footer-x-link .x-icon { width: 23px; height: 23px; border: 1px solid rgba(251,250,247,.25); border-radius: 5px; background: transparent; font-size: 12px; }
.footer-grid form { display: flex; border: 1px solid rgba(251,250,247,.25); border-radius: 30px; overflow: hidden; margin-top: 14px; }
.footer-grid input { flex: 1; min-width: 0; border: none; background: transparent; outline: none; color: #fbfaf7; font: 13px Archivo, sans-serif; padding: 11px 16px; }
.footer-grid button { cursor: pointer; border: none; background: #e8400c; color: #fff; font-weight: 700; font-size: 13px; padding: 0 18px; }
.footer-bottom { max-width: 1300px; margin: 0 auto; padding: 22px 28px; border-top: 1px solid rgba(251,250,247,.12); font: 11px "IBM Plex Mono", monospace; color: rgba(251,250,247,.45); letter-spacing: .04em; }

@media (max-width: 820px) {
  .topbar { padding: 7px 16px; }
  .topbar span:last-child { display: none; }
  .masthead { padding: 12px 16px; flex-wrap: wrap; gap: 14px; }
  .brand { width: calc(100% - 52px); }
  .cse-wrap { width: 100%; order: 2; }
  .nav { order: 3; width: 100%; gap: 18px; padding: 4px 0 2px; }
  .nav a::after { bottom: -6px; }
  .ticker-inner { padding: 0 16px; gap: 12px; }
  .ticker-track { gap: 24px; }
  .ticker-track a { max-width: 76vw; overflow: hidden; text-overflow: ellipsis; }
  .page, .article-page { padding-left: 16px; padding-right: 16px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; padding: 24px 0 28px; }
  .hero-card h1, .article-head h1 { font-size: 34px; }
  .hero-card p { font-size: 18px; }
  .side-card { grid-template-columns: 1fr 96px; gap: 12px; padding: 14px 0; }
  .side-card h2 { font-size: 19px; }
  .side-card img { width: 96px; }
  .main-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 28px; }
  .wire-card { grid-template-columns: 1fr 112px; gap: 12px; padding: 16px 0; align-items: start; }
  .wire-card time { grid-column: 1 / -1; }
  .wire-card h2 { font-size: 19px; }
  .wire-card p { display: none; }
  .wire-card img { width: 112px; }
  .sidebar-stack { gap: 22px; }
  .footer-grid { grid-template-columns: 1fr; padding: 42px 20px 30px; gap: 26px; }
  .footer-bottom { padding: 18px 20px; flex-direction: column; gap: 10px; line-height: 1.5; }
}
@media (max-width: 520px) {
  .side-card { grid-template-columns: 1fr 82px; }
  .wire-card { grid-template-columns: 1fr 92px; }
  .wire-card img { width: 92px; }
}
