:root{--bg:#0d091d;--panel:#17112f;--panel2:#201842;--line:rgba(255,255,255,.1);--text:#f7f6ff;--muted:#aaa4c7;--orange:#ff7a36;--orange2:#ffad5a;--purple:#745bff;--green:#33d39a;--shell:1240px;--radius:18px;--shadow:0 24px 60px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Microsoft YaHei","PingFang SC",system-ui,-apple-system,sans-serif;line-height:1.65}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 12% 18%,rgba(116,91,255,.11),transparent 27%),radial-gradient(circle at 88% 76%,rgba(255,122,54,.07),transparent 25%);pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input{font:inherit}.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:relative;z-index:20;background:rgba(13,9,29,.93);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.top-line{height:34px;background:#080513;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px;color:#c3bddc}.top-line .shell{height:100%;display:flex;align-items:center;justify-content:space-between}.top-line span{display:flex;align-items:center;gap:8px}.top-line i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green)}.top-line a{color:var(--orange2)}.header-main{height:82px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;min-width:218px}.brand img{filter:drop-shadow(0 10px 20px rgba(255,105,55,.22))}.brand span{display:grid}.brand strong{font-size:20px;line-height:1.2;letter-spacing:.04em}.brand small{font-size:9px;color:#a9a1c6;letter-spacing:.12em;margin-top:4px}.desktop-nav{display:flex;align-items:center;gap:5px;flex:1}.desktop-nav a{padding:10px 13px;border-radius:9px;font-size:14px;color:#ddd9ec;font-weight:700}.desktop-nav a:hover{background:rgba(255,255,255,.07);color:#fff}.site-search{display:flex;width:280px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#100b24}.site-search label{flex:1}.site-search input{width:100%;height:40px;padding:0 12px;background:transparent;border:0;color:#fff;outline:0}.site-search button{border:0;background:var(--orange);color:#fff;font-weight:800;padding:0 16px;cursor:pointer}.menu-toggle,.mobile-nav{display:none}.site-main{padding:28px 0 60px}.hero{min-height:480px;display:grid;grid-template-columns:1.06fr .94fr;gap:46px;align-items:center;padding:52px;border:1px solid var(--line);border-radius:26px;background:#130e29 url('../img/court-grid.svg') center/cover no-repeat;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero:after{content:"NBA";position:absolute;left:40px;bottom:-86px;font-size:210px;font-weight:1000;color:rgba(255,255,255,.023);line-height:1;pointer-events:none}.hero-copy,.focus-card{position:relative;z-index:1}.eyebrow,.section-kicker{display:block;color:var(--orange2);font-size:12px;font-weight:900;letter-spacing:.18em}.hero h1{font-size:70px;line-height:1;margin:12px 0 22px;letter-spacing:-.045em}.hero-copy>p{max-width:610px;color:#beb8d4;font-size:17px}.hero-actions{display:flex;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:10px;font-weight:800;border:1px solid transparent}.button.primary{background:linear-gradient(135deg,var(--orange2),var(--orange));color:#150b0a;box-shadow:0 12px 30px rgba(255,122,54,.2)}.button.ghost{border-color:var(--line);background:rgba(255,255,255,.04)}.hero-facts{display:flex;gap:26px;margin-top:34px;color:#aaa4c7;font-size:12px}.hero-facts span{display:grid}.hero-facts b{font-size:22px;color:#fff}.focus-card{background:linear-gradient(160deg,rgba(37,27,75,.98),rgba(20,15,44,.98));border:1px solid rgba(255,255,255,.13);border-radius:21px;padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.33)}.focus-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#afa9c9;padding-bottom:18px;border-bottom:1px solid var(--line)}.focus-head span{color:#fff;font-weight:800}.focus-head i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);margin-right:7px;box-shadow:0 0 10px var(--orange)}.focus-match{display:grid;grid-template-columns:1fr 110px 1fr;gap:12px;align-items:center;padding:28px 0}.focus-team{display:grid;justify-items:center;gap:10px;text-align:center}.focus-team img,.focus-team .team-initial{width:70px;height:70px}.team-initial{display:inline-grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#423279,#241a4b);border:1px solid rgba(255,255,255,.13);font-size:24px;font-weight:900}.focus-team strong{font-size:14px}.focus-score{display:grid;justify-items:center}.focus-score small{font-size:10px;color:#938cb4;letter-spacing:.14em}.focus-score b{font-size:32px;line-height:1.25}.focus-score em{font-style:normal;font-size:11px;color:var(--orange2)}.focus-cta{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,var(--orange2),var(--orange));color:#170c0a;border-radius:10px;padding:12px 16px;font-weight:900}.focus-cta span{font-size:20px}.schedule-panel,.content-panel,.home-copy,.related,.match-page,.article-page,.archive-hero,.archive-list,.not-found{margin-top:28px;border:1px solid var(--line);background:linear-gradient(160deg,rgba(29,22,58,.96),rgba(18,13,39,.96));border-radius:var(--radius);box-shadow:var(--shadow)}.schedule-panel,.content-panel,.related{padding:24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-head h2{font-size:28px;line-height:1.25;margin:6px 0 2px}.section-head p{margin:0;color:var(--muted);font-size:13px}.section-head>a{font-size:13px;color:var(--orange2);font-weight:800}.section-head.compact{align-items:center}.section-head.compact h2{font-size:22px;margin:4px 0 0}.schedule-list{display:grid;border:1px solid var(--line);border-radius:13px;overflow:hidden}.match-row{display:grid;grid-template-columns:78px 60px minmax(0,1fr) 80px 104px;align-items:center;min-height:82px;background:rgba(255,255,255,.018);border-bottom:1px solid var(--line);padding:10px 14px;gap:14px}.match-row:last-child{border-bottom:0}.match-row:hover{background:rgba(255,255,255,.04)}.match-row>time{display:grid;color:#b7b1cf;font-size:12px}.match-row>time strong{font-size:13px;color:#fff}.league{display:inline-flex;align-items:center;justify-content:center;height:24px;border-radius:7px;background:rgba(116,91,255,.15);color:#bdb3ff;font-size:11px;font-weight:900}.match-teams{display:grid;grid-template-columns:1fr 58px 1fr;align-items:center;gap:12px}.match-teams>span{display:flex;align-items:center;gap:10px;min-width:0;font-size:14px;font-weight:800}.match-teams>span:last-child{justify-content:flex-end;text-align:right}.match-teams img,.match-teams .team-initial{width:36px;height:36px;flex:0 0 auto;font-size:13px}.match-teams b{text-align:center;font-size:16px}.match-state{font-size:12px;text-align:center;color:#aaa4c7}.is-live .match-state{color:var(--green)}.row-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:8px;background:var(--orange);color:#190c08;font-size:12px;font-weight:900}.is-done .row-action{background:#352b5e;color:#d7d1ef}.content-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px}.news-list{display:grid}.news-list article{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:14px 0;border-top:1px solid var(--line)}.news-list article:first-child{border-top:0;padding-top:0}.news-list time{color:var(--orange2);font-size:12px;font-weight:800}.news-list h3{font-size:15px;line-height:1.5;margin:0}.news-list h3 a:hover,.video-grid h3 a:hover,.archive-list h2 a:hover,.related a:hover,.link-stack a:hover{color:var(--orange2)}.news-list p{color:#9993b4;font-size:12px;margin:5px 0 0}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.video-grid article{min-width:0}.video-thumb{display:block;aspect-ratio:16/9;border-radius:11px;overflow:hidden;position:relative;background:#0d091d}.video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.video-thumb:hover img{transform:scale(1.035)}.video-thumb span{position:absolute;left:12px;bottom:12px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--orange);color:#170b08;font-size:13px}.video-thumb.no-image{background:linear-gradient(135deg,#33275f,#18122f)}.video-grid h3{font-size:13px;line-height:1.45;margin:9px 0 3px}.video-grid time{font-size:11px;color:#8e88a7}.home-copy{padding:34px;background:linear-gradient(110deg,rgba(45,33,85,.94),rgba(23,17,48,.94))}.home-copy h2{margin:6px 0 10px;font-size:26px}.home-copy p{margin:0;color:#b4aecb}.breadcrumb{display:flex;align-items:center;gap:9px;font-size:12px;color:#9993b4;margin:0 0 20px}.breadcrumb a{color:var(--orange2)}.archive-hero{padding:34px}.archive-hero h1{font-size:42px;margin:8px 0}.archive-hero p{margin:0;color:var(--muted)}.archive-list{padding:8px 28px}.archive-list article{display:grid;grid-template-columns:260px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.archive-list article:last-child{border-bottom:0}.archive-list article:not(:has(.archive-thumb)){grid-template-columns:1fr}.archive-thumb{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#0d091d}.archive-thumb img{width:100%;height:100%;object-fit:cover}.archive-thumb span{position:absolute;inset:0;display:grid;place-items:center;font-size:26px;background:rgba(10,7,24,.18)}.archive-list time{font-size:12px;color:var(--orange2)}.archive-list h2{font-size:21px;line-height:1.4;margin:7px 0}.archive-list p{color:#aaa4c7;font-size:13px;margin:0 0 10px}.text-link{color:var(--orange2);font-size:12px;font-weight:900}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:26px 0}.pagination a{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid var(--line);border-radius:9px;background:var(--panel)}.pagination a.current{background:var(--orange);color:#190c08;border-color:transparent;font-weight:900}.article-page{padding:36px 9%;max-width:980px;margin-left:auto;margin-right:auto}.article-page header{text-align:center}.article-page h1{font-size:36px;line-height:1.35;margin:10px 0 12px}.article-meta{display:flex;justify-content:center;gap:16px;color:#938dac;font-size:12px}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin:28px 0}.article-content{font-size:16px;color:#ddd9e9}.article-content p{margin:1.1em 0}.article-content h2,.article-content h3{color:#fff;margin-top:1.7em}.article-content img{border-radius:12px;margin:24px auto}.article-content a{color:var(--orange2);text-decoration:underline}.article-return{display:flex;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.related{max-width:980px;margin-left:auto;margin-right:auto}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.related-grid article{padding:14px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.02)}.related-grid time{font-size:11px;color:var(--orange2)}.related-grid h3{font-size:13px;line-height:1.5;margin:5px 0}.match-page{padding:32px}.match-page>header{text-align:center}.match-page>header h1{font-size:34px;margin:8px 0}.match-page>header p{color:var(--muted);margin:0}.scoreboard{display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;max-width:800px;margin:32px auto;padding:28px;border:1px solid var(--line);border-radius:18px;background:#120d28}.score-team{display:grid;justify-items:center;gap:10px;text-align:center}.score-team img,.score-team .team-initial{width:84px;height:84px}.score-team strong{font-size:18px}.score-team span{font-size:11px;color:#8f89a8}.score-center{display:grid;justify-items:center}.score-center .state{font-size:11px;font-style:normal;color:#aaa4c7}.score-center .state.is-live{color:var(--green)}.score-center b{font-size:38px;line-height:1.25}.score-center time{font-size:12px;color:var(--orange2)}.signals,.match-intro{max-width:900px;margin:20px auto 0;border-top:1px solid var(--line);padding-top:24px}.signals h2,.match-intro h2{font-size:21px;margin:0 0 5px}.signals p,.match-intro p{font-size:13px;color:#aaa4c7}.signals>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.signals a{display:inline-flex;align-items:center;gap:12px;min-height:42px;padding:0 15px;border-radius:9px;background:linear-gradient(135deg,var(--orange2),var(--orange));color:#180b08;font-size:13px;font-weight:900}.signal-empty{padding:12px 16px;border:1px dashed var(--line);border-radius:9px;color:#aaa4c7}.compact-columns{max-width:1120px;margin-left:auto;margin-right:auto}.link-stack{display:grid}.link-stack a{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-top:1px solid var(--line);font-size:13px}.link-stack a:first-child{border-top:0}.link-stack time{color:#827c9c;flex:0 0 auto}.empty-state{padding:28px;border:1px dashed var(--line);border-radius:12px;color:#aaa4c7;text-align:center}.not-found{text-align:center;padding:80px 24px}.not-found>span{font-size:100px;font-weight:1000;color:var(--orange);line-height:1}.not-found h1{font-size:32px;margin:8px 0}.not-found p{color:var(--muted);margin:0 0 26px}.site-footer{border-top:1px solid var(--line);background:#080513;padding:44px 0 18px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-grid section p{color:#8f89a8;font-size:13px;max-width:440px}.footer-brand{display:flex;align-items:center;gap:12px;font-size:18px}.footer-grid nav{display:grid;align-content:start;gap:9px}.footer-grid nav strong{margin-bottom:6px}.footer-grid nav a{font-size:13px;color:#9690ad}.footer-grid nav a:hover{color:var(--orange2)}.footer-bottom{display:flex;justify-content:space-between;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);font-size:11px;color:#7e7896}.footer-bottom a{color:#a49dbd}
@media(max-width:1050px){.desktop-nav{display:none}.site-search{margin-left:auto}.hero{grid-template-columns:1fr;padding:40px}.hero-copy{max-width:730px}.focus-card{max-width:620px}.match-row{grid-template-columns:70px 52px 1fr 74px}.row-action{grid-column:3/5;margin-left:auto}.content-columns{grid-template-columns:1fr}.menu-toggle{display:none}}
@media(max-width:720px){.shell{width:min(100% - 24px,var(--shell))}.top-line{height:30px}.top-line a{display:none}.header-main{height:66px;gap:12px}.brand{min-width:0;flex:1}.brand img{width:42px;height:42px}.brand strong{font-size:17px}.brand small{font-size:8px}.site-search{display:none}.menu-toggle{display:grid;gap:4px;width:42px;height:42px;place-content:center;border:1px solid var(--line);border-radius:9px;background:transparent}.menu-toggle span{display:block;width:20px;height:2px;background:#fff}.mobile-nav{display:grid;padding:8px 12px 14px;border-top:1px solid var(--line);background:#0d091d}.mobile-nav[hidden]{display:none}.mobile-nav a{padding:11px 8px;border-bottom:1px solid var(--line);font-size:14px}.site-main{padding-top:14px}.hero{min-height:0;padding:26px 20px;border-radius:18px;gap:26px}.hero h1{font-size:46px}.hero-copy>p{font-size:14px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-facts{gap:14px;justify-content:space-between}.hero-facts b{font-size:18px}.focus-card{padding:16px}.focus-match{grid-template-columns:1fr 78px 1fr;padding:22px 0}.focus-team img,.focus-team .team-initial{width:56px;height:56px}.focus-team strong{font-size:12px}.focus-score b{font-size:24px}.schedule-panel,.content-panel,.related{padding:16px}.section-head{align-items:flex-start}.section-head h2{font-size:23px}.section-head p{font-size:12px}.match-row{grid-template-columns:58px 1fr 76px;gap:8px;padding:13px 10px}.match-row .league{display:none}.match-teams{grid-column:2/4;grid-row:1/3;grid-template-columns:1fr 42px 1fr}.match-teams>span{display:grid;justify-items:center;text-align:center;gap:4px;font-size:11px}.match-teams>span:last-child{justify-content:center;text-align:center}.match-teams img,.match-teams .team-initial{width:34px;height:34px}.match-state{grid-column:1;grid-row:2;text-align:left}.row-action{grid-column:1/4;margin:4px 0 0;width:100%}.video-grid{gap:12px}.content-panel{margin-top:14px}.home-copy{padding:24px}.archive-hero{padding:24px}.archive-hero h1{font-size:32px}.archive-list{padding:4px 18px}.archive-list article{grid-template-columns:1fr;gap:14px}.archive-thumb{max-width:none}.article-page{padding:24px 18px}.article-page h1{font-size:26px}.article-meta{flex-wrap:wrap}.article-return{display:grid}.related-grid{grid-template-columns:1fr}.match-page{padding:24px 16px}.match-page>header h1{font-size:27px}.scoreboard{grid-template-columns:1fr 86px 1fr;padding:22px 10px}.score-team img,.score-team .team-initial{width:58px;height:58px}.score-team strong{font-size:13px}.score-center b{font-size:25px}.signals>div{display:grid}.signals a{justify-content:space-between}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid section{grid-column:1/3}.footer-bottom{display:grid;gap:6px}.not-found{padding:60px 18px}.not-found>span{font-size:76px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
.content-columns{align-items:start}
