
:root{
  --cyha-red:#d71920;
  --cyha-dark:#111827;
  --cyha-darker:#070b12;
  --cyha-blue:#0f3d91;
  --cyha-yellow:#ffcc00;
  --cyha-green:#15803d;
  --cyha-bg:#f4f5f7;
  --cyha-card:#ffffff;
  --cyha-text:#111827;
  --cyha-muted:#6b7280;
  --cyha-border:#e5e7eb;
  --cyha-soft:#f9fafb;
  --cyha-shadow:0 18px 45px rgba(17,24,39,.10);
  --cyha-radius:16px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,Helvetica,sans-serif;background:var(--cyha-bg);color:var(--cyha-text);line-height:1.55;overflow-x:hidden}
body.cyha-dark-mode{--cyha-bg:#080d16;--cyha-card:#111827;--cyha-text:#f9fafb;--cyha-muted:#a7b0bd;--cyha-border:#233044;--cyha-soft:#0f172a}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.cyha-container{width:min(1220px,calc(100% - 34px));margin:0 auto}
.cyha-ad{display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(135deg,#f2f2f2,#f2f2f2 10px,#ececec 10px,#ececec 20px);border:1px dashed #cbd5e1;color:#64748b;font-weight:800;font-size:13px;min-height:90px;border-radius:12px;text-align:center}
body.cyha-dark-mode .cyha-ad{background:repeating-linear-gradient(135deg,#111827,#111827 10px,#0f172a 10px,#0f172a 20px);color:#94a3b8;border-color:#334155}
.cyha-topbar{background:var(--cyha-darker);color:#e5e7eb;font-size:13px}
.cyha-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.cyha-top-left,.cyha-top-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.cyha-live-dot{width:8px;height:8px;border-radius:50%;background:var(--cyha-red);box-shadow:0 0 0 6px rgba(215,25,32,.22)}
.cyha-topbar a{font-weight:800;color:#fff}
.cyha-header{background:var(--cyha-card);border-bottom:1px solid var(--cyha-border)}
.cyha-header-inner{min-height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}
.cyha-logo{display:flex;align-items:center;gap:12px;justify-self:center}
.cyha-logo-mark{width:58px;height:58px;border-radius:14px;background:linear-gradient(135deg,var(--cyha-red),#8b0000);display:grid;place-items:center;color:#fff;font-weight:950;font-size:24px;box-shadow:0 12px 30px rgba(215,25,32,.2)}
.cyha-custom-logo{max-width:250px;max-height:70px;width:auto;height:auto;object-fit:contain}
.cyha-logo-text strong{display:block;font-size:30px;letter-spacing:-1px;line-height:1;color:var(--cyha-text)}
.cyha-logo-text span{display:block;font-size:12px;color:var(--cyha-muted);font-weight:800;margin-top:4px}
.cyha-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.cyha-icon-btn{border:1px solid var(--cyha-border);background:var(--cyha-soft);color:var(--cyha-text);border-radius:10px;min-width:42px;height:42px;display:grid;place-items:center;cursor:pointer;font-weight:900}
.cyha-search-mini{display:flex;align-items:center;border:1px solid var(--cyha-border);background:var(--cyha-soft);border-radius:999px;padding:0 12px;min-height:42px;min-width:220px}
.cyha-search-mini input{border:0;outline:0;background:transparent;color:var(--cyha-text);width:100%;font:inherit}
.cyha-nav{background:var(--cyha-card);border-bottom:1px solid var(--cyha-border);position:sticky;top:0;z-index:70;box-shadow:0 8px 20px rgba(17,24,39,.05)}
.cyha-nav-inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.cyha-menu ul{display:flex;align-items:center;gap:0;list-style:none;overflow-x:auto}
.cyha-menu a{display:flex;align-items:center;min-height:54px;padding:0 14px;font-weight:900;font-size:14px;color:var(--cyha-text);border-bottom:3px solid transparent;white-space:nowrap}
.cyha-menu a:hover{color:var(--cyha-red);border-bottom-color:var(--cyha-red)}
.cyha-nav-actions{display:flex;gap:8px;align-items:center}
.cyha-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:900;cursor:pointer;transition:.2s ease}
.cyha-btn-red{background:var(--cyha-red);color:#fff;box-shadow:0 10px 25px rgba(215,25,32,.18)}
.cyha-btn-red:hover{filter:brightness(.95);transform:translateY(-1px)}
.cyha-btn-ghost{background:var(--cyha-soft);border-color:var(--cyha-border);color:var(--cyha-text)}
.cyha-breaking{background:var(--cyha-card);border-bottom:1px solid var(--cyha-border)}
.cyha-breaking-inner{min-height:48px;display:flex;align-items:center;gap:14px;overflow:hidden}
.cyha-breaking-label{background:var(--cyha-red);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:950;white-space:nowrap}
.cyha-breaking-track{display:flex;align-items:center;gap:28px;white-space:nowrap;animation:cyhaTicker 32s linear infinite}
.cyha-breaking-track a{font-weight:800;color:var(--cyha-text)}
.cyha-breaking-track a:before{content:"•";color:var(--cyha-red);margin-right:8px}
@keyframes cyhaTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.cyha-hero{padding:28px 0 18px}
.cyha-hero-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:22px}
.cyha-main-story{position:relative;min-height:520px;border-radius:22px;overflow:hidden;background:#111827;box-shadow:var(--cyha-shadow)}
.cyha-story-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1f2937,#111827)}
.cyha-story-bg img{width:100%;height:100%;object-fit:cover;opacity:.88}
.cyha-main-story:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86),rgba(0,0,0,.18) 58%,rgba(0,0,0,.05))}
.cyha-main-content{position:absolute;left:28px;right:28px;bottom:26px;color:#fff;z-index:2}
.cyha-kicker{display:inline-flex;background:var(--cyha-red);color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950;margin-bottom:12px}
.cyha-main-content h1{font-size:clamp(32px,4.5vw,56px);line-height:1.02;letter-spacing:-1.7px;margin-bottom:12px}
.cyha-main-content p{font-size:17px;color:#e5e7eb;max-width:720px}
.cyha-story-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px;color:#d1d5db;font-size:13px;font-weight:800}
.cyha-side-stack{display:grid;gap:16px}
.cyha-side-card{position:relative;min-height:252px;border-radius:20px;overflow:hidden;background:#111827;box-shadow:var(--cyha-shadow)}
.cyha-side-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.1))}
.cyha-side-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.86}
.cyha-side-content{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;color:#fff}
.cyha-side-content h2{font-size:22px;line-height:1.12;margin-top:8px}
.cyha-section{padding:34px 0}
.cyha-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px;border-bottom:2px solid var(--cyha-border);padding-bottom:12px}
.cyha-section-title{display:flex;align-items:center;gap:10px}
.cyha-section-title:before{content:"";width:8px;height:30px;border-radius:4px;background:var(--cyha-red)}
.cyha-section h2{font-size:28px;letter-spacing:-.7px;color:var(--cyha-text)}
.cyha-section-head a{font-weight:900;color:var(--cyha-red)}
.cyha-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cyha-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cyha-news-card{background:var(--cyha-card);border:1px solid var(--cyha-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(17,24,39,.06);transition:.2s ease}
.cyha-news-card:hover{transform:translateY(-4px);box-shadow:var(--cyha-shadow)}
.cyha-news-img{aspect-ratio:16/10;background:linear-gradient(135deg,#cbd5e1,#64748b);overflow:hidden}
.cyha-news-img img{width:100%;height:100%;object-fit:cover}
.cyha-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#111827,#334155);color:#fff;font-size:42px;font-weight:950}
.cyha-news-body{padding:16px}
.cyha-cat{display:inline-flex;color:var(--cyha-red);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px}
.cyha-news-card h3{font-size:20px;line-height:1.18;margin-bottom:8px;color:var(--cyha-text)}
.cyha-news-card p{color:var(--cyha-muted);font-size:14px}
.cyha-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;color:var(--cyha-muted);font-size:12px;font-weight:800}
.cyha-layout{display:grid;grid-template-columns:1fr 330px;gap:24px}
.cyha-list{display:grid;gap:14px}
.cyha-list-item{display:grid;grid-template-columns:180px 1fr;gap:16px;background:var(--cyha-card);border:1px solid var(--cyha-border);border-radius:16px;padding:12px;box-shadow:0 10px 28px rgba(17,24,39,.05)}
.cyha-list-img{border-radius:12px;overflow:hidden;background:#111827;aspect-ratio:16/10}
.cyha-list-img img{width:100%;height:100%;object-fit:cover}
.cyha-list-body h3{font-size:20px;line-height:1.18;margin:5px 0;color:var(--cyha-text)}
.cyha-sidebar{display:grid;gap:18px;align-content:start}
.cyha-widget{background:var(--cyha-card);border:1px solid var(--cyha-border);border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(17,24,39,.05)}
.cyha-widget h3{font-size:19px;margin-bottom:14px;color:var(--cyha-text)}
.cyha-trending{list-style:none;counter-reset:trend;display:grid;gap:12px}
.cyha-trending li{counter-increment:trend;display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;border-bottom:1px solid var(--cyha-border);padding-bottom:12px}
.cyha-trending li:last-child{border-bottom:0;padding-bottom:0}
.cyha-trending li:before{content:counter(trend);width:34px;height:34px;background:var(--cyha-red);color:#fff;border-radius:10px;display:grid;place-items:center;font-weight:950}
.cyha-trending a{font-weight:850;line-height:1.25}
.cyha-fact-section{background:var(--cyha-dark);color:#fff;padding:46px 0;margin:30px 0}
.cyha-fact-section .cyha-section h2,.cyha-fact-section .cyha-section-title h2{color:#fff}
.cyha-fact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.cyha-fact-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:22px}
.cyha-fact-badge{display:inline-flex;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950;margin-bottom:12px}
.cyha-result-false{background:#fee2e2;color:#991b1b}
.cyha-result-true{background:#dcfce7;color:#14532d}
.cyha-result-mixed{background:#fef3c7;color:#92400e}
.cyha-fact-card h3{font-size:26px;line-height:1.14;margin-bottom:10px}
.cyha-fact-card p{color:#d1d5db}
.cyha-submit-claim{background:#fff;color:var(--cyha-dark);border-radius:18px;padding:24px}
.cyha-submit-claim h3{font-size:24px;margin-bottom:8px}
.cyha-submit-claim p{color:#4b5563;margin-bottom:16px}
.cyha-form{display:grid;gap:12px}
.cyha-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.cyha-form input,.cyha-form textarea,.cyha-form select{width:100%;border:1px solid var(--cyha-border);background:#fff;border-radius:12px;min-height:46px;padding:0 12px;font:inherit;outline:0;color:#111827}
.cyha-form textarea{min-height:116px;padding-top:12px;resize:vertical}
.cyha-form input:focus,.cyha-form textarea:focus,.cyha-form select:focus{border-color:var(--cyha-red);box-shadow:0 0 0 4px rgba(215,25,32,.08)}
.cyha-video-section{background:#070b12;color:#fff;padding:46px 0}
.cyha-video-section .cyha-section-head{border-bottom-color:rgba(255,255,255,.18)}
.cyha-video-section h2{color:#fff}
.cyha-video-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:22px}
.cyha-video-main{background:#000;border-radius:20px;overflow:hidden;min-height:420px;position:relative}
.cyha-video-main:before{content:"▶";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:72px;background:radial-gradient(circle,rgba(215,25,32,.65),rgba(0,0,0,.42))}
.cyha-video-main img{width:100%;height:100%;object-fit:cover;opacity:.75}
.cyha-video-list{display:grid;gap:14px}
.cyha-video-item{display:grid;grid-template-columns:120px 1fr;gap:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:10px}
.cyha-video-thumb{border-radius:10px;background:#111827;display:grid;place-items:center;min-height:78px;color:#fff}
.cyha-video-item h3{font-size:16px;line-height:1.2}
.cyha-newsletter{background:linear-gradient(135deg,var(--cyha-red),#9f1239);color:#fff;border-radius:24px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}
.cyha-newsletter h2{font-size:32px;margin-bottom:8px}
.cyha-newsletter p{color:#ffe4e6}
.cyha-newsletter-form{display:flex;gap:10px;min-width:420px}
.cyha-newsletter-form input{min-height:48px;border:0;border-radius:10px;padding:0 14px;min-width:260px}
.cyha-footer{background:var(--cyha-darker);color:#cbd5e1;padding:50px 0 26px;margin-top:40px}
.cyha-footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:26px;margin-bottom:32px}
.cyha-footer h4{color:#fff;margin-bottom:12px}
.cyha-footer p{color:#94a3b8}
.cyha-footer ul{list-style:none;display:grid;gap:8px}
.cyha-footer a{color:#cbd5e1}
.cyha-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#94a3b8;font-size:13px}
.cyha-page-header{background:linear-gradient(135deg,var(--cyha-darker),#172554);color:#fff;padding:72px 0}
.cyha-page-header h1{font-size:clamp(34px,5vw,56px);line-height:1.05;letter-spacing:-1.4px}
.cyha-page-content{padding:44px 0}
.cyha-article{background:var(--cyha-card);border:1px solid var(--cyha-border);border-radius:22px;padding:34px;box-shadow:var(--cyha-shadow)}
.cyha-article h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin-bottom:14px}
.cyha-article-content{font-size:18px;line-height:1.78;color:var(--cyha-text)}
.cyha-article-content p{margin-bottom:18px}
.cyha-form-message{padding:13px 15px;border-radius:12px;font-weight:900}
.cyha-form-success{background:#dcfce7;color:#14532d}
.cyha-form-error{background:#fee2e2;color:#991b1b}
@media(max-width:1020px){
  .cyha-header-inner{grid-template-columns:1fr;justify-items:center;padding:18px 0}
  .cyha-search-mini{display:none}
  .cyha-hero-grid,.cyha-layout,.cyha-fact-grid,.cyha-video-grid,.cyha-newsletter{grid-template-columns:1fr}
  .cyha-grid-3,.cyha-grid-4{grid-template-columns:repeat(2,1fr)}
  .cyha-footer-grid{grid-template-columns:1fr 1fr}
  .cyha-newsletter-form{min-width:0}
}
@media(max-width:680px){
  .cyha-container{width:min(100% - 24px,1220px)}
  .cyha-menu ul{gap:0}
  .cyha-main-story{min-height:430px}
  .cyha-side-card{min-height:220px}
  .cyha-hero-grid,.cyha-grid-3,.cyha-grid-4,.cyha-form-row,.cyha-footer-grid{grid-template-columns:1fr}
  .cyha-list-item{grid-template-columns:1fr}
  .cyha-newsletter-form{display:grid}
  .cyha-newsletter-form input{min-width:0}
}
