:root{--ink:#071525;--navy:#08192d;--panel:#0d233a;--cyan:#20d8d0;--cyan2:#8df7ee;--coral:#ff634d;--paper:#f3f6f6;--white:#fff;--muted:#6f7b88;--line:#dbe2e4;--max:1220px;--shadow:0 22px 60px rgba(4,18,31,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans SC','Microsoft YaHei',sans-serif;color:var(--ink);background:#fff;line-height:1.72}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:#04111f;color:#9fb0bf;font-size:12px;letter-spacing:.08em}.topbar .wrap{height:35px;display:flex;align-items:center;justify-content:space-between}.pulse{display:inline-flex;align-items:center;gap:8px}.pulse:before{content:'';width:7px;height:7px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 5px rgba(255,99,77,.12)}header{height:78px;background:rgba(8,25,45,.96);color:white;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}header .wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.05em}.brandmark{width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,var(--cyan),#0d918f);display:grid;place-items:center;color:#031521;font-size:21px;transform:rotate(-3deg)}.brand small{display:block;color:#8ba1b3;font-size:9px;letter-spacing:.2em}.nav{display:flex;gap:27px;align-items:center}.nav a{font-size:14px;color:#dce7ee}.nav a:hover{color:var(--cyan2)}.nav .navcta{background:var(--coral);color:white;padding:10px 17px;border-radius:999px}.navbtn{display:none;width:44px;height:42px;border:1px solid #345069;border-radius:12px;background:linear-gradient(#fff,#fff) center 11px/20px 2px no-repeat,linear-gradient(#fff,#fff) center 19px/20px 2px no-repeat,linear-gradient(#fff,#fff) center 27px/20px 2px no-repeat}.hero{min-height:690px;color:white;background:#061627;position:relative;overflow:hidden}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#061627 0%,rgba(6,22,39,.93) 32%,rgba(6,22,39,.28) 69%,rgba(6,22,39,.18)),url('/assets/img/hero-stadium.png') 78% center/cover no-repeat}.hero:after{content:'';position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,#061627)}.hero .wrap{position:relative;z-index:2;padding-top:100px}.eyebrow{display:flex;align-items:center;gap:13px;color:var(--cyan2);font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:'';width:38px;height:2px;background:var(--cyan)}h1{font-size:clamp(43px,6vw,78px);line-height:1.08;margin:24px 0 26px;max-width:780px;letter-spacing:-.035em}.hero h1 span{display:block;color:var(--cyan2)}.lead{max-width:610px;color:#c3d0da;font-size:18px}.actions{display:flex;gap:14px;margin-top:35px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:700;font-size:14px}.btn.primary{background:var(--coral);color:white}.btn.secondary{border:1px solid #587087;color:white;background:rgba(8,25,45,.4)}.hero-stats{display:flex;gap:45px;margin-top:68px}.hero-stats b{font-size:26px;display:block}.hero-stats span{font-size:12px;color:#8ea3b4}.ticker{background:var(--cyan);color:#052220;position:relative;z-index:3}.ticker .wrap{height:58px;display:flex;align-items:center;gap:18px;overflow:hidden}.ticker strong{font-size:12px;white-space:nowrap;background:#063835;color:white;padding:7px 11px;border-radius:6px}.ticker p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:700}.section{padding:95px 0}.section.soft{background:var(--paper)}.section.dark{background:var(--navy);color:white}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:38px}.section-head h2{font-size:clamp(30px,4vw,52px);line-height:1.12;margin:10px 0}.section-head p{max-width:530px;color:var(--muted)}.kicker{font-size:12px;letter-spacing:.18em;color:#0c8785;font-weight:800}.news-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:20px}.card{background:white;border-radius:20px;overflow:hidden;border:1px solid var(--line);transition:.25s;box-shadow:0 12px 30px rgba(8,25,45,.04)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;height:205px;object-fit:cover}.card.featured{grid-row:span 2}.card.featured img{height:410px}.card-body{padding:24px}.meta{display:flex;gap:12px;color:#71808d;font-size:12px}.tag{color:#087a77;font-weight:800}.card h3{font-size:20px;line-height:1.38;margin:12px 0}.card p{color:#6d7883;font-size:14px;margin:0}.scoreboard{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.match{background:#0d243a;border:1px solid #1e3a52;border-radius:20px;padding:25px}.match .status{color:var(--cyan2);font-size:11px;font-weight:800;letter-spacing:.1em}.teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:9px;margin:23px 0;font-weight:800}.teams span:last-child{text-align:right}.score{font-size:28px;color:white}.event{color:#8fa5b6;font-size:12px;border-top:1px solid #213c53;padding-top:15px}.app-stage{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.phone{width:310px;height:600px;margin:auto;background:#071522;border:10px solid #122e46;border-radius:52px;box-shadow:0 35px 80px rgba(0,0,0,.25);padding:26px 18px;position:relative;color:white}.phone:before{content:'';position:absolute;top:11px;left:50%;transform:translateX(-50%);width:80px;height:6px;border-radius:10px;background:#28445b}.app-top{margin-top:18px;display:flex;justify-content:space-between;color:#9ab0c1;font-size:11px}.app-score{background:linear-gradient(145deg,#0f3a4d,#0b253b);border-radius:20px;margin-top:24px;padding:22px}.app-score b{font-size:34px}.mini-bars{display:grid;grid-template-columns:repeat(5,1fr);height:100px;align-items:end;gap:8px;margin:24px 0}.mini-bars i{background:linear-gradient(var(--cyan),#0c6967);border-radius:5px;height:var(--h)}.feature-list{display:grid;gap:14px;margin-top:28px}.feature{display:grid;grid-template-columns:42px 1fr;gap:15px;align-items:start}.feature b:first-child{width:42px;height:42px;border-radius:13px;background:#dafaf7;color:#086f6c;display:grid;place-items:center}.feature h3{margin:0 0 4px}.feature p{margin:0;color:#6c7882;font-size:14px}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value{padding:28px;border-top:3px solid var(--coral);background:white;border-radius:0 0 16px 16px}.value b{font-size:30px;color:#0c8885}.value h3{margin:8px 0}.value p{font-size:13px;color:#71808d}.cta-band{margin-top:60px;border-radius:28px;background:linear-gradient(120deg,#0b2339,#123f51);padding:45px;color:white;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{margin:0;font-size:34px}.cta-band p{color:#b7c8d3}.pagehero{background:linear-gradient(130deg,#071626,#103a4b);color:white;padding:85px 0 75px}.pagehero h1{font-size:52px;margin:14px 0}.breadcrumbs{font-size:12px;color:#92a8ba}.content-grid{display:grid;grid-template-columns:minmax(0,800px) 300px;gap:55px}.article{font-size:17px}.article h1{font-size:44px}.article h2{font-size:28px;margin-top:42px}.article p{margin:1.35em 0;color:#2f3c47}.cover{width:100%;max-height:490px;object-fit:cover;border-radius:24px;margin:28px 0}.sourcebox{padding:22px;background:#eef7f6;border-left:4px solid var(--cyan);font-size:13px;margin:30px 0}.sidebar{position:sticky;top:110px;height:max-content}.sidebox{padding:24px;background:var(--paper);border-radius:18px;margin-bottom:18px}.sidebox h3{margin-top:0}.sidebox a{display:block;padding:10px 0;border-bottom:1px solid #dce4e6;font-size:14px}.list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pagination-note{margin-top:35px;padding:20px;background:#eef7f6;border-radius:14px;color:#49616a}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card{padding:28px;border:1px solid var(--line);border-radius:20px}.contact-card h3{margin-top:0}.legal{max-width:860px}.legal h2{margin-top:40px}footer{background:#04111f;color:#90a3b1;padding:65px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-grid h4{color:white}.footer-grid a{display:block;font-size:13px;margin:10px 0}.copyright{margin-top:45px;padding-top:22px;border-top:1px solid #173047;font-size:12px;display:flex;justify-content:space-between}.skip{position:absolute;left:-999px}.skip:focus{left:10px;top:10px;z-index:99;background:white;padding:10px}
@media(max-width:900px){.nav{display:none;position:absolute;left:0;right:0;top:78px;background:#08192d;padding:20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.navbtn{display:block}.hero{min-height:650px}.hero:before{background:linear-gradient(90deg,#061627 0%,rgba(6,22,39,.84) 65%,rgba(6,22,39,.55)),url('/assets/img/hero-stadium.png') 68% center/cover no-repeat}.news-grid{grid-template-columns:1fr 1fr}.card.featured{grid-column:span 2;grid-row:auto}.card.featured img{height:330px}.scoreboard,.values,.list-grid{grid-template-columns:1fr 1fr}.app-stage,.content-grid{grid-template-columns:1fr}.sidebar{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.wrap{width:min(100% - 28px,var(--max))}.topbar .wrap span:last-child{display:none}.hero .wrap{padding-top:70px}.hero{min-height:650px}.hero h1{font-size:44px;letter-spacing:-.04em}.lead{font-size:16px}.actions{flex-direction:column;align-items:stretch}.hero-stats{gap:20px;justify-content:space-between}.hero-stats b{font-size:20px}.section{padding:70px 0}.section-head{display:block}.news-grid,.scoreboard,.values,.list-grid,.contact-grid{grid-template-columns:1fr}.card.featured{grid-column:auto}.card.featured img{height:250px}.app-stage{gap:40px}.phone{width:285px;height:555px}.cta-band{display:block;padding:30px}.pagehero h1,.article h1{font-size:36px}.footer-grid{grid-template-columns:1fr}.copyright{display:block}.navbtn{flex:0 0 auto}}
