/* Follow the existing theme toggle on the root html element. */
body.sg-v2{
    --v2-background:#f5f7fa;
    --v2-text:#18212f;
    --v2-card-start:#ffffff;
    --v2-card-end:#f8fafc;
    --v2-panel:#ffffff;
    --v2-border:#cbd5e1;
    --v2-divider:#e2e8f0;
    --v2-muted:#526075;
    --v2-ad-background:#edf1f6;
    --v2-ad-border:#94a3b8;
    --v2-accent:#c41222;
    background:var(--v2-background);
    color:var(--v2-text);
    color-scheme:light;
}
html.dark body.sg-v2{
    --v2-background:#0c1013;
    --v2-text:#f5f5f5;
    --v2-card-start:#151b21;
    --v2-card-end:#0d1216;
    --v2-panel:#11161b;
    --v2-border:#303b4c;
    --v2-divider:#242d37;
    --v2-muted:#b8c0ce;
    --v2-ad-background:#181e25;
    --v2-ad-border:#384352;
    --v2-accent:#ff3541;
    color-scheme:dark;
}
.v2-hero{color:#fff}
.sg-v2>nav{background:#0c1013;border-bottom:1px solid #29313d}
.v2-nav{display:flex;gap:28px;max-width:1512px;width:calc(100% - 40px);margin:0 auto;overflow-x:auto;align-items:center;min-height:48px;font-size:13px;font-weight:700;white-space:nowrap}
.v2-nav a{padding:12px 0;text-transform:uppercase}
.v2-nav a[aria-current],.v2-nav a:hover{color:var(--v2-accent)}
.v2-main{width:calc(100% - 40px);max-width:1512px;margin:16px auto 40px;display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,1fr);gap:22px}
.v2-primary,.v2-sidebar{min-width:0}
.v2-hero{height:350px;position:relative;overflow:hidden;border:1px solid var(--v2-border);border-radius:6px;margin-bottom:18px}
.v2-slide{display:block;height:100%;position:relative}
.v2-slide[hidden]{display:none}
.v2-slide>img{width:100%;height:100%;object-fit:cover}
.v2-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.5) 42%,transparent 80%)}
.v2-hero-copy{position:absolute;z-index:1;left:4%;top:50%;transform:translateY(-50%);width:53%}
.v2-tag,.v2-score{display:inline-block;background:#d61220;color:#fff;border-radius:3px;padding:2px 7px;font-size:11px;line-height:1.4;font-weight:800;text-transform:uppercase}
.v2-hero h2{font-size:clamp(24px,2.5vw,40px);font-weight:800;line-height:1.05;margin:9px 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.v2-hero p{font-size:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#e4e5e8}
.v2-cta{display:inline-flex;gap:20px;background:#d61220;border-radius:7px;padding:11px 20px;text-transform:uppercase;font-size:12px;font-weight:800;margin-top:16px}
.v2-dots{position:absolute;right:24px;bottom:16px;z-index:2;display:flex;gap:4px}
.v2-dots button{width:24px;height:24px;display:grid;place-items:center}
.v2-dots button:after{content:"";width:10px;height:10px;border-radius:50%;background:#929aa7}
.v2-dots button[aria-pressed=true]:after{background:#ff303b}
.v2-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px}
.v2-heading h2{font-size:20px;font-weight:750;line-height:1.2;display:flex;gap:10px;align-items:center}
.v2-heading h2:before{content:"";width:7px;height:21px;border-radius:2px;background:#f52434;flex-shrink:0}
.v2-heading>a{font-size:12px;color:var(--v2-accent);white-space:nowrap}
.v2-latest{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.v2-card{border:1px solid var(--v2-border);border-radius:5px;overflow:hidden;background:linear-gradient(135deg,var(--v2-card-start),var(--v2-card-end));min-width:0}
.v2-card-image{display:block;height:118px;position:relative;overflow:hidden}
.v2-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s}
.v2-card:hover img{transform:scale(1.04)}
.v2-card-image .v2-tag{position:absolute;bottom:0;left:10px}
.v2-score{position:absolute;right:7px;top:6px;font-size:14px}
.v2-card-copy{padding:8px 11px 10px}
.v2-card h3{font-size:15px;line-height:1.2;font-weight:750;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.v2-card h3 a:hover{color:var(--v2-accent)}
.v2-card p{font-size:12px;line-height:1.3;color:var(--v2-muted);margin-top:9px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.v2-meta{font-size:10px;color:var(--v2-muted);margin-top:10px}
.v2-meta a{font-weight:700}
.v2-sidebar{display:flex;flex-direction:column;gap:14px}
.v2-trending{padding:13px;border:1px solid var(--v2-border);border-radius:6px;background:var(--v2-panel)}
.v2-trending .v2-heading{border-bottom:1px solid var(--v2-divider);padding-bottom:12px}
.v2-trending h2:before{display:none}
.v2-trending li{display:flex;gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid var(--v2-divider)}
.v2-trending li:last-child{border:0;padding-bottom:0}
.v2-rank{font-size:29px;font-weight:800;color:#e72434}
.v2-trending li>a{display:flex;gap:12px;align-items:center;min-width:0}
.v2-trending img{width:74px;height:64px;object-fit:cover;border-radius:5px;flex-shrink:0}
.v2-trending h3{font-size:13px;line-height:1.3;font-weight:750;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.v2-trending time{display:block;font-size:11px;color:var(--v2-muted);margin-top:5px}
.v2-ad{overflow:hidden;max-width:100%}
.v2-ad .sg-ad-placeholder{background:var(--v2-ad-background);border:1px dashed var(--v2-ad-border);color:var(--v2-muted);border-radius:6px}
.v2-sections{grid-column:1/-1;display:grid;grid-template-columns:2fr 1fr;gap:30px}
.v2-small-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.v2-reviews .v2-small-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.v2-card-small .v2-card-image{height:85px}
.v2-card-small h3{font-size:12px}
.v2-card-small p{font-size:11px}
.v2-card-small .v2-card-copy{padding:8px}
.v2-pages{display:flex;justify-content:center;gap:20px;font-size:12px;margin-top:18px;color:var(--v2-muted)}
.v2-pages a{color:var(--v2-accent)}
.v2-empty{padding:20px;color:var(--v2-muted)}
.sg-v2 a:focus-visible,.sg-v2 button:focus-visible{outline:2px solid #ff3541;outline-offset:3px}


@media(max-width:1200px){.v2-reviews .v2-small-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.v2-sections{grid-template-columns:2fr 1fr}
.v2-emulation .v2-small-grid{grid-template-columns:1fr}
.v2-hero-copy{width:65%}
}


@media(max-width:900px){.v2-main{grid-template-columns:1fr}
.v2-latest{grid-template-columns:repeat(2,minmax(0,1fr))}
.v2-sidebar{display:grid;grid-template-columns:1fr 1fr;align-items:start}
.v2-sections{grid-template-columns:1fr}
.v2-emulation .v2-small-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.v2-hero-copy{width:70%}
}


@media(max-width:540px){.v2-main,.v2-nav{width:calc(100% - 24px)}
.v2-hero{height:360px}
.v2-hero-copy{width:88%;left:6%}
.v2-slide:after{background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.3))}
.v2-hero h2{font-size:29px}
.v2-heading h2{font-size:18px}
.v2-card h3{font-size:14px}
.v2-sidebar{grid-template-columns:1fr}
.v2-reviews .v2-small-grid,.v2-emulation .v2-small-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.v2-meta{font-size:10px}
.v2-nav{gap:20px}
.v2-hero p{font-size:14px}
}


@media(prefers-reduced-motion:reduce){.v2-card-image img{transition:none}
}


/* Compact public header, shared by the v2 home and public inner pages. */
.v2-header{background:#0c1013;color:#fff;border-bottom:1px solid #29313d;position:relative;z-index:50}
.v2-header-sticky{position:sticky;top:0}
.v2-header-inner{max-width:1512px;width:calc(100% - 40px);margin:auto;min-height:64px;display:flex;align-items:center;gap:24px;position:relative}
.v2-header h1{order:0;flex-shrink:0}
.v2-header-categories{display:flex;flex:1;min-width:0;align-items:center;gap:20px;overflow-x:auto;scrollbar-width:thin;font-size:12px;font-weight:750;white-space:nowrap}
.v2-header-categories a{padding:23px 0 20px;border-bottom:3px solid transparent}
.v2-header-categories a:hover,.v2-header-categories a[aria-current]{color:#ff3541;border-bottom-color:#ff3541}
.v2-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}
.v2-header-actions button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#d1d5db}
.v2-header-actions button:hover{color:#fff}
.v2-header-search{position:absolute;right:0;top:calc(100% + 8px);width:min(440px,100%);padding:12px;display:flex;gap:8px;background:#11161b;border:1px solid #384352;border-radius:6px;box-shadow:0 8px 25px #0005}
.v2-header-search[hidden]{display:none}
.v2-header-search input{min-width:0;flex:1;background:#222;color:#fff;border:1px solid #526075;border-radius:4px;padding:10px;font-size:14px}
.v2-header-search button{background:#c41222;color:#fff;border-radius:4px;padding:8px 12px;font-weight:700}
.v2-header a:focus-visible,.v2-header button:focus-visible,.v2-header input:focus-visible{outline:2px solid #ff3541;outline-offset:2px}
@media(max-width:700px){
    .v2-header-inner{width:calc(100% - 24px);gap:0 12px;flex-wrap:wrap;padding-top:8px}
    .v2-header-actions{margin-left:auto}
    .v2-header-categories{order:3;flex-basis:100%;gap:20px}
    .v2-header-categories a{padding:12px 0 10px}
}

.v2-article-stats{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:11px;font-weight:600;color:var(--v2-muted)}
.v2-article-stats span{display:inline-flex;align-items:center;gap:4px}
.v2-article-stats svg{width:14px;height:14px;flex-shrink:0}
.v2-article-stats .v2-human-views{color:#047857}
html.dark .v2-article-stats .v2-human-views{color:#34d399}
