@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&family=Bebas+Neue&display=swap');
:root {
  --bg:#0b0e13; --surface:#131821; --surface2:#1a2130; --border:#2b3446; --text:#edf2f9; --muted:#9aa8bc; --accent:#67a8ff; --gold:#f1bc5c;
  --font:'Noto Sans JP',sans-serif; --display:'Bebas Neue',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7}
a{text-decoration:none;color:inherit}
ul{margin-left:18px} li{padding:3px 0}
.container{max-width:980px;margin:0 auto;padding:0 20px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(11,14,19,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.06)}
.header-inner,.footer-inner,.meta-row,.status-inline{display:flex;align-items:center;gap:14px;justify-content:space-between;flex-wrap:wrap}
.header-inner{min-height:62px}.logo{font-family:var(--display);font-size:30px;letter-spacing:1px}.logo span{color:var(--accent)}
.header-nav{display:flex;gap:18px}.header-nav a{font-size:13px;color:var(--muted);font-weight:700}
.main-shell,.article-shell{padding:42px 0 56px}.plain-hero{padding:10px 0 18px}.eyebrow,.section-kicker{font-size:11px;font-weight:800;letter-spacing:1.3px;color:var(--accent)}
.plain-hero h1{font-size:clamp(34px,6vw,58px);line-height:1.08;margin:14px 0 14px;font-weight:800}.hero-desc{max-width:760px;color:var(--muted);font-size:15px}
.status-inline{justify-content:flex-start;margin-top:18px}.status-inline span,.article-date{font-size:12px;color:var(--muted)}
.section-block{margin-top:34px}.section-head{margin-bottom:16px}.section-head h2{font-size:28px;line-height:1.2;margin-top:6px}
.hero-card,.feed-card,.info-card,.article-panel,.empty-card{display:block;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 18px 50px rgba(0,0,0,.24)}
.hero-card{padding:28px}.hero-card h2{font-size:32px;line-height:1.3;margin:12px 0 10px}.hero-card p{color:#d6e0ee}
.feed-grid{display:grid;gap:14px}.feed-card{padding:18px 20px}.feed-card h3{font-size:18px;line-height:1.45;margin:10px 0 6px}.feed-card p{font-size:13px;color:var(--muted)}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-card{padding:20px}.info-card h3{font-size:20px;margin:8px 0 10px}
.article-hero{margin-bottom:18px}.article-hero h1{font-size:38px;line-height:1.25;margin:12px 0}.article-lead,.source-line,.highlight-list,.article-section p{color:var(--muted)}
.article-panel{padding:24px}.highlight-list{margin:14px 0 8px 18px}.article-section{margin-top:22px}.article-section h2{font-size:22px;margin-bottom:8px}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.card-genre,.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.6px}
.tag{border:1px solid rgba(255,255,255,.09);color:#cbdaec;background:rgba(255,255,255,.03)}
.genre-pokeka{background:rgba(249,168,38,.16);color:#f8bf60}.genre-yugioh{background:rgba(103,168,255,.16);color:#8bc0ff}.genre-onepiece{background:rgba(255,103,103,.16);color:#ffabab}.genre-duema{background:rgba(182,119,255,.16);color:#ccacff}.genre-mtg{background:rgba(93,201,140,.16);color:#8ae3b2}.genre-summary{background:rgba(241,188,92,.16);color:var(--gold)}
.site-footer{padding:28px 0;border-top:1px solid rgba(255,255,255,.06);margin-top:48px}.footer-copy{font-size:12px;color:var(--muted)}
@media (max-width:760px){.header-nav{display:none}.info-grid{grid-template-columns:1fr}.hero-card h2{font-size:26px}.article-hero h1{font-size:30px}}
