/*
Theme Name: WanNews TNN Style
Theme URI: https://example.com/
Author: WanNews
Description: ธีมข่าวภาษาไทยสไตล์โมเดิร์น สำหรับข่าววันนิวส์
Version: 5.0.0
Text Domain: wannews-tnn
*/
:root{--red:#e51b23;--orange:#f15a24;--ink:#171717;--muted:#777;--line:#e8e8e8;--soft:#f5f7fa;--navy:#07345a}
*{box-sizing:border-box}body{margin:0;font-family:Arial,"Tahoma",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}
.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.topline{background:#111;color:#fff;font-size:13px;padding:8px 0}.masthead{padding:24px 0 18px}.brand{font-size:42px;font-weight:900}.brand span{color:var(--red)}.tagline{color:#777;margin-top:4px}
.nav{background:var(--red);color:#fff;position:sticky;top:0;z-index:20}.nav .wrap{display:flex;gap:24px;align-items:center;overflow:auto}.nav a{padding:14px 0;white-space:nowrap;font-weight:700}.ad{height:90px;background:#eef1f5;color:#9299a3;display:grid;place-items:center;margin:22px auto;border-radius:8px}
.section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid #eee;margin:30px 0 18px;padding-bottom:10px}.section-head h2{margin:0;font-size:28px}.section-head h2 span{color:var(--orange)}
.hero{display:grid;grid-template-columns:1.45fr 1fr;gap:14px}.hero-main,.story-card{position:relative;border-radius:14px;overflow:hidden;background:#222}.hero-main{min-height:470px}.hero-main img,.story-card img{width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.hero-copy{position:absolute;left:24px;right:24px;bottom:24px;color:#fff}.hero-copy h1{font-size:34px;line-height:1.25;margin:8px 0}.badge{display:inline-block;background:var(--red);color:#fff;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:700}.hero-side{display:grid;grid-template-columns:1fr 1fr;gap:14px}.story-card{min-height:225px}.story-card .hero-copy{left:14px;right:14px;bottom:14px}.story-card h3{margin:7px 0 0;font-size:18px;line-height:1.35}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-item img{aspect-ratio:16/10;object-fit:cover;border-radius:12px;background:#eee}.news-item h3{font-size:20px;line-height:1.35;margin:10px 0 8px}.meta{color:var(--muted);font-size:13px}.pill{border:1px solid var(--orange);color:var(--orange);border-radius:20px;padding:3px 10px;margin-left:8px}
.split{display:grid;grid-template-columns:1.6fr 1fr;gap:34px}.top-list{counter-reset:item}.top-row{counter-increment:item;display:grid;grid-template-columns:42px 120px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.top-row:before{content:counter(item);font-size:26px;font-weight:900}.top-row img{width:120px;height:78px;object-fit:cover;border-radius:8px}
.video-zone{background:#111;color:#fff;padding:42px 0;margin-top:42px}.video-zone .split{align-items:start}.video-box{aspect-ratio:16/9;background:#222;border-radius:14px;display:grid;place-items:center;font-size:70px}.latest-dark .top-row{border-color:#444}.footer{background:#0c0c0c;color:#aaa;padding:40px 0;margin-top:0}.footer strong{color:#fff}
.placeholder{background:linear-gradient(135deg,#eceff3,#d9dee5);min-height:100%;display:grid;place-items:center;color:#8a929c;font-weight:700}
@media(max-width:900px){.hero,.split{grid-template-columns:1fr}.hero-main{min-height:420px}.news-grid{grid-template-columns:repeat(2,1fr)}.brand{font-size:34px}}
@media(max-width:600px){.wrap{width:min(100% - 22px,1180px)}.hero-side,.news-grid{grid-template-columns:1fr}.hero-main{min-height:360px}.hero-copy h1{font-size:27px}.story-card{min-height:210px}.top-row{grid-template-columns:32px 92px 1fr}.top-row img{width:92px;height:64px}.ad{height:70px}.section-head h2{font-size:24px}}

/* V2: tighter TNN-inspired news layout */
.hero{grid-template-columns:1.55fr 1fr}
.hero-main{min-height:410px}
.hero-side{grid-template-columns:1fr 1fr}
.story-card{min-height:198px}
.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px}
.news-item{min-width:0}
.news-item>a>img,.news-item>a>.placeholder{width:100%;aspect-ratio:16/9;height:auto;min-height:0;object-fit:cover;border-radius:12px}
.news-item h3{font-size:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.placeholder{aspect-ratio:16/9;background:#edf0f3;min-height:0;border:1px solid #e2e6ea}
.section-head{margin-top:34px}
@media(max-width:900px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero-side{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.news-grid,.hero-side{grid-template-columns:1fr}.hero-main{min-height:330px}}

/* V3 — TNN-inspired editorial system */
:root{--orange:#f15a24;--deep:#07355b;--black:#151515;--pale:#eef6ff}
body{font-family:Tahoma,Arial,sans-serif}
.topline{background:#fff;color:#555;border-bottom:1px solid #eee}
.masthead{padding:20px 0}.brand{font-size:46px;letter-spacing:-2px}.brand span{color:var(--orange)}
.nav{background:#fff;color:#222;border-top:1px solid #eee;border-bottom:1px solid #ddd;position:relative}
.nav a{padding:13px 0}.nav a:first-child{color:var(--orange)}
.ad{border-radius:0;background:#f0f3f6}
.hero{gap:18px}.hero-main{border-radius:12px}.hero-side{gap:18px}.story-card{border-radius:12px}
.badge{background:var(--orange)}
.section-head{border-bottom:1px solid #ddd}.section-head h2{font-weight:900}.section-head h2 span{color:var(--orange)}
.news-item img,.news-item>a>.placeholder{border-radius:11px}
.news-item h3{font-weight:800}
.pill{border-color:var(--orange);color:var(--orange)}
.split{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr)}
.top-row{grid-template-columns:34px 108px 1fr}.top-row:before{color:#333}
.video-zone{background:#111;padding:52px 0}.video-zone .section-head{border-color:#444}.video-box{background:#1b1b1b}
.category-band{background:var(--pale);padding:40px 0;margin-top:40px}
.category-band .news-grid{grid-template-columns:repeat(4,1fr)}
.category-band .news-item:first-child{grid-column:span 2}
.category-band .news-item:first-child h3{font-size:24px}
.footer{background:#071e31}
@media(max-width:900px){.category-band .news-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}}
@media(max-width:600px){.brand{font-size:36px}.category-band .news-grid{grid-template-columns:1fr}.category-band .news-item:first-child{grid-column:auto}}

/* V5 automatic YouTube feed */
.yt-auto{background:#242424;color:#fff;padding:46px 0;margin-top:42px}
.yt-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #555;margin-bottom:20px}
.yt-head h2{font-size:28px;margin:0;padding-bottom:12px}.yt-head h2 span{color:#ff2d2d}
.yt-head a{font-size:13px;color:#ddd;border:1px solid #666;border-radius:20px;padding:7px 14px}
.yt-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:24px}
.yt-frame{aspect-ratio:16/9;background:#000}.yt-frame iframe{width:100%;height:100%;border:0}
.yt-main h3{font-size:23px;line-height:1.35;margin:12px 0 5px}.yt-date{font-size:13px;color:#aaa}
.yt-list{display:grid;gap:12px}.yt-card{display:grid;grid-template-columns:145px 1fr;gap:12px;border-bottom:1px solid #444;padding-bottom:12px}
.yt-card img{width:145px;aspect-ratio:16/9;object-fit:cover}.yt-card strong{font-size:14px;line-height:1.35;display:block}.yt-card small{display:block;color:#aaa;margin-top:6px}
.yt-empty{padding:30px;text-align:center;background:#1b1b1b;color:#bbb}
@media(max-width:900px){.yt-layout{grid-template-columns:1fr}.yt-list{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.yt-list{grid-template-columns:1fr}.yt-card{grid-template-columns:120px 1fr}.yt-card img{width:120px}.yt-main h3{font-size:19px}}
