@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@400;500;700;900&family=Yuji+Boku&display=swap";:root{--bg: #333333;--bg-strong: #151515;--surface: #ffffff;--surface-strong: #ffffff;--ink: #151515;--ink-soft: #777777;--line: #d9d9d9;--accent: #b63138;--accent-soft: #f7ebec;--olive: #666666;--shadow: 0 18px 40px rgba(0, 0, 0, .1);--radius-xl: 18px;--radius-lg: 12px;--radius-md: 8px;--content-width: min(1240px, calc(100vw - 40px) )}*{box-sizing:border-box}html{scroll-behavior:smooth}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{margin:0;min-width:320px;color:var(--ink);background:var(--bg);font-family:Noto Sans JP,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{position:relative;min-height:100vh;width:min(1400px,calc(100vw - 32px));margin:0 auto;background:var(--surface);box-shadow:0 0 0 1px #0000000a,0 24px 64px #0000002e}.site-header,.site-main,.site-footer{position:relative;z-index:1}.site-header{width:var(--content-width);margin:0 auto;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.site-header__brand{display:inline-flex;align-items:center;flex-shrink:0}.site-logo{display:inline-flex;align-items:center;width:fit-content}.site-logo__image{display:block;width:clamp(9rem,14vw,12rem);height:auto}.site-header__toggle{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:0;cursor:pointer}.site-header__toggle span{display:block;width:22px;height:2px;background:var(--ink);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.site-header__toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__nav{display:flex;align-items:center;gap:6px}.site-header__nav a{padding:6px 10px;font-size:.88rem;font-weight:700;border-radius:6px;transition:color .14s ease,background .14s ease}.site-header__nav a:hover{color:var(--accent);background:var(--accent-soft)}@media(max-width:768px){.site-header__toggle{display:flex}.site-header__nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:0 8px 24px #0000001a;z-index:100}.site-header__nav.is-open{display:flex}.site-header__nav a{padding:14px 24px;font-size:.95rem;border-radius:0;border-bottom:1px solid #f0f0f0}.sp-only{display:inline}}@media(min-width:769px){.sp-only{display:none}}.site-main{width:var(--content-width);margin:0 auto;padding:22px 0 72px}.site-footer{width:var(--content-width);margin:0 auto;padding:0 0 42px;color:var(--ink-soft)}.site-footer__inner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0;text-align:center;color:#999}.site-footer__nav{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;font-size:.88rem}.site-footer__nav a{color:#bbb}.site-footer__nav a:hover{color:var(--accent)}.site-footer__tagline{font-size:.82rem;margin:0}.site-footer__copy{font-size:.78rem;margin:0;color:#777}.home-hero{text-align:center;padding:48px 20px 40px}.home-hero h1{font-size:clamp(1.4rem,1.1rem + 1.5vw,2rem);font-weight:900;line-height:1.5;margin:0}.home-hero p{margin:12px 0 0;color:var(--ink-soft);font-size:.92rem}.home-hero__stats{display:flex;justify-content:center;gap:24px;margin-top:20px;font-size:.88rem;color:var(--ink-soft)}.home-hero__stats strong{font-size:1.3rem;color:var(--accent);font-weight:900}.hero-panel,.section-panel,.article-shell,.taxonomy-shell,.fighter-shell{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius-xl)}.hero-panel{padding:clamp(28px,5vw,54px);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.95fr);gap:24px;overflow:hidden}.hero-panel__copy h1,.section-heading,.article-shell h1,.fighter-shell h1,.taxonomy-shell h1{margin:0;font-family:Noto Sans JP,sans-serif;font-weight:900;line-height:1.12}.hero-panel__copy h1{font-size:clamp(2.1rem,1.1rem + 3vw,4.5rem)}.eyebrow{display:inline-flex;margin:0 0 10px;padding:7px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-panel__copy p{margin:18px 0 0;max-width:42rem;color:var(--ink-soft);font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.hero-panel__stats{display:grid;gap:14px;align-content:start}.stat-card{padding:18px 20px;border-radius:var(--radius-lg);background:var(--bg-strong);color:#fff}.stat-card strong{display:block;font-size:2rem;line-height:1}.stat-card span{display:block;margin-top:8px;color:#ffffffc2}.featured-band{margin-top:28px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px}.featured-band--lead{align-items:start}.featured-card{overflow:hidden;display:grid;grid-template-columns:minmax(320px,1.08fr) minmax(0,.92fr);min-height:360px;background:#fff;border:1px solid var(--line);color:var(--ink)}.featured-card--solo{min-height:320px}.featured-card__media{display:block;min-height:100%;background:linear-gradient(135deg,#1f1f1f,#b63138)}.featured-card img,.featured-card__media .post-card__fallback{width:100%;height:100%;object-fit:cover}.featured-card__body{padding:24px 24px 22px;display:flex;flex-direction:column;justify-content:center;gap:10px}.featured-card__body h2{margin:0;font-family:Noto Sans JP,sans-serif;font-weight:900;font-size:clamp(1.5rem,1.1rem + 1vw,2.2rem);line-height:1.18;max-width:18ch}.featured-card__body p,.featured-card__body time{margin:0}.featured-card__body p{color:var(--ink-soft);max-width:34rem}.featured-card__eyebrow{color:var(--accent)!important;font-family:Lato,sans-serif;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.feature-list{display:grid;gap:14px}.feature-note{padding:20px;border-radius:var(--radius-lg);background:#f8f8f8;border:1px solid var(--line)}.feature-note h3{margin:0 0 8px}.feature-note p{margin:0;color:var(--ink-soft)}.section-panel{margin-top:30px;padding:24px;border-top:4px solid var(--accent)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading{font-size:clamp(1.5rem,1.2rem + 1vw,2.2rem)}.section-header p{margin:0;color:var(--ink-soft)}.section-header__link{display:inline-flex;align-items:center;color:var(--accent);font-size:.94rem;font-weight:700}.section-header__link:hover{text-decoration:underline;text-underline-offset:.2em}.section-link{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:var(--accent);color:#fff;font-size:.94rem;font-weight:700}.section-link--soft{background:#fff;color:var(--ink);border:1px solid var(--line)}.category-grid,.post-grid,.fighter-grid,.taxonomy-grid{display:grid;gap:18px}.editorial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-panel{padding:18px;border-radius:var(--radius-lg);background:#f8f8f8;border:1px solid var(--line)}.category-panel strong{display:block;font-size:1.1rem}.category-panel span{display:block;margin-top:6px;color:var(--ink-soft)}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.media-column{padding:18px;border-radius:var(--radius-lg);background:#f8f8f8;border:1px solid var(--line)}.media-column__head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.media-column__head h3{margin:0;font-family:Noto Sans JP,sans-serif;font-weight:900;font-size:1.4rem}.media-column__head a{color:var(--accent);font-weight:700}.compact-post-list{display:grid;gap:12px;margin-top:14px}.compact-post-item{display:grid;gap:4px;padding-top:12px;border-top:1px solid rgba(25,21,18,.08)}.compact-post-item strong{line-height:1.4}.compact-post-item span{color:var(--ink-soft);font-size:.92rem}.compact-post-item__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.compact-post-item--ended strong{color:#191512c7}.post-card{overflow:hidden;border-radius:var(--radius-lg);background:var(--surface-strong);border:1px solid var(--line)}.post-card--ended{background:#f8f8f8}.post-card--ended .post-card__body h3 a{color:#191512d6}.post-card__media{display:block;aspect-ratio:1.8 / 1;background:linear-gradient(135deg,#232323,#b63138)}.post-card__media img,.post-card__fallback{width:100%;height:100%;object-fit:cover}.post-card--ended .post-card__media img{filter:saturate(.72) brightness(.96)}.post-card__body{padding:18px}.post-card__labels{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.post-card__body h3{margin:12px 0 8px;font-size:1.15rem;font-weight:900;line-height:1.35}.post-card__body p{margin:0;color:var(--ink-soft);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{margin-top:12px;color:var(--ink-soft);font-size:.94rem}.fighter-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fighter-grid--directory{grid-template-columns:1fr;max-width:880px}.tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.profile-drawer{overflow:hidden;border-radius:var(--radius-lg);background:#f8f8f8;border:1px solid var(--line)}.profile-drawer__summary{cursor:pointer;list-style:none;padding:18px 20px;font-family:Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:900}.profile-drawer__summary::-webkit-details-marker{display:none}.profile-drawer__body{margin-top:0;padding:0 20px 20px}.profile-drawer__body h1:first-child{display:none}.profile-panel{border-radius:var(--radius-lg);background:#f8f8f8;border:1px solid var(--line);padding:20px}.profile-panel__header{display:grid;gap:8px;margin-bottom:18px}.profile-panel__header p{margin:0;color:var(--ink-soft)}.profile-panel__body{position:relative}.profile-panel__body.is-collapsed{max-height:68rem;overflow:hidden}.profile-panel__body.is-collapsed:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(to bottom,#f8f8f800,#f8f8f8 72%);pointer-events:none}.profile-panel__body>.markdown-shell{padding-bottom:8px}.profile-panel__body .markdown-shell h1:first-child{display:none}.profile-panel__toggle{margin-top:18px;display:inline-flex;align-items:center;justify-content:center;min-width:10rem;border:0;border-radius:999px;padding:12px 18px;background:var(--accent);color:#fff;font:inherit;font-weight:800;cursor:pointer}.profile-panel__toggle:hover{opacity:.92}.fighter-card{border-radius:var(--radius-lg);background:#fff;border:1px solid var(--line)}.fighter-card__link{display:flex;align-items:center;gap:16px;padding:18px}.fighter-card__portrait,.fighter-card__number{flex:0 0 56px;width:56px;height:56px;border-radius:10px}.fighter-card__portrait{display:block;object-fit:cover;background:#e8e8e8}.fighter-card__number{display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:900;font-family:Lato,sans-serif}.fighter-card__body h3{margin:0;font-size:1.06rem}.fighter-card__body p,.fighter-card__body span{margin:4px 0 0;display:block;color:var(--ink-soft)}.fighter-card__summary{margin-top:10px;color:var(--ink);font-size:.92rem;line-height:1.7}.fighter-card__meta{margin-top:12px;color:var(--ink-soft);font-size:.88rem}.taxonomy-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;font-size:.92rem;font-weight:700}.taxonomy-pill.category{background:#f1f1f1;color:var(--ink)}.taxonomy-pill.fighter{background:var(--accent-soft);color:var(--accent)}.taxonomy-pill.person{background:#f1f1f1}.status-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.02em}.status-pill[hidden]{display:none!important}.status-pill.default{background:#f1f1f1;color:var(--olive)}.status-pill.ended{background:#ececec;color:var(--ink-soft)}.article-shell,.taxonomy-shell,.fighter-shell{padding:clamp(24px,4vw,42px)}.article-shell{max-width:min(820px,100%);margin:0 auto;padding:clamp(24px,4vw,46px);border:0;border-radius:0;box-shadow:none}.article-header,.taxonomy-header,.fighter-header{display:grid;gap:14px}.article-header h1,.taxonomy-header h1,.fighter-header h1{font-size:clamp(2rem,1.3rem + 2.3vw,3.6rem)}.article-header{gap:12px;margin-bottom:1.9rem;padding-bottom:.65rem;border-bottom:1px dotted #d7d7d7}.article-header h1{font-size:clamp(1.55rem,1.35rem + .9vw,2rem);font-weight:700;line-height:1.4;letter-spacing:0}.article-breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;color:#8e8e8e;font-size:.9rem}.article-breadcrumb a:hover{color:#07acc6}.article-breadcrumb__sep{color:#bdbdbd}.article-meta,.fighter-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;color:var(--ink-soft);font-size:.9rem}.fighter-header__lead{display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr);gap:24px;align-items:start}.fighter-header__copy{display:grid;gap:14px}.fighter-portrait{width:100%;max-width:260px;aspect-ratio:4 / 5;object-fit:cover;border-radius:16px;border:1px solid var(--line);background:#f1f1f1}.article-meta{gap:6px 14px;color:#8a8a8a;font-size:.86rem;font-weight:700}.article-meta span+span:before{content:"·";margin-right:14px;color:#c2c2c2}.article-intro{margin:10px 0 0;max-width:52rem;color:#6a6a6a;font-size:.98rem;line-height:1.85}.article-cover{margin:26px 0 30px;overflow:hidden;border-radius:0;border:0}.event-facts,.article-toc{margin:0 0 28px;padding:18px 20px;border:1px solid #e3e3e3;background:#fafafa}.event-facts__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.event-facts__item{display:grid;gap:6px}.event-facts__item--wide{grid-column:1 / -1}.event-facts__label,.article-toc__title{color:#888;font-size:.82rem;font-weight:700;letter-spacing:.08em}.event-facts__item strong{color:#222;font-size:1rem;line-height:1.7}.event-facts__tags{display:flex;flex-wrap:wrap;gap:8px}.article-toc__title{display:block;margin:0 0 12px}.article-toc__list{margin:0;padding-left:1.2rem;display:grid;gap:8px}.article-toc__item{color:#555;line-height:1.7}.article-toc__item.depth-3{margin-left:1rem;font-size:.95rem}.article-toc__item a{color:inherit}.article-taxonomy,.fighter-links{display:flex;gap:10px;flex-wrap:wrap}.article-actions{display:flex;flex-wrap:wrap;gap:10px}.article-shell .taxonomy-pill{padding:0;border:0;border-radius:0;background:transparent;color:#666;font-size:.88rem;font-weight:500}.article-shell .taxonomy-pill:before{content:"#";margin-right:.18rem;color:#9d9d9d}.article-shell .taxonomy-pill.fighter,.article-shell .taxonomy-pill.person{background:transparent}.article-shell .section-link,.article-shell .section-link--soft{padding:0;border-radius:0;border:0;background:transparent;color:#666;font-size:.88rem;font-weight:500}.article-shell .section-link:hover,.article-shell .section-link--soft:hover{color:#07acc6}.markdown-shell{margin-top:24px;color:#555;line-height:1.95}.markdown-shell a{color:#555;text-decoration:none;transition:color .16s ease;word-break:break-word}.markdown-shell a:hover{color:#08b4c3}.markdown-shell h2{margin:4rem 0 1.4rem;padding-bottom:.3rem;border-bottom:3px solid #111111;font-size:1.5rem;font-weight:700;line-height:1.55}.markdown-shell h3{margin:3.2rem 0 1.2rem;padding:.55rem 0;border-top:1px solid #222222;border-bottom:1px solid #222222;font-size:1.45rem;font-weight:700;line-height:1.5}.markdown-shell h4{margin:2.4rem 0 1rem;padding-left:.9rem;border-left:2px solid #222222;font-size:1.3rem;font-weight:500;line-height:1.5}.markdown-shell h5{margin:2rem 0 .95rem;padding:.55rem .9rem .35rem 1rem;background:#f6f6f6;box-shadow:0 2px #f1f1f1;font-size:1.12rem;font-weight:700;line-height:1.55}.markdown-shell h6{margin:1.8rem 0 .8rem;position:relative;padding-left:1rem;font-size:1.05rem;font-weight:700;line-height:1.55}.markdown-shell h6:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:999px;background:#222}.markdown-shell p,.markdown-shell li,.markdown-shell blockquote,.markdown-shell table,.markdown-shell dl{font-size:1rem}.markdown-shell p{margin:1.08rem 0}.markdown-shell strong{font-weight:700;background:linear-gradient(transparent 70%,#ff6a0080 70%);-webkit-box-decoration-break:clone;box-decoration-break:clone}.markdown-shell em{background:linear-gradient(transparent 60%,#ff000080 60%);-webkit-box-decoration-break:clone;box-decoration-break:clone}.markdown-shell ul,.markdown-shell ol{margin:1rem 0;padding-left:1.7rem}.markdown-shell li+li{margin-top:.38rem}.markdown-shell blockquote{margin:1.35rem 0;padding:.95rem 1.15rem;border-left:4px solid #dfe2e2;background:transparent;color:#666;position:relative}.markdown-shell code{font-family:SFMono-Regular,Menlo,Consolas,monospace;padding:.08rem .32rem;background:#f6f6f6}.markdown-shell img{margin:1.7rem auto;border-radius:0;border:1px solid #d1d1d1;box-shadow:0 6px 6px -6px #0000002e}.markdown-shell figure{margin:1.8rem 0}.markdown-shell figcaption,.markdown-shell .hatena-citation{display:block;margin-top:-.8rem;color:#888;font-size:.88rem;line-height:1.7}.markdown-shell .embed-frame{margin:1.8rem 0}.markdown-shell .embed-frame iframe{margin:0}.markdown-shell .embed-frame figcaption{margin-top:.55rem}.markdown-shell .embed-frame--instagram iframe{aspect-ratio:4 / 5;width:min(100%,540px);max-width:100%}.markdown-shell .link-card{display:flex;gap:0;margin:1.4rem 0;border:1px solid #d8d8d8;border-radius:8px;background:#fafafa;text-decoration:none;color:inherit;overflow:hidden;transition:border-color .15s,background .15s}.markdown-shell .link-card:hover{border-color:#b63138;background:#fff}.markdown-shell .link-card__body{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0;padding:.85rem 1.1rem}.markdown-shell .link-card__title{font-weight:600;font-size:.95rem;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.markdown-shell .link-card__description{font-size:.82rem;line-height:1.55;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.markdown-shell .link-card__meta{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:#999;margin-top:.15rem}.markdown-shell .link-card__favicon{width:16px;height:16px;border-radius:2px;flex-shrink:0}.markdown-shell .link-card__thumbnail{flex-shrink:0;width:120px;background:#e8e8e8}.markdown-shell .link-card__thumbnail img{display:block;width:100%;height:100%;object-fit:cover;margin:0;border:0;border-radius:0;box-shadow:none}.markdown-shell pre{overflow-x:auto;padding:1rem 1.1rem;background:#f7f7f7;border:1px solid #ececec}.markdown-shell pre code{padding:0;background:transparent}.markdown-shell table{width:100%;border-collapse:collapse;overflow:hidden;background:#fff}.markdown-shell th,.markdown-shell td{padding:.72rem .82rem;border:1px solid #e8e8e8}.markdown-shell th{background:#f5f5f5;color:#333;font-weight:700}.markdown-shell tbody tr:nth-child(2n) td{background:#fcfcfc}.markdown-shell iframe{display:block;width:min(100%,720px);max-width:100%;aspect-ratio:16 / 9;height:auto;margin:1.7rem 0;border:0}.markdown-shell hr{margin:2.4rem 0;border:0;border-top:1px solid #e7e7e7}.article-followup{margin-top:34px;padding-top:22px;border-top:1px solid #ececec}.article-followup__header{margin-bottom:14px}.article-followup__header h2{margin:0;color:#222;font-size:1.2rem}.article-followup__header p{margin:6px 0 0;color:#767676;font-size:.95rem}.article-pair-card{display:grid;gap:8px;padding:18px 20px;border:1px solid #e3e3e3;background:#fafafa;color:inherit;text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}.article-pair-card:hover{border-color:#b63138;background:#fffdfd;transform:translateY(-1px)}.article-pair-card__eyebrow{color:#8a8a8a;font-size:.8rem;font-weight:700;letter-spacing:.08em}.article-pair-card strong{color:#222;font-size:1.08rem;line-height:1.65}.article-pair-card p{margin:0;color:#666;line-height:1.8}.article-pair-card__meta{color:#8a8a8a;font-size:.9rem}.related-grid{margin-top:30px}.related-grid .post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related-grid .section-header p{margin-top:4px}.taxonomy-shell__lede{margin:0;max-width:48rem;color:var(--ink-soft)}.taxonomy-summary{margin:18px 0 24px;padding:18px;border-radius:var(--radius-lg);background:#f8f8f8;border:1px solid var(--line)}.taxonomy-summary__label{display:inline-block;margin-bottom:10px;color:var(--ink-soft);font-size:.84rem;font-weight:700;letter-spacing:.12em;font-family:Lato,sans-serif;text-transform:uppercase}.fighter-directory-card{display:grid;gap:10px}.about-stack{display:grid;gap:30px}.about-hero{align-items:stretch}.about-feature-grid,.about-policy-grid,.about-entry-grid{display:grid;gap:18px}.about-feature-grid,.about-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-policy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-card,.about-entry-card{padding:20px;border-radius:var(--radius-lg);border:1px solid var(--line);background:#fff}.about-card--muted{background:#f8f8f8}.about-card h3,.about-entry-card strong{display:block;margin:0 0 8px;font-size:1.12rem;line-height:1.45}.about-card p,.about-entry-card p{margin:0;color:var(--ink-soft)}.about-entry-card{transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.about-entry-card:hover{transform:translateY(-2px);border-color:#b6313859;box-shadow:0 14px 32px #00000014}.empty-note{padding:18px;border-radius:var(--radius-lg);background:#f8f8f8;color:var(--ink-soft)}@media(max-width:1040px){.hero-panel,.featured-band,.featured-card{grid-template-columns:1fr}.featured-card__media{min-height:240px}.editorial-grid,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-facts__grid,.related-grid .post-grid,.about-policy-grid{grid-template-columns:1fr}.split-media-grid,.fighter-grid,.category-grid,.about-feature-grid,.about-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.site-header{padding-top:18px;flex-direction:column;align-items:stretch}.site-header__nav{justify-content:flex-start}.editorial-grid,.post-grid,.split-media-grid,.fighter-grid,.category-grid,.about-feature-grid,.about-entry-grid,.about-policy-grid{grid-template-columns:1fr}.article-shell,.taxonomy-shell,.fighter-shell,.section-panel,.hero-panel{padding:20px}.event-facts,.article-toc{padding:16px}.fighter-header__lead{grid-template-columns:1fr}.fighter-portrait{max-width:100%}.article-toc__item.depth-3{margin-left:.5rem}}
