:root{--yellow:#ffd400;--yellow2:#ffea70;--black:#090909;--charcoal:#171717;--text:#171717;--muted:#697077;--bg:#f4f4f1;--card:#fff;--border:#deded8;--max:1220px;--radius:18px;--shadow:0 18px 45px rgba(0,0,0,.13)}
[data-theme="dark"]{--text:#f6f6f2;--muted:#b3b6ba;--bg:#101010;--card:#191919;--border:#333;--shadow:0 18px 45px rgba(0,0,0,.4)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(100% - 32px,var(--max));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(9,9,9,.96);border-bottom:3px solid var(--yellow);backdrop-filter:blur(10px)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:900;letter-spacing:.02em}.brand img{width:58px;height:58px;object-fit:contain}.brand small{display:block;color:var(--yellow);font-size:.66rem;letter-spacing:.11em}.nav{display:flex;gap:20px;color:#fff;font-weight:800;font-size:.93rem}.nav a:hover{color:var(--yellow)}.header-actions{display:flex;gap:10px}.icon-btn{border:1px solid #444;background:#171717;color:#fff;border-radius:10px;padding:9px 12px;cursor:pointer}
.hero{min-height:560px;display:grid;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.62) 55%,rgba(0,0,0,.36)),url("../images/ebr-cover.png") center/cover no-repeat}.hero-content{padding:78px 0;max-width:780px}.kicker{display:inline-block;background:var(--yellow);color:#000;padding:7px 12px;border-radius:999px;font-weight:900;text-transform:uppercase;font-size:.76rem;letter-spacing:.08em}.hero h1{font-size:clamp(2.7rem,6vw,5.8rem);line-height:.93;letter-spacing:-.04em;text-transform:uppercase;margin:18px 0}.hero p{font-size:1.15rem;color:#ececec;max-width:700px}
.btn{display:inline-block;background:var(--yellow);color:#000;font-weight:900;padding:13px 19px;border-radius:10px;margin-top:10px;border:0;cursor:pointer}.btn:hover{background:var(--yellow2);transform:translateY(-1px)}
.section{padding:66px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-title{font-size:clamp(1.9rem,4vw,3rem);text-transform:uppercase;letter-spacing:-.03em;margin:0}.section-title:after{content:"";display:block;width:76px;height:6px;background:var(--yellow);margin-top:8px}.search-wrap{display:flex;gap:10px;align-items:center}.search-input{width:min(420px,75vw);padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text)}
.feature-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:24px}.meta{color:var(--muted);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.card h2,.card h3{line-height:1.12;margin:8px 0 10px}.feature-card h2{font-size:clamp(1.7rem,3vw,2.6rem)}.side-stack{display:grid;gap:20px}.side-card{background:var(--charcoal);color:#fff;border-left:7px solid var(--yellow);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.side-card .meta{color:#c9c9c9}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{transition:.2s}.article-card:hover{transform:translateY(-4px)}.read-more{font-weight:900;color:#8a7100}.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.filter-btn{border:1px solid var(--border);background:var(--card);color:var(--text);padding:9px 13px;border-radius:999px;font-weight:800;cursor:pointer}.filter-btn.active{background:var(--yellow);color:#000;border-color:var(--yellow)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-box{background:var(--card);border-top:7px solid var(--yellow);border-radius:var(--radius);padding:26px;border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
.scorecard{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}.score{background:var(--charcoal);color:#fff;padding:18px;border-radius:14px;text-align:center}.score strong{display:block;font-size:1.7rem;color:var(--yellow)}.newsletter{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:#0b0b0b;color:#fff;border-radius:var(--radius);padding:38px}
.site-footer{background:#090909;color:#cfcfcf;border-top:3px solid var(--yellow);padding:38px 0;margin-top:60px}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.article-hero{background:#151515;color:#fff;border-bottom:6px solid var(--yellow);padding:72px 0 48px}.article-hero h1{font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.02;margin:8px 0 12px;max-width:980px}.article-shell{width:min(100% - 32px,900px);margin:44px auto;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(24px,5vw,50px)}.article-shell .lead{font-size:1.22rem;font-weight:800}.article-shell h2{margin-top:34px}.callout{background:#fff8c8;color:#171717;border-left:6px solid #c9a800;padding:18px;border-radius:8px;margin:24px 0}.share-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.share-row a{background:#171717;color:#fff;padding:10px 14px;border-radius:9px;font-weight:800}.hidden{display:none!important}
.breaking-bar{background:var(--yellow);color:#000;border-bottom:1px solid #d6b300}.breaking-inner{display:flex;gap:20px;align-items:center;padding-top:12px;padding-bottom:12px}.breaking-inner>strong{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.breaking-links{display:flex;gap:26px;overflow:auto;white-space:nowrap;scrollbar-width:none}.breaking-links::-webkit-scrollbar{display:none}.breaking-links a{font-weight:800}.breaking-links a:hover{text-decoration:underline}
.article-feature-image{margin:0 0 32px}.article-feature-image img{width:100%;max-height:560px;object-fit:cover;border-radius:14px}.article-content{font-size:1.05rem}.article-content img{border-radius:12px;margin:26px auto}.article-content blockquote{margin:24px 0;padding:12px 22px;border-left:5px solid var(--yellow);background:rgba(255,212,0,.1)}.video-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:14px;background:#000}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.tag-list{display:flex;gap:9px;flex-wrap:wrap;margin:28px 0}.tag-list span{background:rgba(255,212,0,.18);border:1px solid #c9a800;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.84rem}
.review-overview{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:24px;align-items:stretch}.review-main-image{width:100%;height:100%;max-height:500px;object-fit:cover;border-radius:15px}.overall-score-card{background:#101010;color:#fff;border:3px solid var(--yellow);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.overall-score-card span{text-transform:uppercase;font-weight:900;letter-spacing:.06em}.overall-score-card strong{color:var(--yellow);font-size:4rem;line-height:1}.overall-score-card small{color:#ddd}.overall-score-card p{margin:16px 0 0;font-weight:800}.review-score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.review-score{background:var(--charcoal);color:#fff;border-radius:12px;padding:16px;text-align:center}.review-score span{display:block;font-size:.82rem;text-transform:uppercase;font-weight:800}.review-score strong{font-size:2rem;color:var(--yellow)}.review-score small{color:#bbb}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}.pros-cons section{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:20px}.pros-cons h2{margin-top:0}.pros-cons li{margin:7px 0}.spec-table{border:1px solid var(--border);border-radius:14px;overflow:hidden}.spec-table div{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:12px 16px;border-bottom:1px solid var(--border)}.spec-table div:last-child{border-bottom:0}.spec-table span{color:var(--muted)}.review-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.review-gallery img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}.verdict{background:#fff8c8;color:#171717;border-left:7px solid #c9a800;padding:22px;border-radius:12px;margin-top:34px}.verdict h2{margin-top:0}.review-card-image{position:relative}.card-score{position:absolute;right:12px;bottom:12px;background:var(--yellow);color:#000;border:3px solid #000;padding:7px 10px;border-radius:10px;font-weight:900}.review-list-section{background:rgba(0,0,0,.035)}
@media(max-width:1080px){.nav{gap:13px;font-size:.83rem}}
@media(max-width:920px){.nav{display:none}.feature-grid{grid-template-columns:1fr}.article-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.review-overview{grid-template-columns:1fr}.overall-score-card{min-height:190px}.review-score-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.brand span{font-size:.82rem}.brand img{width:48px;height:48px}.hero{min-height:470px}.article-grid,.category-grid,.scorecard,.review-score-grid,.pros-cons,.review-gallery{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.search-input{width:100%}.search-wrap{width:100%}.breaking-inner{align-items:flex-start;flex-direction:column;gap:5px}.article-hero{padding:48px 0 34px}.spec-table div{grid-template-columns:1fr;gap:2px}}
