/* roulang page: index */
:root{
  --ink:#f7f8ff;
  --muted:#9ca7c5;
  --deep:#080b16;
  --deep-2:#101629;
  --panel:#151d34;
  --panel-2:#1a2440;
  --line:rgba(255,255,255,.11);
  --cyan:#53e5d3;
  --violet:#947cff;
  --orange:#ff9d5c;
  --red:#ff687d;
  --shadow:0 24px 70px rgba(0,0,0,.28);
  --radius:22px;
  --wrap:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#f4f6fb;color:#20263a;line-height:1.7}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(var(--wrap),calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(8,11,22,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.navbar{height:76px;display:flex;align-items:center;gap:30px;color:var(--ink)}
.brand{display:flex;align-items:center;gap:11px;min-width:245px;font-weight:800;letter-spacing:-.5px}
.brand-mark{width:37px;height:37px;border-radius:12px;background:linear-gradient(135deg,var(--cyan),var(--violet));display:grid;place-items:center;color:#09101c;font-weight:900;box-shadow:0 8px 22px rgba(83,229,211,.22)}
.brand small{display:block;color:var(--muted);font-size:10px;font-weight:500;letter-spacing:1px;line-height:1.2}
.nav-links{display:flex;align-items:center;gap:24px;flex:1}
.nav-links a{color:#b9c2db;font-size:14px;transition:.25s}
.nav-links a:hover,.nav-links a.active{color:var(--cyan)}
.nav-tools{display:flex;align-items:center;gap:12px}
.search{width:150px;height:38px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;outline:0}
.search::placeholder{color:#8791ad}
.search:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(83,229,211,.12)}
.nav-button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:11px 18px;font-weight:700;font-size:14px;transition:.25s}
.nav-button{background:var(--cyan);color:#07141a}
.nav-button:hover,.button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(83,229,211,.2)}
.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:10px;padding:7px 10px}
.hero{background:var(--deep);color:var(--ink);padding:82px 0 76px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,11,22,.98) 10%,rgba(8,11,22,.76) 55%,rgba(8,11,22,.55)),url("/assets/images/49732ca25708f2ca.png") center/cover no-repeat;opacity:.95}
.hero:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(148,124,255,.18);filter:blur(80px);right:-120px;top:-180px}
.hero .container{position:relative;z-index:1}
.bento{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:auto auto;gap:18px}
.hero-main{grid-row:span 2;padding:28px 8px 20px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-size:12px;letter-spacing:1.5px;font-weight:800;margin-bottom:18px}
.eyebrow:before{content:"";width:24px;height:2px;background:var(--cyan)}
h1{font-size:clamp(38px,5vw,68px);line-height:1.1;letter-spacing:-2px;max-width:720px;margin-bottom:23px}
.hero-copy{font-size:17px;color:#bdc5dc;max-width:670px;line-height:1.9}
.hero-actions{display:flex;gap:13px;margin-top:30px;flex-wrap:wrap}
.button{padding:13px 21px}
.button.primary{background:var(--cyan);color:#07141a}
.button.ghost{border:1px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.06)}
.button.ghost:hover{background:rgba(255,255,255,.13);border-color:var(--cyan)}
.hero-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:rgba(20,29,51,.78);box-shadow:var(--shadow);backdrop-filter:blur(12px)}
.hero-card.accent{background:linear-gradient(145deg,rgba(83,229,211,.16),rgba(20,29,51,.8))}
.hero-card .card-label{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;margin-bottom:15px}
.hero-card h3{font-size:25px;margin-bottom:7px}
.hero-card p{color:#c4cbe0;font-size:14px}
.live-dot{color:var(--red);font-size:12px;font-weight:700}
.live-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--red);margin-right:6px;box-shadow:0 0 0 5px rgba(255,104,125,.12)}
.score-line{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid var(--line);font-size:14px}
.score-line strong{color:var(--cyan);font-size:20px}
.hero-strip{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px;color:#bfc8df;font-size:13px}
.hero-strip span{padding:8px 12px;border:1px solid var(--line);border-radius:99px;background:rgba(255,255,255,.04)}
.section{padding:94px 0}
.section.dark{background:var(--deep);color:var(--ink)}
.section.soft{background:#edf1f8}
.section-head{max-width:700px;margin-bottom:38px}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.section-kicker{color:#6754d8;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:800;margin-bottom:11px}
.dark .section-kicker{color:var(--cyan)}
h2{font-size:clamp(28px,3.4vw,44px);line-height:1.2;letter-spacing:-1.2px;margin-bottom:14px}
.section-head p{color:#66718a;font-size:16px}
.dark .section-head p{color:var(--muted)}
.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.story-image{position:relative;border-radius:28px;overflow:hidden;min-height:390px;background:#12182a}
.story-image img{width:100%;height:100%;object-fit:cover}
.story-image:after{content:"s16lol";position:absolute;right:22px;bottom:20px;color:#fff;font-size:30px;font-weight:900;opacity:.85}
.story-copy p{color:#68738c;margin-bottom:20px;font-size:16px}
.story-points{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:26px}
.story-point{padding:16px;border:1px solid #dfe4ef;border-radius:15px;background:#fff}
.story-point strong{display:block;color:#282e45;margin-bottom:4px}
.story-point span{color:#78839a;font-size:13px}
.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.channel{padding:23px;background:#fff;border:1px solid #e5e9f2;border-radius:18px;transition:.25s;position:relative;overflow:hidden}
.channel:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--violet)}
.channel:nth-child(2):before{background:var(--cyan)}.channel:nth-child(3):before{background:var(--orange)}.channel:nth-child(4):before{background:var(--red)}
.channel:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(37,44,70,.1)}
.channel b{font-size:18px;display:block;margin-bottom:8px}
.channel p{font-size:13px;color:#78839a}
.hot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hot-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.25s}
.hot-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(0,0,0,.22)}
.hot-card img{height:185px;width:100%;object-fit:cover}
.hot-content{padding:20px}
.tag{display:inline-block;border-radius:99px;padding:4px 10px;background:rgba(83,229,211,.13);color:var(--cyan);font-size:11px;font-weight:700;margin-bottom:10px}
.hot-content h3{font-size:20px;margin-bottom:8px;color:#fff}
.hot-content p{font-size:14px;color:var(--muted)}
.benefit-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:start}
.benefit-intro{padding:30px;border-radius:24px;background:linear-gradient(145deg,#202a4a,#12182b);color:#fff;min-height:295px}
.benefit-intro h3{font-size:27px;margin-bottom:12px}
.benefit-intro p{color:#bdc6dd;font-size:15px}
.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.benefit-item{padding:22px;background:#fff;border:1px solid #e4e8f1;border-radius:18px}
.benefit-icon{width:35px;height:35px;border-radius:11px;background:#e7fbf8;color:#169d8e;display:grid;place-items:center;font-weight:900;margin-bottom:13px}
.benefit-item h3{font-size:17px;margin-bottom:6px}.benefit-item p{color:#7a8499;font-size:13px}
.news-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:23px}
.feature-news{min-height:330px;border-radius:24px;padding:29px;display:flex;align-items:end;color:#fff;position:relative;overflow:hidden;background:url("/assets/images/5e530395ab449fcd.jpg") center/cover}
.feature-news:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,11,22,.94),rgba(8,11,22,.04))}
.feature-news div{position:relative;z-index:1}.feature-news h3{font-size:29px;line-height:1.3;margin:10px 0}
.news-list{display:flex;flex-direction:column;gap:12px}
.news-item{display:flex;gap:16px;padding:16px;background:#fff;border:1px solid #e4e8f1;border-radius:16px;transition:.2s}
.news-item:hover{border-color:#b9b0ff;transform:translateX(3px)}
.news-date{min-width:52px;color:#6958d9;font-weight:800;font-size:13px}.news-item h4{font-size:16px;margin-bottom:4px}.news-item p{font-size:12px;color:#8490a5}
.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.trust-item{padding:22px;border-radius:17px;background:#18213a;color:#fff;border:1px solid var(--line)}
.trust-item strong{font-size:25px;color:var(--cyan);display:block;margin-bottom:3px}.trust-item span{font-size:13px;color:#aeb8d0}
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quote{background:#fff;padding:25px;border-radius:20px;border:1px solid #e4e8f1;position:relative}
.quote:before{content:"“";font-family:Georgia;font-size:60px;line-height:.7;color:#d9d3ff;position:absolute;right:20px;top:25px}
.quote p{font-size:15px;color:#58647c;min-height:80px;padding-right:25px}
.quote-user{display:flex;align-items:center;gap:10px;margin-top:20px;font-size:13px;font-weight:700}
.avatar{width:33px;height:33px;border-radius:50%;background:linear-gradient(135deg,var(--violet),var(--cyan));display:grid;place-items:center;color:#fff}
.entry{background:var(--deep);color:#fff;position:relative;overflow:hidden}
.entry:before{content:"";position:absolute;inset:0;background:url("/assets/images/0c4c80bbe805804e.png") center/cover;opacity:.18}
.entry .container{position:relative;z-index:1}
.entry-box{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:52px 0}
.entry-box h2{max-width:660px}.entry-box p{color:#aeb8d0;max-width:680px;font-size:16px}
.entry-box .button{white-space:nowrap}
.site-footer{background:#080b16;color:#aeb8d0;border-top:1px solid var(--line);padding:45px 0 24px}
.footer-top{display:flex;justify-content:space-between;gap:40px;padding-bottom:35px}
.footer-brand{max-width:330px}.footer-brand .brand{margin-bottom:17px}.footer-brand p{font-size:13px;color:#77829c}
.footer-links{display:flex;gap:60px}.footer-links h4{color:#fff;font-size:14px;margin-bottom:13px}.footer-links a{display:block;font-size:13px;margin:7px 0;color:#8994ad;transition:.2s}.footer-links a:hover{color:var(--cyan)}
.footer-bottom{border-top:1px solid var(--line);padding-top:20px;font-size:12px;display:flex;justify-content:space-between;gap:20px}
:focus-visible{outline:3px solid rgba(83,229,211,.55);outline-offset:3px}
@media(max-width:1024px){
  .navbar{gap:16px}.brand{min-width:205px}.nav-links{gap:14px}.search{width:120px}
  .channel-grid{grid-template-columns:repeat(2,1fr)}.benefit-layout,.story-grid,.news-layout{gap:30px}
}
@media(max-width:768px){
  .container{width:min(var(--wrap),calc(100% - 28px))}
  .navbar{height:68px}.brand{min-width:0;flex:1}.brand span{font-size:14px}.brand small{display:none}
  .nav-links,.nav-tools{display:none}.menu-toggle{display:block}
  .bento{grid-template-columns:1fr}.hero-main{grid-row:auto;padding-right:0}.hero{padding:60px 0}
  h1{font-size:42px}.hero-copy{font-size:15px}
  .section{padding:68px 0}.story-grid,.benefit-layout,.news-layout{grid-template-columns:1fr}
  .story-image{min-height:280px}.hot-grid,.quotes{grid-template-columns:1fr 1fr}
  .trust-bar{grid-template-columns:1fr 1fr}.entry-box{display:block;padding:45px 0}.entry-box .button{margin-top:23px}
  .footer-top{display:block}.footer-links{margin-top:30px;gap:40px}
}
@media(max-width:520px){
  .hero{padding:47px 0 55px}h1{font-size:35px;letter-spacing:-1px}.hero-actions .button{width:100%}
  .story-points,.benefit-list,.hot-grid,.quotes,.channel-grid,.trust-bar{grid-template-columns:1fr}
  .section-head{margin-bottom:26px}.feature-news{min-height:280px}.feature-news h3{font-size:23px}
  .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}
}

/* roulang page: category1 */
:root{
 --ink:#f7f8ff;
 --muted:#9ca7c5;
 --deep:#080b16;
 --deep-2:#101629;
 --panel:#151d34;
 --panel-2:#1a2440;
 --line:rgba(255,255,255,.11);
 --cyan:#53e5d3;
 --violet:#947cff;
 --orange:#ff9d5c;
 --red:#ff687d;
 --paper:#f4f6fb;
 --text:#20263a;
 --sub:#66718a;
 --border:#e4e8f1;
 --shadow:0 24px 70px rgba(0,0,0,.28);
 --radius:22px;
 --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;background:var(--paper);color:var(--text);line-height:1.7}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,p{margin-top:0}
.container{width:min(var(--wrap),calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(8,11,22,.9);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.navbar{height:76px;display:flex;align-items:center;gap:30px;color:var(--ink)}
.brand{display:flex;align-items:center;gap:11px;min-width:245px;font-weight:800;letter-spacing:-.5px}
.brand-mark{width:37px;height:37px;border-radius:12px;background:linear-gradient(135deg,var(--cyan),var(--violet));display:grid;place-items:center;color:#09101c;font-weight:900;box-shadow:0 8px 22px rgba(83,229,211,.22)}
.brand small{display:block;color:var(--muted);font-size:10px;font-weight:500;letter-spacing:1px;line-height:1.2}
.nav-links{display:flex;align-items:center;gap:24px;flex:1}
.nav-links a{color:#b9c2db;font-size:14px;transition:.25s}
.nav-links a:hover,.nav-links a.active{color:var(--cyan)}
.nav-tools{display:flex;align-items:center;gap:12px}
.search{width:150px;height:38px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;outline:0}
.search::placeholder{color:#8791ad}
.search:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(83,229,211,.12)}
.nav-button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:11px 18px;font-weight:700;font-size:14px;transition:.25s}
.nav-button{background:var(--cyan);color:#07141a}
.nav-button:hover,.button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(83,229,211,.2)}
.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:10px;padding:7px 10px}
.hero{position:relative;overflow:hidden;padding:80px 0 72px;background:var(--deep);color:var(--ink)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,11,22,.98),rgba(8,11,22,.72),rgba(8,11,22,.56)),url("/assets/images/0c4c80bbe805804e.png") center/cover no-repeat}
.hero:after{content:"";position:absolute;width:470px;height:470px;right:-150px;top:-220px;border-radius:50%;background:rgba(148,124,255,.2);filter:blur(85px)}
.hero .container{position:relative;z-index:1}
.hero-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-size:12px;letter-spacing:1.5px;font-weight:800;margin-bottom:17px}
.eyebrow:before{content:"";width:25px;height:2px;background:var(--cyan)}
.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.15;letter-spacing:-2px;margin-bottom:20px;max-width:720px}
.hero-copy{font-size:17px;color:#bdc5dc;max-width:650px;line-height:1.9}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}
.button{padding:13px 21px}
.button.primary{background:var(--cyan);color:#07141a}
.button.ghost{border:1px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.06)}
.button.ghost:hover{background:rgba(255,255,255,.13);border-color:var(--cyan)}
.hero-panel{padding:25px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(21,29,52,.78);box-shadow:var(--shadow);backdrop-filter:blur(12px)}
.panel-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px;margin-bottom:22px}
.live-dot{display:inline-flex;align-items:center;gap:7px;color:var(--cyan)}
.live-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(83,229,211,.13)}
.panel-match{padding:18px 0;border-top:1px solid var(--line)}
.panel-match:first-of-type{border-top:0;padding-top:0}
.panel-match strong{display:block;font-size:21px;color:#fff;margin-bottom:5px}
.panel-match span{color:#aab5d0;font-size:13px}
.score-line{display:flex;justify-content:space-between;align-items:center;margin-top:13px;color:var(--orange);font-size:13px}
.section{padding:92px 0}
.section.dark{background:var(--deep);color:var(--ink)}
.section.soft{background:#edf1f8}
.section-head{max-width:720px;margin-bottom:38px}
.section-head.split{display:flex;justify-content:space-between;align-items:end;gap:30px;max-width:none}
.section-kicker{color:#6754d8;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:800;margin-bottom:10px}
.dark .section-kicker{color:var(--cyan)}
.section-head h2{font-size:clamp(27px,3vw,40px);line-height:1.25;letter-spacing:-1px;margin-bottom:12px}
.section-head p{color:var(--sub);font-size:16px;max-width:690px}
.dark .section-head p{color:var(--muted)}
.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.channel-card{padding:24px;border-radius:19px;background:#fff;border:1px solid var(--border);transition:.25s;position:relative;overflow:hidden}
.channel-card:after{content:"";position:absolute;width:75px;height:75px;border-radius:50%;right:-28px;bottom:-28px;background:rgba(83,229,211,.16)}
.channel-card:hover{transform:translateY(-5px);border-color:#b9b0ff;box-shadow:0 15px 32px rgba(35,47,82,.1)}
.channel-number{color:#947cff;font-weight:800;font-size:13px}
.channel-card h3{font-size:19px;margin:15px 0 7px}
.channel-card p{font-size:13px;color:#7b859a;margin-bottom:0}
.story-grid{display:grid;grid-template-columns:1fr 1.06fr;gap:58px;align-items:center}
.story-image{border-radius:24px;overflow:hidden;min-height:370px;box-shadow:0 18px 45px rgba(17,27,51,.18)}
.story-image img{height:100%;width:100%;object-fit:cover}
.story-copy h2{font-size:36px;line-height:1.25;margin-bottom:17px}
.story-copy p{color:var(--sub);font-size:16px}
.pill-row{display:flex;flex-wrap:wrap;gap:9px;margin:23px 0}
.pill{padding:7px 12px;border-radius:99px;background:#e7e9ff;color:#5c50c6;font-size:12px;font-weight:700}
.schedule-wrap{display:grid;grid-template-columns:1.3fr .7fr;gap:22px}
.schedule-list{display:flex;flex-direction:column;gap:12px}
.schedule-item{display:grid;grid-template-columns:94px 1fr auto;gap:18px;align-items:center;padding:18px 20px;background:#fff;border:1px solid var(--border);border-radius:17px;transition:.2s}
.schedule-item:hover{border-color:#b9b0ff;transform:translateX(3px)}
.date-box{color:#6754d8;font-weight:800;font-size:14px}
.schedule-item h3{font-size:16px;margin:0 0 3px}
.schedule-item p{margin:0;color:#8490a5;font-size:12px}
.status{padding:5px 10px;border-radius:99px;background:#e5fbf8;color:#178e82;font-size:11px;font-weight:800}
.status.wait{background:#fff0e5;color:#c96a2e}
.feature-card{min-height:100%;border-radius:23px;overflow:hidden;position:relative;background:url("/assets/images/556d5b9eab0c2100.png") center/cover;color:#fff;padding:27px;display:flex;align-items:end}
.feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,11,22,.95),rgba(8,11,22,.1))}
.feature-card div{position:relative;z-index:1}
.feature-card h3{font-size:27px;line-height:1.3;margin:11px 0}
.feature-card p{color:#d2d8e8;font-size:13px}
.live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.live-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:22px;transition:.25s}
.live-card:hover{transform:translateY(-5px);background:var(--panel-2);box-shadow:0 18px 36px rgba(0,0,0,.2)}
.tag{display:inline-block;border-radius:99px;padding:4px 10px;background:rgba(83,229,211,.13);color:var(--cyan);font-size:11px;font-weight:700;margin-bottom:13px}
.live-card h3{font-size:20px;margin-bottom:7px}
.live-card p{font-size:13px;color:var(--muted);margin-bottom:17px}
.live-meta{display:flex;justify-content:space-between;color:#cbd2e5;font-size:12px;border-top:1px solid var(--line);padding-top:14px}
.image-news{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.news-feature{border-radius:23px;overflow:hidden;background:#fff;border:1px solid var(--border)}
.news-feature img{height:235px;width:100%;object-fit:cover}
.news-feature-body{padding:22px}
.news-feature h3{font-size:22px;line-height:1.35;margin:7px 0}
.news-feature p{color:var(--sub);font-size:13px;margin-bottom:0}
.news-list{display:flex;flex-direction:column;gap:12px}
.news-item{display:flex;gap:16px;padding:16px;background:#fff;border:1px solid var(--border);border-radius:16px;transition:.2s}
.news-item:hover{border-color:#b9b0ff;transform:translateX(3px)}
.news-item img{width:100px;height:75px;object-fit:cover;border-radius:11px}
.news-item h4{font-size:16px;margin:3px 0 4px}
.news-item p{font-size:12px;color:#8490a5;margin:0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trust-item{padding:23px;border-radius:17px;background:#18213a;color:#fff;border:1px solid var(--line)}
.trust-item strong{font-size:27px;color:var(--cyan);display:block;margin-bottom:3px}
.trust-item span{font-size:13px;color:#aeb8d0}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.faq-item{padding:22px 24px;background:#fff;border:1px solid var(--border);border-radius:17px}
.faq-item h3{font-size:16px;margin-bottom:8px}
.faq-item p{font-size:13px;color:var(--sub);margin-bottom:0}
.cta{padding:62px 0;background:linear-gradient(115deg,#121b35,#201d48);color:#fff}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{font-size:32px;line-height:1.3;margin-bottom:9px}
.cta p{color:#b8c1d7;margin:0}
.site-footer{background:#080b16;color:#fff;padding:58px 0 24px}
.footer-top{display:flex;justify-content:space-between;gap:50px;padding-bottom:38px;border-bottom:1px solid var(--line)}
.footer-brand{max-width:440px}
.footer-brand p{color:#8e99b5;font-size:13px;margin:17px 0 0}
.footer-links{display:flex;gap:78px}
.footer-links h4{font-size:14px;margin:0 0 13px}
.footer-links a{display:block;color:#8e99b5;font-size:13px;margin:7px 0;transition:.2s}
.footer-links a:hover{color:var(--cyan)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:21px;color:#6f7a96;font-size:12px}
@media(max-width:1024px){
 .navbar{gap:18px}.brand{min-width:210px}.nav-links{gap:15px}
 .hero-layout,.schedule-wrap{gap:30px}
 .channel-grid{grid-template-columns:repeat(2,1fr)}
 .trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
 .container{width:min(var(--wrap),calc(100% - 30px))}
 .navbar{height:68px}.nav-links{display:none;position:absolute;left:15px;right:15px;top:74px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#101629;flex-direction:column;align-items:stretch}
 .nav-links.open{display:flex}.nav-tools .search,.nav-tools .nav-button{display:none}.menu-toggle{display:block}
 .brand{min-width:0;flex:1}.brand span:last-child{font-size:13px}
 .hero{padding:63px 0}.hero-layout,.story-grid,.schedule-wrap{grid-template-columns:1fr}
 .hero h1{font-size:42px}.hero-panel{margin-top:8px}
 .section{padding:68px 0}.section-head.split{display:block}
 .live-grid{grid-template-columns:1fr}
 .image-news{grid-template-columns:1fr}.feature-card{min-height:300px}
 .cta-inner{display:block}.cta .button{margin-top:22px}
 .footer-top{display:block}.footer-links{margin-top:30px;gap:55px}
}
@media(max-width:520px){
 .hero h1{font-size:34px;letter-spacing:-1px}.hero-copy{font-size:15px}
 .channel-grid,.trust-grid,.faq-grid{grid-template-columns:1fr}
 .schedule-item{grid-template-columns:1fr;gap:4px}.schedule-item .status{justify-self:start}
 .story-copy h2{font-size:29px}.feature-card h3{font-size:23px}
 .footer-links{gap:26px;flex-wrap:wrap}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}
}
