*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{--red:#bb1919;--orange:#e05a00;--blue:#1a6fb5;--green:#1a8a45;--purple:#7b2d8b;--dark:#111;--mid:#444;--muted:#767676;--border:#e0e0e0;--bg:#f2f2f2;--white:#fff;}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--dark);font-size:15px;line-height:1.6;}
a{color:inherit;text-decoration:none;}a:hover{text-decoration:underline;}.logo:hover{text-decoration:none;}
img{display:block;width:100%;height:auto;}.article-hero img,.hero-main img,.hsb-thumb img,.sidebar-thumb img,.related-post-image img,.story-card-image img,.main-story-image img,.secondary-story-image img,.card-img img,.recent-thumb img{height:100%;object-fit:cover;}
header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,.08);}
.header-inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:32px;height:54px;}
.logo{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--dark);}
.logo span{color:var(--red);}
nav{display:flex;gap:2px;scrollbar-width:none;}nav::-webkit-scrollbar{display:none;}
nav a{padding:6px 12px;border-radius:3px;font-size:13px;font-weight:500;white-space:nowrap;color:var(--mid);transition:background .15s;}
nav a:hover{background:var(--bg);text-decoration:none;}
nav a.active{background:var(--red);color:#fff;font-weight:600;}
.nav-dropdown{position:relative;display:inline-flex;align-items:center;}
.nav-dropdown>a::after{content:" ▾";font-size:10px;opacity:.7;}
.nav-dropdown::before{content:'';position:absolute;top:100%;left:0;right:0;height:8px;}
.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;padding:8px;z-index:999;width:570px;grid-template-columns:1fr 1fr 1fr;gap:2px;box-shadow:0 8px 24px rgba(0,0,0,.5);}
.nav-dropdown:hover>.nav-dropdown-menu{display:grid;}
.nav-dropdown-menu a{display:block;padding:6px 12px;font-size:12px;color:#bbb;border-radius:3px;white-space:nowrap;font-weight:500;}
.nav-dropdown-menu a:hover{background:#2a2a2a;color:#fff;text-decoration:none;}
.header-icons{margin-left:auto;display:flex;gap:12px;flex-shrink:0;}
.header-icons button{background:none;border:none;cursor:pointer;color:var(--mid);padding:4px;}
.page-wrap{max-width:1200px;margin:0 auto;padding:0 16px;}
/* category page */
.cat-hero{background:var(--dark);color:#fff;padding:36px 0 28px;margin-bottom:0;}
.cat-hero-inner{max-width:1200px;margin:0 auto;padding:0 16px;}
.cat-hero .crumb{font-size:12px;color:#aaa;margin-bottom:10px;}
.cat-hero .crumb a{color:#ccc;}
.cat-hero h1{font-size:34px;font-weight:800;letter-spacing:-.02em;line-height:1.15;}
.cat-hero .desc{font-size:15px;color:#aaa;margin-top:8px;}
.cat-hero .count{display:inline-block;margin-top:12px;background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:2px;letter-spacing:.06em;text-transform:uppercase;}
/* section head */
.section-head{display:flex;align-items:center;gap:10px;margin:28px 0 14px;}
.section-head .bullet{width:16px;height:16px;flex-shrink:0;border-radius:2px;}
.section-head h2{font-size:20px;font-weight:800;}
/* grids */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border);margin-bottom:2px;}
.card{background:var(--white);overflow:hidden;display:flex;flex-direction:column;}
.card-img{aspect-ratio:16/9;overflow:hidden;flex-shrink:0;background:#eee;}
.card-img img{transition:transform .4s;}
.card:hover .card-img img{transform:scale(1.04);}
.card-body{padding:12px 14px 16px;flex:1;display:flex;flex-direction:column;gap:6px;}
.card-body .cat{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);}
.card-body h2{font-size:15px;font-weight:700;line-height:1.3;}
.card-body p{font-size:13px;color:var(--mid);line-height:1.45;flex:1;}
.card-body .meta{font-size:11px;color:var(--muted);margin-top:auto;padding-top:6px;}
/* hero card (first item) */
.hero-card{grid-column:1/-1;display:grid;grid-template-columns:3fr 2fr;background:var(--white);}
.hero-card .card-img{aspect-ratio:unset;height:340px;}
.hero-card .card-body{padding:28px 24px;justify-content:center;}
.hero-card .card-body h2{font-size:24px;line-height:1.2;}.hero-card{margin-bottom:16px;}
/* category pills bar */
.cat-pills{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 4px;}
.cat-pills a{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;border:2px solid var(--border);color:var(--mid);transition:all .15s;}
.cat-pills a:hover,.cat-pills a.active{border-color:var(--red);color:var(--red);text-decoration:none;}
/* article layout */
.article-wrap{display:grid;grid-template-columns:1fr 300px;gap:32px;padding:32px 0 40px;}
.article-hero{aspect-ratio:16/9;overflow:hidden;margin-bottom:24px;background:#eee;}
.article-hero img{width:100%;height:100%;object-fit:cover;}
.article-kicker{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:8px;}
.article-title{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:14px;}
.article-meta{font-size:12px;color:var(--muted);margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid var(--border);}
.article-meta strong{color:var(--mid);}
.article-body{font-size:16px;line-height:1.75;color:#222;}
.article-body h1,.article-body h2,.article-body h3{font-weight:700;margin:28px 0 12px;line-height:1.25;}
.article-body h1{font-size:24px;}.article-body h2{font-size:24px;}.article-body h3{font-size:20px;}
.article-body p{margin-bottom:18px;}
.article-body ul,.article-body ol{margin:0 0 18px 24px;}
.article-body li{margin-bottom:6px;}
.article-body blockquote{border-left:4px solid var(--red);padding:12px 20px;margin:24px 0;background:#fafafa;font-style:italic;color:var(--mid);}
.article-body a{color:var(--blue);text-decoration:underline;}
.article-body img{width:100%;height:auto;margin:20px 0;border-radius:4px;}
.article-body figure{margin:20px 0;}
.article-body figcaption{font-size:12px;color:var(--muted);margin-top:6px;}
.article-body pre{overflow-x:auto;-webkit-overflow-scrolling:touch;background:#1a1a1a;color:#d4d4d4;padding:16px;border-radius:4px;font-size:12px;line-height:1.6;margin:20px 0;white-space:pre;}
.article-body pre code{font-family:Consolas,Monaco,'Courier New',monospace;font-size:inherit;background:none;color:inherit;padding:0;}
@media(max-width:600px){.article-body pre{font-size:11px;padding:10px 12px;}}
/* sidebar */
.article-sidebar{}
.sidebar-section{background:var(--white);padding:16px;margin-bottom:20px;}
.sidebar-section h3{font-size:14px;font-weight:800;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid var(--red);text-transform:uppercase;letter-spacing:.04em;}
.sidebar-item{padding:10px 0;border-bottom:1px solid var(--border);display:flex;gap:10px;}
.sidebar-item:last-child{border-bottom:none;}
.sidebar-thumb{width:72px;height:48px;flex-shrink:0;overflow:hidden;background:#eee;}
.sidebar-thumb img{width:100%;height:100%;object-fit:cover;}
.sidebar-item-body .cat{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);margin-bottom:3px;}
.sidebar-item-body h4{font-size:12px;font-weight:600;line-height:1.35;}
.sidebar-item-body .meta{font-size:11px;color:var(--muted);margin-top:3px;}
.breadcrumb{font-size:12px;color:var(--muted);padding:10px 0;}
.breadcrumb a{color:var(--blue);}
.breadcrumb span{margin:0 6px;}
/* 404 */
.not-found{text-align:center;padding:80px 20px;}
.not-found .code{font-size:120px;font-weight:900;color:var(--red);line-height:1;letter-spacing:-.04em;}
.not-found h1{font-size:28px;font-weight:700;margin:8px 0 16px;}
.not-found p{color:var(--mid);font-size:16px;max-width:500px;margin:0 auto 28px;}
.not-found .btn{display:inline-block;background:var(--red);color:#fff;padding:12px 28px;font-size:14px;font-weight:700;border-radius:3px;}
.not-found .recent{max-width:700px;margin:40px auto 0;text-align:left;}
.not-found .recent h2{font-size:16px;font-weight:800;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--red);}
/* footer */
footer{background:#111;color:#ccc;padding:36px 16px 24px;margin-top:32px;}
.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding-bottom:24px;border-bottom:1px solid #333;}
.footer-brand .logo{color:#fff;font-size:22px;}
.footer-brand p{font-size:12px;color:#888;margin-top:10px;line-height:1.6;}
.footer-col h4{color:#fff;font-size:13px;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em;}
.footer-col a{display:block;font-size:12px;color:#999;margin-bottom:7px;}
.footer-col a:hover{color:#fff;}
.footer-bottom{max-width:1200px;margin:16px auto 0;display:flex;justify-content:space-between;font-size:11px;color:#666;}
@media(max-width:900px){.card-grid{grid-template-columns:repeat(2,1fr);}.hero-card{grid-column:1/-1;grid-template-columns:1fr;}.hero-card .card-img{height:220px;}.article-wrap{grid-template-columns:1fr;}.footer-inner{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.card-grid{grid-template-columns:1fr;}.article-title{font-size:22px;}.header-inner{gap:16px;}nav a{font-size:12px;padding:5px 9px;}.footer-inner{grid-template-columns:1fr;gap:20px;}.not-found .code{font-size:80px;}}
/* hero */
.hero{display:grid;grid-template-columns:1fr 300px;gap:2px;margin:2px 0;background:var(--border);}
.hero-main{position:relative;overflow:hidden;max-height:420px;aspect-ratio:16/9;}
.hero-main img{transition:transform .4s;}
.hero-main:hover img{transform:scale(1.02);}
.hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.75) 60%,rgba(0,0,0,.92));padding:40px 20px 20px;color:#fff;}
.hero-overlay .cat{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f5d870;margin-bottom:6px;}
.hero-overlay h1{font-size:22px;font-weight:800;line-height:1.25;margin-bottom:8px;}
.hero-overlay p{font-size:13px;color:rgba(255,255,255,.85);margin-bottom:8px;line-height:1.45;}
.hero-overlay .meta{font-size:11px;color:rgba(255,255,255,.6);}
.hero-sidebar{background:var(--white);display:flex;flex-direction:column;}
.hero-sidebar-item{padding:10px 12px;border-bottom:1px solid var(--border);flex:1;display:flex;flex-direction:row;align-items:center;gap:10px;}
.hero-sidebar-item:last-child{border-bottom:none;}
.hero-sidebar-item:hover{background:#fafafa;}
.hero-sidebar-item .cat{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;}
.hero-sidebar-item h3{font-size:12px;font-weight:600;line-height:1.35;margin-bottom:3px;}
.hero-sidebar-item .meta{font-size:11px;color:var(--muted);}
.hsb-thumb{width:72px;height:48px;flex-shrink:0;overflow:hidden;background:#eee;}
.hsb-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.hero-sidebar-item:hover .hsb-thumb img{transform:scale(1.05);}
.hsb-body{flex:1;min-width:0;}
/* grids */
.top-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:2px;background:var(--border);}
.section-head .view-all{margin-left:auto;font-size:12px;font-weight:600;color:var(--blue);}
.section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border);margin-bottom:28px;}
.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--border);margin-bottom:28px;}
.four-grid .card-body p{display:none;}
.card.overlay{position:relative;aspect-ratio:16/9;}
.card.overlay .card-img{position:absolute;inset:0;aspect-ratio:unset;height:100%;}
.card.overlay .card-body{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.85) 70%);color:#fff;padding:30px 14px 14px;}
.card.overlay .card-body .cat{color:#f5d870;}
.card.overlay .card-body h2{font-size:14px;color:#fff;}
.card.overlay .card-body .meta{color:rgba(255,255,255,.6);}
/* features */
.features-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;margin-bottom:32px;}
.features-main{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--border);}
.features-main .card:first-child{grid-column:1/-1;}
.features-sidebar{background:var(--white);padding:16px;}
.features-sidebar h3{font-size:16px;font-weight:800;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid var(--red);}
.sidebar-item .cat{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;}
.sidebar-item h4{font-size:13px;font-weight:600;line-height:1.35;margin-bottom:3px;}
.sidebar-item .meta{font-size:11px;color:var(--muted);}
/* category colors */
.cat-bio{color:var(--blue);}
.cat-music{color:var(--orange);}
.cat-news{color:var(--red);}
.cat-st{color:var(--purple);}
@media(max-width:1024px){.hero{grid-template-columns:1fr 260px;}}
@media(max-width:768px){.hero{grid-template-columns:1fr;}.top-grid,.section-grid{grid-template-columns:1fr;}}
@media(max-width:480px){.hero-overlay h1{font-size:16px;}}
/* ── Page H1 ── */
.page-h1{font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1.2;padding:28px 0 14px;color:var(--dark);}
.section-head .page-h1{padding-top:0;padding-bottom:0;}
@media(max-width:768px){
.header-inner nav{display:none;position:absolute;top:54px;left:0;right:0;background:#fff;border-bottom:1px solid #e0e0e0;flex-direction:column;gap:0;padding:8px 0;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:200;max-height:calc(100vh - 54px);overflow-y:auto;}
.header-inner nav.open{display:flex;}
.header-inner nav a{padding:10px 20px;border-radius:0;font-size:14px;border-bottom:1px solid #f0f0f0;}
.header-inner nav a:last-child{border-bottom:none;}
.header-inner nav a.active{background:transparent;color:var(--red);font-weight:700;}
#menu-toggle{display:flex !important;}
#menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg);}
#menu-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0);}
#menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}
.nav-dropdown{display:block;width:100%;}
.nav-dropdown::before{display:none;}
.nav-dropdown-menu{position:static;width:100%;grid-template-columns:1fr;background:#f7f7f7;border:none;border-top:1px solid #ececec;border-radius:0;box-shadow:none;padding:0;}
.nav-dropdown-menu.open{display:grid;}
.nav-dropdown:hover>.nav-dropdown-menu:not(.open){display:none;}
.nav-dropdown-menu a{padding:9px 20px 9px 36px;font-size:13px;color:#555;border-bottom:1px solid #ececec;border-radius:0;white-space:normal;}
}
@media(max-width:600px){.page-h1{font-size:18px;padding:20px 0 10px;}}

/* ── Quick Facts Bento ── */
.bento-facts{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;background:var(--border);margin-bottom:2px;}
.bento-card{background:var(--white);padding:14px 16px;display:flex;flex-direction:column;gap:5px;border-top:3px solid transparent;transition:border-color .2s;}
.bento-card:hover{border-top-color:var(--red);}
.bento-card dt{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);}
.bento-card dd{font-size:14px;font-weight:700;color:var(--dark);line-height:1.3;}
.bento-card dd a{color:var(--dark);}
.bento-card dd a:hover{color:var(--red);text-decoration:none;}
.bento-wide{grid-column:span 2;}
@media(max-width:900px){.bento-facts{grid-template-columns:repeat(3,1fr);}.bento-wide{grid-column:span 1;}}
@media(max-width:500px){.bento-facts{grid-template-columns:repeat(2,1fr);}}

/* ── Intro Block (unused on homepage but kept for inner pages) ── */
.intro-block{background:var(--white);padding:22px 24px;margin:2px 0 0;border-left:4px solid var(--red);}
.intro-block h2{font-size:15px;font-weight:800;margin-bottom:12px;color:var(--dark);}
.intro-block p{font-size:14px;line-height:1.75;color:#333;margin-bottom:12px;}
.intro-block p:last-child{margin-bottom:0;}
.intro-block a{color:var(--blue);text-decoration:underline;}

.hero-h2{font-size:20px;font-weight:800;line-height:1.25;margin-bottom:8px;}
.sidebar-title{font-size:13px;font-weight:600;line-height:1.35;margin-bottom:4px;}

/* ── Profile Card ── */
.profile-card{border:2px solid #111;margin:0 0 32px;overflow:hidden;}
.pc-header{background:#111;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;border-left:5px solid var(--red);}
.pc-header-text{display:flex;flex-direction:column;gap:4px;}
.pc-name{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;}
.pc-sub{font-size:12px;color:#aaa;font-weight:500;letter-spacing:.03em;}
.pc-badge{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#bb1919;border:1px solid #bb1919;padding:4px 9px;flex-shrink:0;}
.pc-facts{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:2px solid #111;}
.pc-fact{padding:16px 20px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:6px;background:#fff;}
.pc-fact:nth-child(3n){border-right:none;}
.pc-fact:nth-child(4),.pc-fact:nth-child(5),.pc-fact:nth-child(6){border-bottom:none;}
.pc-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#999;display:flex;align-items:center;gap:5px;}
.pc-value{font-size:15px;font-weight:700;color:#111;line-height:1.3;}
.pc-value a{color:#111;text-decoration:none;}
.pc-value a:hover{color:var(--red);}
.pc-body{padding:22px 24px;background:#fafafa;border-top:1px solid #e0e0e0;}
.pc-body p{font-size:15px;line-height:1.8;color:#333;margin-bottom:14px;}
.pc-body p:last-child{margin-bottom:0;}
.pc-body a{color:var(--red);text-decoration:underline;}
.pc-body a:hover{color:#8a1010;}
@media(max-width:700px){.pc-facts{grid-template-columns:repeat(2,1fr);}.pc-fact:nth-child(3n){border-right:1px solid #ddd;}.pc-fact:nth-child(2n){border-right:none;}.pc-fact:nth-child(4),.pc-fact:nth-child(5),.pc-fact:nth-child(6){border-bottom:1px solid #ddd;}.pc-fact:nth-child(5),.pc-fact:nth-child(6){border-bottom:none;}}
@media(max-width:480px){.pc-facts{grid-template-columns:1fr 1fr;}.pc-header{padding:14px 16px;}.pc-name{font-size:17px;}.pc-body{padding:16px;}}

/* ── FAQ Card ── */
.faq-card{border:2px solid #111;margin:32px 0;overflow:hidden;}
.faq-card-header{background:#111;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;border-left:5px solid var(--red);}
.faq-card-header-text{display:flex;flex-direction:column;gap:4px;}
.faq-card-name{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;}
.faq-card-sub{font-size:12px;color:#aaa;font-weight:500;letter-spacing:.03em;}
.faq-card-badge{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#bb1919;border:1px solid #bb1919;padding:4px 9px;flex-shrink:0;}
.faq-card-list{background:#fff;}
.faq-card-item{border-bottom:1px solid #ddd;}
.faq-card-q{width:100%;background:none;border:none;cursor:pointer;padding:18px 24px;display:flex;align-items:center;gap:16px;text-align:left;font-family:inherit;transition:background .15s;}
.faq-card-q:hover{background:#fafafa;}
.faq-card-num{font-size:11px;font-weight:800;color:#bb1919;letter-spacing:.06em;flex-shrink:0;width:22px;}
.faq-card-qtxt{font-size:15px;font-weight:700;color:#111;line-height:1.35;flex:1;}
.faq-card-icon{flex-shrink:0;color:#999;transition:transform .25s,color .15s;}
.faq-card-item.open .faq-card-icon{transform:rotate(180deg);color:#bb1919;}
.faq-card-item.open .faq-card-q{background:#fafafa;border-left:3px solid #bb1919;}
.faq-card-item.open .faq-card-qtxt{color:#bb1919;}
.faq-card-a{display:none;padding:0 24px 20px 62px;font-size:14px;line-height:1.8;color:#555;}
.faq-card-a a{color:#bb1919;text-decoration:underline;}
.faq-card-a a:hover{color:#8a1010;}
.faq-card-item.open .faq-card-a{display:block;}
@media(max-width:600px){.faq-card-q{padding:14px 16px;}.faq-card-a{padding:0 16px 16px 52px;}.faq-card-header{padding:14px 16px;}.faq-card-name{font-size:17px;}}

/* ── Dark FAQ Section ── */
.faq-dark{background:#111;padding:52px 0 56px;margin-top:32px;}
.faq-dark-header{display:flex;align-items:baseline;gap:16px;margin-bottom:32px;border-bottom:1px solid #2a2a2a;padding-bottom:20px;}
.faq-dark-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--red);background:rgba(187,25,25,.15);padding:4px 10px;border-radius:2px;}
.faq-dark-title{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.02em;}
.faq-dark-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #2a2a2a;}
.faq-dark-item{border-bottom:1px solid #2a2a2a;border-right:1px solid #2a2a2a;}
.faq-dark-item:nth-child(even){border-right:none;}
.faq-dark-q{width:100%;background:none;border:none;cursor:pointer;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:left;font-family:inherit;transition:background .15s;}
.faq-dark-q:hover{background:rgba(255,255,255,.04);}
.faq-dark-q span{font-size:15px;font-weight:600;color:#f0f0f0;line-height:1.35;}
.faq-dark-q .faq-icon{flex-shrink:0;color:#666;transition:transform .25s,color .15s;}
.faq-dark-item.open .faq-dark-q .faq-icon{transform:rotate(180deg);color:var(--red);}
.faq-dark-item.open .faq-dark-q{background:rgba(187,25,25,.07);}
.faq-dark-item.open .faq-dark-q span{color:#fff;}
.faq-dark-a{display:none;padding:0 24px 20px;font-size:13px;line-height:1.75;color:#999;}
.faq-dark-a a{color:#c0c0c0;text-decoration:underline;}
.faq-dark-a a:hover{color:#fff;}
.faq-dark-item.open .faq-dark-a{display:block;}
@media(max-width:700px){.faq-dark-grid{grid-template-columns:1fr;}.faq-dark-item{border-right:none;}}

/* ── legacy faq (inner pages) ── */
.faq-section{margin:32px 0;}
.faq-section>h2{font-size:20px;font-weight:800;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--border);}
.faq-item{background:var(--white);margin-bottom:2px;}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:14px 18px;font-size:14px;font-weight:600;color:var(--dark);display:flex;justify-content:space-between;align-items:center;gap:12px;font-family:inherit;}
.faq-q:hover{background:#fafafa;}
.faq-q svg{flex-shrink:0;transition:transform .25s;}
.faq-item.open .faq-q svg{transform:rotate(180deg);}
.faq-a{display:none;padding:0 18px 14px;font-size:13px;line-height:1.7;color:var(--mid);}
.faq-item.open .faq-a{display:block;}

/* ── Tables ── */
.article-body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px;line-height:1.5;border:1px solid var(--border);}
.article-body thead th{background:#111;color:#fff;padding:11px 16px;text-align:left;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-right:1px solid #333;}
.article-body thead th:first-child{border-left:3px solid var(--red);}
.article-body thead th:last-child{border-right:none;}
.article-body tbody tr{border-bottom:1px solid var(--border);}
.article-body tbody tr:last-child{border-bottom:none;}
.article-body tbody tr:nth-child(even){background:#fafafa;}
.article-body tbody tr:hover{background:#f0f4f8;}
.article-body tbody td{padding:10px 16px;vertical-align:top;color:#333;border-right:1px solid var(--border);}
.article-body tbody td:first-child{font-weight:700;color:#111;border-left:3px solid transparent;}
.article-body tbody td:last-child{border-right:none;}
@media(max-width:600px){.article-body table{font-size:13px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}.article-body thead th,.article-body tbody td{padding:8px 10px;}}
/* ── YouTube click-to-play facade ── */
.yt-facade{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:6px;margin:16px 0;cursor:pointer;background:#000;}
.yt-facade img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.85;transition:opacity .2s;}
.yt-facade:hover img{opacity:1;}
.yt-facade::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(0,0,0,.75) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/32px no-repeat;border-radius:50%;transition:background .2s;}
.yt-facade:hover::after{background-color:#ff0000;}
.yt-loaded{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:6px;margin:16px 0;}
.yt-loaded iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}

#backToTop{position:fixed;bottom:28px;right:28px;width:44px;height:44px;border:none;border-radius:50%;background:#C5A021;color:#fff;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,box-shadow .3s ease;z-index:999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(197,160,33,.25);}
#backToTop.visible{opacity:1;visibility:visible;}
#backToTop:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(197,160,33,.4);}
@media(max-width:600px){#backToTop{bottom:16px;right:16px;width:40px;height:40px;}}
