@font-face {
    font-family: 'Bungee';
    src: url('https://res.cloudinary.com/utzlhts9/raw/upload/v1790242114/Bungee-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg:          #0a0d0a;
    --bg-soft:     #0e130f;
    --card:        #121a14;
    --card-2:      #0c110d;
    --line:        #1d2b21;
    --line-soft:   #162019;
    --text:        #e9f2ea;
    --muted:       #7e9084;
    --faint:       #54645a;

    --green:  #00ff66;
    --red:    #ff3b47;
    --orange: #ff7a1a;
    --purple: #c24bff;
    --cyan:   #22d3ee;
    --gold:   #ffb300;

    --display: 'Bungee', 'Arial Black', sans-serif;
    --mono:    'Courier New', ui-monospace, 'SFMono-Regular', monospace;
    --body:    'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', sans-serif;

    --wrap: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    background-color: var(--bg);
    background-image:
        linear-gradient(rgba(0, 255, 102, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 102, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    color: var(--text);
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

.eyebrow {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--green);
}
.eyebrow .dot { color: var(--green); }

.section-title {
    font-family: var(--display);
    font-size: 40px;
    line-height: 1.05;
    margin: 14px 0 16px;
    letter-spacing: 0.5px;
}
.section-sub {
    font-family: var(--display);
    font-size: 22px;
    color: var(--faint);
    letter-spacing: 1px;
}
.lead { color: var(--muted); max-width: 640px; font-size: 15px; }


.site-header {
    position: sticky; top: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 28px;
    background: rgba(10, 13, 10, 0.85);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line-soft);
}
.brand {
    display: inline-flex; align-items: center; gap: 10px;
    text-decoration: none;
    font-family: var(--display);
    font-size: 18px; letter-spacing: 1px;
}
.brand .mark {
    width: 22px; height: 22px;
    border: 1px solid var(--green);
    display: inline-flex; align-items: center; justify-content: center;
}
.brand .mark::after {
    content: ''; width: 8px; height: 8px; background: var(--green);
    display: inline-block;
}
.brand .accent { color: var(--green); }

.main-nav ul { list-style: none; display: flex; align-items: center; gap: 26px; }
.main-nav a {
    font-family: var(--mono);
    font-size: 13px; letter-spacing: 1px;
    color: var(--muted); text-decoration: none;
}
.main-nav a:hover { color: var(--green); }
.main-nav a.active { color: var(--green); }
.nav-cta {
    font-family: var(--mono);
    font-size: 12px; letter-spacing: 1px;
    color: var(--green) !important;
    border: 1px solid var(--green);
    padding: 8px 14px;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px;
}
.nav-cta:hover { background: var(--green); color: #000 !important; }

.nav-toggle { display: none; }


.btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--mono); font-size: 13px; letter-spacing: 1.5px;
    padding: 14px 26px; text-decoration: none; cursor: pointer;
    border: 1px solid transparent;
}
.btn-green { background: var(--green); color: #04140a; font-weight: bold; }
.btn-green:hover { background: #33ff88; box-shadow: 0 0 24px rgba(0,255,102,0.35); }
.btn-ghost { background: transparent; color: var(--text); border-color: #2c3a30; }
.btn-ghost:hover { border-color: var(--green); color: var(--green); }
.btn .tri { font-size: 10px; }

.textlink {
    font-family: var(--mono); font-size: 13px; letter-spacing: 1px;
    color: var(--green); text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
}
.textlink:hover { text-decoration: underline; }


.hero {
    position: relative;
    padding: 90px 28px 110px;
    text-align: center;
    overflow: hidden;
}
.hero::before, .hero::after {
    content: ''; position: absolute; left: 0; right: 0; height: 60px;
    background-repeat: repeat-x; background-position: center;
    opacity: 0.5; pointer-events: none;
}
.hero::before {
    top: 120px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='40' viewBox='0 0 160 40'%3E%3Cpath d='M0 20 H20 L26 8 L32 32 L38 4 L44 36 L50 20 H90 L96 12 L102 28 L108 10 L114 20 H160' fill='none' stroke='%23ff3b47' stroke-width='1'/%3E%3C/svg%3E");
}
.hero::after {
    bottom: 90px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='40' viewBox='0 0 160 40'%3E%3Cpath d='M0 20 H20 L26 8 L32 32 L38 4 L44 36 L50 20 H90 L96 12 L102 28 L108 10 L114 20 H160' fill='none' stroke='%2300ff66' stroke-width='1'/%3E%3C/svg%3E");
    opacity: 0.6;
}
.hero-badge {
    display: inline-block;
    font-family: var(--mono); font-size: 12px; letter-spacing: 3px;
    color: var(--green);
    border: 1px solid rgba(0,255,102,0.4);
    padding: 8px 18px;
    margin-bottom: 40px;
}
.hero-title {
    font-family: var(--display);
    font-size: clamp(60px, 13vw, 150px);
    line-height: 0.95;
    letter-spacing: 2px;
}
.hero-title .green { color: var(--green); text-shadow: 0 0 40px rgba(0,255,102,0.45); }
.hero p {
    max-width: 560px; margin: 26px auto 0; color: var(--muted);
}
.hero-btns { margin-top: 38px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.scroll-tip {
    margin-top: 70px;
    font-family: var(--mono); font-size: 11px; letter-spacing: 4px;
    color: var(--faint);
}


.stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px; text-align: center;
    max-width: 1000px; margin: 0 auto;
    padding: 50px 28px;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}
.stat-num {
    font-family: var(--display);
    font-size: 52px; color: var(--green); line-height: 1;
}
.stat-label { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--muted); margin-top: 10px; }


.section { padding: 80px 0; }
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; }

/* Interaction map panel */
.panel {
    background: var(--card-2);
    border: 1px solid var(--line);
    padding: 26px;
}
.panel .panel-title {
    font-family: var(--mono); font-size: 12px; letter-spacing: 2px;
    color: var(--faint); margin-bottom: 18px;
}
.panel ul { list-style: none; }
.panel li { padding: 10px 0; font-size: 13px; color: var(--muted); }
.panel li strong { color: var(--text); display: block; font-weight: 600; }
.panel li .bullet {
    display: inline-block; width: 8px; height: 8px; border-radius: 50%;
    margin-right: 10px;
}


.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dish-card {
    background: var(--card);
    border: 1px solid var(--line-soft);
    overflow: hidden;
    display: flex; flex-direction: column;
    text-decoration: none; color: inherit;
    transition: transform .2s, border-color .2s;
}
.dish-card:hover { transform: translateY(-4px); border-color: var(--green); }
.dish-media { position: relative; height: 200px; overflow: hidden; }
.dish-media img { width: 100%; height: 100%; object-fit: cover; }
.dish-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }

.status-tag {
    position: absolute; top: 12px; left: 12px;
    font-family: var(--mono); font-size: 11px; letter-spacing: 1px;
    padding: 3px 8px; color: #04140a; font-weight: bold;
}
.bpm-tag {
    position: absolute; top: 12px; right: 12px;
    font-family: var(--mono); font-size: 11px; letter-spacing: 1px;
    padding: 3px 8px; background: rgba(0,0,0,0.55); color: #fff;
}

.dots { display: inline-flex; gap: 4px; margin: 4px 0 10px; }
.dots i { width: 8px; height: 8px; border-radius: 50%; background: #2a3a2e; }
.dots i.on { background: currentColor; }

.dish-name { font-family: var(--display); font-size: 20px; letter-spacing: 0.5px; }
.dish-en {
    font-family: var(--mono); font-size: 11px; letter-spacing: 2px;
    margin: 6px 0 12px;
}
.dish-desc { font-size: 13px; color: var(--muted); flex: 1; }
.dish-meta {
    display: flex; gap: 18px; margin-top: 16px; padding-top: 14px;
    border-top: 1px solid var(--line-soft);
    font-family: var(--mono); font-size: 11px; color: var(--faint);
}
.dish-meta b { color: var(--text); font-weight: normal; }


.t-red    { color: var(--red); }   .bg-red    { background: var(--red); }
.t-orange { color: var(--orange); }.bg-orange { background: var(--orange); }
.t-purple { color: var(--purple); }.bg-purple { background: var(--purple); }
.t-cyan   { color: var(--cyan); }  .bg-cyan   { background: var(--cyan); }
.t-gold   { color: var(--gold); }  .bg-gold   { background: var(--gold); }
.t-green  { color: var(--green); }.bg-green  { background: var(--green); }


.ph {
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-size: 15px; letter-spacing: 2px;
    color: rgba(255,255,255,0.5); text-align: center; padding: 10px;
}


.culture-split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.tick-list { list-style: none; margin: 22px 0; }
.tick-list li {
    color: var(--muted); font-size: 14px; padding: 7px 0 7px 22px; position: relative;
}
.tick-list li::before {
    content: ''; position: absolute; left: 0; top: 14px;
    width: 6px; height: 6px; background: var(--green); border-radius: 50%;
}
.culture-side figure { position: relative; }
.culture-side img { height: 230px; width: 100%; object-fit: cover; }
.feature-card {
    background: var(--card-2); border: 1px solid var(--line);
    padding: 18px; margin-top: -40px; position: relative; margin-left: 20px;
}
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.mini-card {
    background: var(--card-2); border: 1px solid var(--line); padding: 16px;
}
.mini-card .cat { font-family: var(--mono); font-size: 10px; letter-spacing: 2px; color: var(--faint); }
.mini-card h5 { font-size: 14px; margin-top: 8px; font-weight: 600; }


.cta {
    text-align: center; padding: 90px 28px;
    background: radial-gradient(ellipse at center, rgba(0,255,102,0.08), transparent 65%);
}
.cta h2 { font-family: var(--display); font-size: clamp(26px, 5vw, 44px); }
.cta p { color: var(--muted); max-width: 560px; margin: 18px auto 30px; }


.foot-wave {
    height: 30px; margin: 0 auto; width: 200px; opacity: 0.5;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='30' viewBox='0 0 200 30'%3E%3Cpath d='M0 15 H25 L32 5 L39 25 L46 2 L53 28 L60 15 H100 L107 8 L114 22 L121 6 L128 15 H200' fill='none' stroke='%2300ff66' stroke-width='1'/%3E%3C/svg%3E") no-repeat center;
}
.site-footer { border-top: 1px solid var(--line-soft); padding: 50px 28px 20px; }
.foot-grid {
    max-width: var(--wrap); margin: 0 auto;
    display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px;
}
.foot-grid h4 {
    font-family: var(--mono); font-size: 12px; letter-spacing: 2px;
    color: var(--faint); margin-bottom: 16px; font-weight: normal;
}
.foot-grid p, .foot-grid li { color: var(--muted); font-size: 13px; }
.foot-grid ul { list-style: none; }
.foot-grid li { padding: 5px 0; }
.foot-grid a { color: var(--muted); text-decoration: none; }
.foot-grid a:hover { color: var(--green); }
.foot-tag {
    display: inline-block; margin-top: 14px;
    font-family: var(--mono); font-size: 11px; letter-spacing: 1px;
    border: 1px solid var(--line); padding: 6px 12px; color: var(--muted);
}
.foot-bottom {
    max-width: var(--wrap); margin: 40px auto 0; padding-top: 18px;
    border-top: 1px solid var(--line-soft);
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
    font-family: var(--mono); font-size: 11px; letter-spacing: 1px; color: var(--faint);
}
.online { color: var(--green); }
.online::before { content: '● '; }


.page-head { padding: 60px 0 30px; }
.breadcrumb {
    font-family: var(--mono); font-size: 11px; letter-spacing: 1px;
    color: var(--faint); margin-bottom: 26px;
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--green); }

.legend { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; margin: 26px 0; font-family: var(--mono); font-size: 11px; letter-spacing: 1px; color: var(--muted); }
.legend .ldot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; }


.detail-hero {
    position: relative; height: 380px; overflow: hidden;
    display: flex; align-items: flex-end;
    border-bottom: 2px solid var(--t, var(--green));
}
.detail-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.detail-hero .veil {
    position: absolute; inset: 0;
    background: linear-gradient(to top, var(--bg) 5%, rgba(10,13,10,0.3) 60%);
}
.detail-hero .inner { position: relative; padding: 0 28px 40px; max-width: var(--wrap); margin: 0 auto; width: 100%; }
.flames { font-size: 18px; letter-spacing: 4px; margin-bottom: 12px; filter: saturate(1.4); }
.detail-hero h1 { font-family: var(--display); font-size: clamp(38px, 7vw, 68px); line-height: 1; }
.detail-hero .sub {
    font-family: var(--mono); font-size: 13px; letter-spacing: 3px;
    color: var(--t, var(--green)); margin-top: 10px;
}

.detail-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 34px; padding: 44px 0; align-items: start; }
.stat-strip {
    display: grid; grid-template-columns: repeat(4, 1fr);
    background: var(--card); border: 1px solid var(--line);
    margin-bottom: 30px;
}
.stat-strip .cell { padding: 16px 18px; border-right: 1px solid var(--line-soft); }
.stat-strip .cell:last-child { border-right: 0; }
.stat-strip .k { font-family: var(--mono); font-size: 10px; letter-spacing: 1px; color: var(--faint); }
.stat-strip .v { font-family: var(--mono); font-size: 18px; margin-top: 6px; color: var(--t, var(--green)); }

.block-label { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--faint); margin: 28px 0 12px; }
.about p { color: #c6d2c8; margin-bottom: 14px; }

.bar-row { display: grid; grid-template-columns: 60px 1fr 30px; align-items: center; gap: 12px; margin: 9px 0; font-size: 12px; }
.bar-row .name { color: var(--muted); font-family: var(--mono); }
.bar-track { background: #1a241d; height: 6px; position: relative; }
.bar-fill { height: 100%; background: var(--t, var(--green)); }
.bar-row .num { font-family: var(--mono); color: var(--muted); text-align: right; }

.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tags span {
    font-family: var(--mono); font-size: 12px;
    border: 1px solid var(--line); padding: 6px 12px; color: var(--text);
}

.rail-card { background: var(--card); border: 1px solid var(--line); padding: 20px; margin-bottom: 20px; }
.rail-card .rc-title { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--faint); margin-bottom: 14px; }
.ecg-cta-btn {
    display: block; text-align: center; text-decoration: none;
    background: var(--t, var(--green)); color: #04140a;
    font-family: var(--mono); font-size: 13px; letter-spacing: 1px; font-weight: bold;
    padding: 13px;
}
.param-row { display: flex; justify-content: space-between; font-size: 13px; padding: 8px 0; border-bottom: 1px dashed var(--line-soft); }
.param-row:last-child { border-bottom: 0; }
.param-row .k { color: var(--muted); }
.param-row .v { font-family: var(--mono); }

.related a {
    display: flex; align-items: center; gap: 12px; text-decoration: none;
    padding: 10px 0; border-bottom: 1px solid var(--line-soft); color: var(--text);
}
.related a:last-child { border-bottom: 0; }
.related .thumb { width: 44px; height: 34px; background: #1a241d; flex: none; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.related .rdot { width: 7px; height: 7px; border-radius: 50%; margin-left: auto; }

.detail-nav {
    display: flex; justify-content: space-between; padding: 26px 0 50px;
    border-top: 1px solid var(--line-soft);
    font-family: var(--mono); font-size: 13px;
}
.detail-nav a { color: var(--muted); text-decoration: none; }
.detail-nav a:hover { color: var(--green); }


.map-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 26px; padding: 30px 0 50px; align-items: start; }
.map-box {
    background: var(--card-2); border: 1px solid var(--line);
    padding: 20px; position: relative;
}
.map-svg { width: 100%; height: auto; display: block; }
.node { cursor: pointer; }
.node circle.core { fill: #0a0d0a; stroke-width: 2; }
.node circle.halo { fill: none; stroke-width: 1.5; opacity: 0.5; }
.node text { font-family: var(--body); font-size: 14px; fill: #cfe0d2; }
.node a { text-decoration: none; }

.scale-item { display: grid; grid-template-columns: 10px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); }
.scale-item:last-child { border-bottom: 0; }
.scale-item .bar { width: 5px; border-radius: 3px; }
.scale-item .lvl { font-weight: 600; font-size: 14px; }
.scale-item .lvl small { color: var(--faint); font-family: var(--mono); margin-left: 8px; font-size: 11px; }
.scale-item .desc { font-size: 12px; color: var(--muted); margin-top: 2px; }

.rank-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-size: 13px; }
.rank-row .idx { font-family: var(--mono); color: var(--faint); width: 22px; }
.rank-row .rdots { display: inline-flex; gap: 3px; }
.rank-row .rdots i { width: 6px; height: 6px; border-radius: 50%; background: #2a3a2e; }
.rank-row .rdots i.on { background: currentColor; }
.rank-row .val { margin-left: auto; font-family: var(--mono); }


.ecg-stage {
    background: var(--card-2); border: 1px solid var(--line);
    padding: 30px; margin: 30px 0;
}
.ecg-screen {
    position: relative; height: 260px; overflow: hidden;
    background:
        linear-gradient(rgba(0,255,102,0.06) 1px, transparent 1px) 0 0/100% 26px,
        #05080a;
    border: 1px solid var(--line);
}
.ecg-line {
    position: absolute; left: 0; top: 50%;
    width: 200%; height: 40px; margin-top: -20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='40' viewBox='0 0 400 40'%3E%3Cpath d='M0 20 H60 L70 6 L80 34 L90 2 L100 38 L110 20 H180 L190 12 L200 28 L210 8 L220 20 H400' fill='none' stroke='%2300ff66' stroke-width='1.5'/%3E%3C/svg%3E") repeat-x;
    animation: ecgflow 2.4s linear infinite;
    filter: drop-shadow(0 0 6px rgba(0,255,102,0.6));
}
@keyframes ecgflow { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ecg-readout { display: flex; gap: 30px; margin-top: 18px; flex-wrap: wrap; font-family: var(--mono); font-size: 12px; color: var(--muted); }
.ecg-readout b { color: var(--green); font-size: 16px; }
.dish-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.dish-pills a {
    font-family: var(--mono); font-size: 12px; text-decoration: none;
    border: 1px solid var(--line); padding: 8px 14px; color: var(--muted);
}
.dish-pills a:hover { border-color: var(--green); color: var(--green); }

@media (max-width: 900px) {
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .split, .culture-split, .detail-grid, .map-layout { grid-template-columns: 1fr; }
    .foot-grid { grid-template-columns: 1fr; gap: 26px; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stat-strip { grid-template-columns: repeat(2, 1fr); }
    .stat-strip .cell { border-bottom: 1px solid var(--line-soft); }
}
@media (max-width: 640px) {
    .card-grid { grid-template-columns: 1fr; }
    .mini-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 30px; }
    .main-nav ul {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column; gap: 0; background: var(--bg);
        border-bottom: 1px solid var(--line); padding: 10px 0;
    }
    .main-nav ul.open { display: flex; }
    .main-nav li { padding: 12px 28px; }
    .nav-toggle {
        display: inline-block; background: none; border: 1px solid var(--line);
        color: var(--green); font-family: var(--mono); font-size: 12px;
        padding: 8px 12px; cursor: pointer; letter-spacing: 1px;
    }
    .detail-hero { height: 300px; }
    .foot-bottom { flex-direction: column; }
}


.page { display: none; }
.page:target { display: block; scroll-margin-top: 70px; }
body:not(:has(.page:target)) #home { display: block; }


.article-hero {
    position: relative; min-height: 360px; overflow: hidden;
    display: flex; align-items: flex-end;
    border-bottom: 2px solid var(--t, var(--green));
}
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.article-hero .veil {
    position: absolute; inset: 0;
    background: linear-gradient(to top, var(--bg) 10%, rgba(10,13,10,0.25) 70%);
}
.article-hero .inner { position: relative; width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px 38px; }
.article-meta { display: inline-flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.article-meta .tag {
    font-family: var(--mono); font-size: 11px; letter-spacing: 1px;
    padding: 3px 10px; color: #04140a; font-weight: bold;
}
.article-meta .read { font-family: var(--mono); font-size: 11px; letter-spacing: 1px; color: var(--faint); }
.article-hero h1 { font-family: var(--display); font-size: clamp(28px, 5vw, 48px); line-height: 1.08; }
.article-hero .sub { color: var(--muted); margin-top: 10px; font-size: 14px; }

.article-body {
    display: grid; grid-template-columns: 1.8fr 1fr; gap: 44px;
    padding: 44px 0; align-items: start;
}
.pullquote {
    border-left: 3px solid var(--t, var(--green));
    background: var(--card-2);
    padding: 20px 24px; font-size: 15px; color: #d8e4da;
    margin-bottom: 30px;
}
.article-text p { color: #c6d2c8; margin-bottom: 16px; font-size: 15px; }
.article-text h3 {
    font-family: var(--display); font-size: 20px; letter-spacing: 0.5px;
    margin: 28px 0 12px;
}
.more-topics a {
    display: flex; gap: 12px; align-items: center;
    padding: 12px 0; border-bottom: 1px solid var(--line-soft);
    text-decoration: none; color: var(--text);
}
.more-topics a:last-child { border-bottom: 0; }
.more-topics .thumb { width: 56px; height: 44px; flex: none; overflow: hidden; background: #1a241d; }
.more-topics .thumb img { width: 100%; height: 100%; object-fit: cover; }
.more-topics .thumb.ph { display: flex; align-items: center; justify-content: center; font-size: 10px; font-family: var(--mono); color: var(--faint); }
.more-topics .cat { font-family: var(--mono); font-size: 10px; letter-spacing: 1px; }
.more-topics h5 { font-size: 13px; margin-top: 3px; font-weight: 600; }

@media (max-width: 900px) {
    .article-body { grid-template-columns: 1fr; }
}
