.news-page{ --bg:#080b12; --surface:#0e131d; --surface-2:#151b28; --surface-3:#1c2436; --border:#232b3d; --text:#e8ebf1; --text-secondary:#98a2b8; --text-muted:#666f85; --accent:#4b8bf4; --accent-2:#7c5cff; --amber:#ffb020; --radius:14px; --radius-sm:9px; --container:1180px; margin:0; min-height:100vh; color:var(--text); background-color:var(--bg)!important; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2217.32%22%20height%3D%2230%22%20viewBox%3D%220%200%2017.32%2030%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%234b8bf4%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.14%22%3E%3Cpolygon%20points%3D%220,-10%208.66,-5%208.66,5%200,10%20-8.66,5%20-8.66,-5%22/%3E%3Cpolygon%20points%3D%2217.32,-10%2025.98,-5%2025.98,5%2017.32,10%208.66,5%208.66,-5%22/%3E%3Cpolygon%20points%3D%228.66,5%2017.32,10%2017.32,20%208.66,25%200,20%200,10%22/%3E%3Cpolygon%20points%3D%22-8.66,5%200,10%200,20%20-8.66,25%20-17.32,20%20-17.32,10%22/%3E%3C/g%3E%3C/svg%3E"), radial-gradient(circle at 15% 0%,rgba(75,139,244,.10),transparent 40%), radial-gradient(circle at 85% 15%,rgba(124,92,255,.08),transparent 40%)!important; background-repeat:repeat,no-repeat,no-repeat!important; background-size:17.32px 30px,auto,auto!important; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important; } .news-page *, .news-page *::before, .news-page *::after{box-sizing:border-box} .news-page a{color:inherit;text-decoration:none} .news-page :focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px} .news-page .news-container{ width:100%; max-width:var(--container); margin:0 auto; padding-left:32px; padding-right:32px; } .news-page main.news-container{padding-top:8px;padding-bottom:8px} .news-page .post-grid{ display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:22px; align-items:start; padding-top:6px; } .news-page .main-col{min-width:0} .news-page .crumb{ display:flex;align-items:center;gap:7px;flex-wrap:wrap; margin:14px 0 12px; font-size:11.5px;color:var(--text-muted); } .news-page .crumb a{color:var(--text-secondary)} .news-page .crumb a:hover{color:var(--accent)} .news-page .crumb i{font-size:9px;opacity:.6} .news-page .badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:11px} .news-page .tb{ display:inline-flex;align-items:center;gap:5px; padding:4px 9px;border-radius:6px; font-size:10px;font-weight:700;line-height:1.35;letter-spacing:.05em;text-transform:uppercase; } .news-page .tb-news{background:rgba(75,139,244,.22);border:1px solid rgba(75,139,244,.48);color:#6ea3f7} .news-page .tb i{font-size:11px} .news-page .art-title{ margin:0 0 12px; color:#fff; font-size:30px; font-weight:700; line-height:1.18; letter-spacing:-.01em; } .news-page .tag-marquee{ position:relative; overflow:hidden; margin:0 0 12px; -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); } .news-page .tag-marquee-track{ display:flex;align-items:center;gap:7px;width:max-content; animation:news-tag-scroll 46s linear infinite; } .news-page .tag-marquee-group{display:flex;align-items:center;gap:7px} @keyframes news-tag-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 3.5px))}} .news-page .tag-marquee:hover .tag-marquee-track{animation-play-state:paused} @media(prefers-reduced-motion:reduce){.news-page .tag-marquee-track{animation:none}} .news-page .tpill{ display:inline-flex;align-items:center; white-space:nowrap; padding:3px 9px; border:1px solid transparent; border-radius:6px; font-size:10.5px;font-weight:600;line-height:1.4; } .news-page .tp-cyan{background:rgba(56,189,248,.22);border-color:rgba(56,189,248,.45);color:#38bdf8} .news-page .tp-violet{background:rgba(124,92,255,.24);border-color:rgba(124,92,255,.48);color:#a78bfa} .news-page .tp-green{background:rgba(62,207,142,.22);border-color:rgba(62,207,142,.45);color:#3ecf8e} .news-page .tp-amber{background:rgba(255,176,32,.22);border-color:rgba(255,176,32,.45);color:#ffb020} .news-page .tp-red{background:rgba(239,110,80,.22);border-color:rgba(239,110,80,.45);color:#ef6e50} .news-page .tp-lime{background:rgba(158,222,74,.22);border-color:rgba(158,222,74,.45);color:#9ede4a} .news-page .tp-pink{background:rgba(244,114,182,.22);border-color:rgba(244,114,182,.45);color:#f472b6} .news-page .tp-rose{background:rgba(251,113,133,.22);border-color:rgba(251,113,133,.45);color:#fb7185} .news-page .tp-blue{background:rgba(75,139,244,.24);border-color:rgba(75,139,244,.48);color:#6ea3f7} .news-page .tp-sky{background:rgba(86,204,242,.22);border-color:rgba(86,204,242,.45);color:#56ccf2} .news-page .tp-crimson{background:rgba(225,29,72,.22);border-color:rgba(225,29,72,.45);color:#e11d48} .news-page .tp-magenta{background:rgba(217,70,239,.22);border-color:rgba(217,70,239,.45);color:#d946ef} .news-page .tp-fuchsia{background:rgba(232,121,249,.22);border-color:rgba(232,121,249,.45);color:#e879f9} .news-page .tp-purple{background:rgba(168,85,247,.22);border-color:rgba(168,85,247,.45);color:#a855f7} .news-page .tp-indigo{background:rgba(99,102,241,.22);border-color:rgba(99,102,241,.45);color:#6366f1} .news-page .tp-teal{background:rgba(20,184,166,.22);border-color:rgba(20,184,166,.45);color:#14b8a6} .news-page .tp-emerald{background:rgba(16,185,129,.22);border-color:rgba(16,185,129,.45);color:#10b981} .news-page .tp-mint{background:rgba(110,231,183,.22);border-color:rgba(110,231,183,.45);color:#6ee7b7} .news-page .tp-yellow{background:rgba(250,204,21,.22);border-color:rgba(250,204,21,.45);color:#facc15} .news-page .tp-orange{background:rgba(251,146,60,.22);border-color:rgba(251,146,60,.45);color:#fb923c} .news-page .tp-coral{background:rgba(255,122,89,.22);border-color:rgba(255,122,89,.45);color:#ff7a59} .news-page .tp-brown{background:rgba(246,196,83,.22);border-color:rgba(246,196,83,.45);color:#f6c453} .news-page .tp-slate{background:rgba(196,181,253,.22);border-color:rgba(196,181,253,.45);color:#c4b5fd} .news-page .tp-steel{background:rgba(103,232,249,.22);border-color:rgba(103,232,249,.45);color:#67e8f9} .news-page .art-meta{ display:flex;align-items:center;gap:8px;flex-wrap:wrap; margin-bottom:12px; color:var(--text-muted);font-size:11.5px; } .news-page .art-meta i{font-size:12px;opacity:.85} .news-page .art-meta a{color:var(--text-secondary)} .news-page .art-meta .sep{width:3px;height:3px;border-radius:50%;background:var(--border)} .news-page .plat-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:16px} .news-page .post-hero{ position:relative; width:100%; aspect-ratio:16/7; overflow:hidden; border-radius:var(--radius); background:#141a28; } .news-page .post-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover} .news-page .post-hero .hlabel{ position:absolute;left:0;right:0;bottom:0;z-index:2; padding:30px 16px 12px; background:linear-gradient(0deg,rgba(6,8,13,.92),transparent); color:rgba(255,255,255,.8); font-size:11px;font-weight:700;line-height:1.35;letter-spacing:.08em;text-transform:uppercase; } .news-page .lead{ margin:16px 0 0; color:var(--text-secondary); font-size:14px; line-height:1.72; } .news-page .lead strong{color:var(--text);font-weight:600} .news-page .sec{margin-top:26px;scroll-margin-top:110px} .news-page .sec-head{ display:flex;align-items:baseline;justify-content:space-between;gap:16px; margin-bottom:12px; } .news-page .sec-head h2{ display:flex;align-items:center;gap:9px; margin:0; color:var(--text); font-size:17px;font-weight:600;line-height:24px;letter-spacing:-.01em; } .news-page .sec-head .n{font-size:11px;color:var(--text-muted);font-weight:500} .news-page .sec-ic{ display:flex;align-items:center;justify-content:center; width:24px;height:24px;flex:0 0 24px; border-radius:7px;font-size:11.5px; } .news-page .ic-amber{background:rgba(255,176,32,.14);color:var(--amber)} .news-page .ic-blue{background:rgba(75,139,244,.14);color:var(--accent)} .news-page .ic-violet{background:rgba(124,92,255,.16);color:#b9a6ff} .news-page .ic-green{background:rgba(62,207,142,.13);color:#3ecf8e} .news-page .ic-red{background:rgba(239,110,80,.14);color:#ef6e50} .news-page .box{ width:100%; padding:20px 22px; border:1px solid var(--border); border-radius:var(--radius); background:rgba(14,19,29,.62); } .news-page .editorial-body{ width:100%; max-width:78ch; margin:0; padding:1px 0 0; border:0; border-radius:0; background:transparent; box-shadow:none; } .news-page .editorial-body > :first-child{margin-top:0} .news-page .editorial-body > :last-child{margin-bottom:0} .news-page .editorial-body .news-list{ display:block; margin:0 0 12px; padding-left:21px; color:var(--text-secondary); font-size:13.5px; line-height:1.7; } .news-page .editorial-body ul.news-list{list-style:disc} .news-page .editorial-body ol.news-list{list-style:decimal;counter-reset:none} .news-page .editorial-body .news-list li{position:static;padding:2px 0;border:0} .news-page .editorial-body .news-list li::before{display:none;content:none} .news-page .sec-intro{ max-width:78ch; margin:-2px 0 13px; padding:0; border:0; background:transparent; } .news-page .sec-intro .p{margin:0} .news-page .p{ margin:0 0 11px; color:var(--text-secondary); font-size:13.5px; line-height:1.72; } .news-page .p:last-child{margin-bottom:0} .news-page .p b,.news-page .p strong{color:var(--text);font-weight:600} .news-page .section-h3{ margin:18px 0 9px; color:var(--text); font-size:14px;font-weight:600;line-height:1.4; } .news-page .section-h4{ margin:14px 0 7px; color:var(--text); font-size:12.5px;font-weight:600;line-height:1.4; } .news-page .news-body-preamble{margin-top:18px} .news-page .news-list{ list-style:none; display:flex;flex-direction:column; margin:0;padding:0; } .news-page .news-list li{ position:relative; padding:9px 0 9px 18px; border-top:1px solid var(--border); color:var(--text-secondary); font-size:13px; line-height:1.7; } .news-page .news-list li:first-child{border-top:0;padding-top:0} .news-page .news-list li:first-child::before{top:7px} .news-page .news-list li:last-child{padding-bottom:0} .news-page .news-list li::before{ content:"";position:absolute;left:0;top:16px; width:5px;height:5px;border-radius:50%;background:var(--accent); } .news-page .news-list-ol{counter-reset:news-num} .news-page .news-list-ol li{counter-increment:news-num} .news-page .news-list-ol li::before{ content:counter(news-num); top:8px;width:16px;height:auto;border-radius:0;background:none;color:var(--accent); font:600 10px/1.2 ui-monospace,Menlo,Consolas,monospace; } .news-page .info-table{ width:100%; border-collapse:collapse; margin:10px 0 0; } .news-page .info-table th{ text-align:left; padding:10px 12px; border-bottom:1px solid var(--border); background:rgba(21,27,40,.72); color:var(--text-muted); font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase; } .news-page .info-table td{ padding:10px 12px; border-top:1px solid var(--border); color:var(--text-secondary); font-size:12px;line-height:1.55; } .news-page .info-table p{margin:0} .news-page .gsum{display:flex;gap:20px;align-items:stretch} .news-page .gsum-stats{flex:1 1 auto;min-width:0;display:flex;flex-direction:column} .news-page .gs-row{display:flex;gap:16px;align-items:flex-start;padding:9px 0;border-top:1px solid var(--border)} .news-page .gs-row:first-child{border-top:0;padding-top:0} .news-page .gs-row:last-child{padding-bottom:0} .news-page .gs-l{ flex:0 0 118px; padding-top:3px; color:var(--text-muted); font-size:10px;letter-spacing:.06em;text-transform:uppercase; } .news-page .gs-v{flex:1 1 auto;min-width:0;overflow:hidden;color:var(--text);font-size:12.5px} .news-page .gs-track{display:flex;align-items:center;gap:6px;width:max-content;max-width:100%} .news-page .gsum-rate{ flex:0 0 148px; display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px; padding-left:18px; border-left:2px dashed var(--border); } .news-page .gsum-rate .num{font-size:34px;font-weight:800;line-height:1;color:var(--amber)} .news-page .gsum-rate .stars{display:inline-flex;gap:3px;color:var(--amber);font-size:12px} .news-page .gsum-rate .cnt{font-size:10.5px;color:var(--text-muted)} .news-page .toc-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;align-items:start} .news-page .toc-group{min-width:0;display:flex;flex-direction:column;gap:8px} .news-page .toc-item{ display:flex;align-items:flex-start;gap:9px; min-width:0; color:var(--text-secondary); font-size:12.5px;line-height:1.45; } .news-page .toc-item:hover{color:var(--accent)} .news-page .toc-n{ flex:0 0 22px;min-width:22px;white-space:nowrap;padding-top:2px; color:var(--accent); font:600 10.5px/1.3 ui-monospace,Menlo,Consolas,monospace; } .news-page .toc-label{min-width:0;overflow-wrap:break-word} .news-page .toc-sub{padding-left:16px;font-size:11.5px} .news-page .toc-sub .toc-n{flex-basis:31px;min-width:31px} .news-page .toc-sub2{padding-left:30px;font-size:11px} .news-page .toc-sub2 .toc-n{flex-basis:42px;min-width:42px} .news-page .profile-media-primary, .news-page .profile-media-secondary{width:100%} .news-page .profile-video-frame{ position:relative; width:100%; aspect-ratio:16/9; overflow:hidden; border:1px solid var(--border); border-radius:12px; background:#080b12; } .news-page .profile-video-frame iframe, .news-page .profile-video-frame video{ position:absolute;inset:0;width:100%;height:100%;border:0;display:block; } .news-page .profile-video-meta{ display:flex;align-items:center;justify-content:space-between;gap:14px; margin-top:9px; color:var(--text-muted); font-size:11px; } .news-page .profile-video-meta a{color:var(--accent)} .news-page .profile-media-subhead{ margin:14px 0 8px; color:var(--text-muted); font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase; } .news-page .profile-shot-scroller{ box-sizing:border-box;width:100%;max-width:100%; display:flex;gap:10px; overflow-x:auto;overflow-y:hidden; -webkit-overflow-scrolling:touch; overscroll-behavior-x:contain; scroll-snap-type:x proximity; scrollbar-width:none; touch-action:pan-x pan-y; cursor:grab; user-select:none; } .news-page .profile-shot-scroller::-webkit-scrollbar{display:none} .news-page .profile-shot-scroller.is-dragging{cursor:grabbing} .news-page .profile-shot-card, .news-page .profile-shot-feature{ position:relative; flex:0 0 210px; width:210px;height:118px; overflow:hidden; border:1px solid var(--border); border-radius:10px; background:#151b28; scroll-snap-align:start; user-select:none; -webkit-user-drag:none; } .news-page .profile-shot-card img, .news-page .profile-shot-feature img{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none} .news-page .body-fig{ max-width:100%; margin:16px auto; } .news-page .body-fig img{display:block;max-width:100%;height:auto;border-radius:10px} .news-page .body-fig figcaption{margin-top:6px;color:var(--text-muted);font-size:10.5px;line-height:1.5} .news-page .faq-item{border-bottom:1px solid var(--border)} .news-page .faq-item:last-child{border-bottom:0} .news-page .faq-q{ display:flex;align-items:flex-start;justify-content:space-between;gap:12px; width:100%;margin:0;padding:13px 0; border:0;background:transparent;color:var(--text); font-family:inherit;font-size:13.5px;font-weight:600;line-height:1.45;text-align:left; cursor:pointer; } .news-page .faq-item:first-child .faq-q{padding-top:0} .news-page .faq-q i{flex:0 0 auto;margin-top:2px;color:var(--text-muted);transition:transform .2s ease,color .2s ease} .news-page .faq-a{ max-height:0;overflow:hidden; color:var(--text-secondary); font-size:12.5px;line-height:1.7; transition:max-height .22s ease; } .news-page .faq-a p{margin:0;padding:0 28px 14px 0} .news-page .faq-item.on .faq-q i{transform:rotate(180deg);color:var(--accent)} .news-page .faq-item.on .faq-a{max-height:420px} .news-page .src-row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:12.5px} .news-page .src-row:first-child{padding-top:0} .news-page .src-row:last-child{padding-bottom:0} .news-page .src-dot{width:5px;height:5px;flex:0 0 5px;margin-top:7px;border-radius:50%;background:var(--accent)} .news-page .src-row a{color:var(--text-secondary);line-height:1.5} .news-page .src-row a:hover{color:var(--accent);text-decoration:underline} .news-page .rc-top{display:flex;align-items:center;gap:20px;padding-bottom:14px;border-bottom:1px solid var(--border)} .news-page .rc-score{flex:0 0 86px;text-align:center} .news-page .rc-avg{font-size:30px;font-weight:800;line-height:1;color:var(--text)} .news-page .rc-stars{display:flex;justify-content:center;gap:2px;margin-top:6px;color:var(--amber);font-size:10px} .news-page .rc-stars .is-empty{opacity:.25} .news-page .rc-count{margin-top:5px;color:var(--text-muted);font-size:10px} .news-page .rc-bars{flex:1 1 auto;display:flex;flex-direction:column;gap:7px} .news-page .rc-bar-row{display:grid;grid-template-columns:24px minmax(0,1fr) 36px;align-items:center;gap:7px;color:var(--text-muted);font-size:9.5px} .news-page .rc-bar{height:6px;overflow:hidden;border-radius:5px;background:var(--surface-3)} .news-page .rc-fill{height:100%;border-radius:inherit;background:var(--accent)} .news-page .rc-rate{ display:flex;align-items:center;gap:14px;flex-wrap:wrap; padding:12px 0;margin-bottom:12px;border-bottom:1px solid var(--border); } .news-page .rc-rate .l{color:var(--text-secondary);font-size:11px} .news-page .rc-stars-in{display:flex;gap:5px;color:var(--text-muted);font-size:17px} .news-page .rc-stars-in:not(.is-disabled) i{cursor:pointer} .news-page .rc-stars-in i.is-active{color:var(--amber)} .news-page .rc-hint,.news-page .rc-signin-note{color:var(--text-muted);font-size:10.5px} .news-page .rc-signin-row,.news-page .rc-user-row{display:flex;align-items:center;gap:10px;margin-bottom:12px} .news-page .rc-user-avatar{width:32px;height:32px;border-radius:50%;background-size:cover;background-position:center} .news-page .rc-user-name{font-size:11.5px;font-weight:600} .news-page .rc-signout-btn{ margin-left:auto;padding:5px 9px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);color:var(--text-secondary);font-size:10px;cursor:pointer } .news-page .rc-ta{ width:100%;min-height:68px;resize:vertical; padding:10px 12px; border:1px solid var(--border);border-radius:9px; background:var(--surface-2);color:var(--text); font:inherit;font-size:11.5px;line-height:1.55; } .news-page .rc-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px} .news-page .rc-char{color:var(--text-muted);font-size:9.5px} .news-page .rc-send,.news-page .rc-loadmore-btn{ padding:7px 12px;border:1px solid rgba(75,139,244,.45);border-radius:8px;background:rgba(75,139,244,.22);color:#6ea3f7;font-size:10.5px;font-weight:600;cursor:pointer } .news-page .rc-send:disabled{opacity:.45;cursor:not-allowed} .news-page .rc-error{margin-top:8px;color:#ef6e50;font-size:10.5px} .news-page .rc-comment-list{margin-top:14px} .news-page .rc-empty-comments{padding:8px 0;color:var(--text-muted);font-size:10.5px;text-align:center} .news-page .rel-scroll{ max-height:296px; overflow-y:auto; scrollbar-width:thin; scrollbar-color:var(--surface-3) transparent; } .news-page .rel-scroll::-webkit-scrollbar{width:7px} .news-page .rel-scroll::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:5px} .news-page .rel-row{ display:flex;align-items:center;gap:12px; padding:10px 0; border-bottom:1px solid var(--border); } .news-page .rel-row:first-child{padding-top:0} .news-page .rel-row:last-child{padding-bottom:0;border-bottom:0} .news-page .rel-thumb{ width:52px;height:52px;flex:0 0 52px; border-radius:9px; background:linear-gradient(135deg,#232b40,#171c2a); background-size:cover;background-position:center; } .news-page .rel-t{flex:1 1 auto;min-width:0;color:var(--text);font-size:12.5px;font-weight:500;line-height:1.4} .news-page .rel-row:hover .rel-t{color:var(--accent)} .news-page .rel-row>i{color:var(--text-muted);font-size:11px} .news-page .sidebar{ position:sticky;top:92px; display:flex;flex-direction:column;gap:20px; min-width:0; } .news-page .sidebar>div{min-width:0} .news-page .sb-head{ margin:0 0 7px; color:var(--text-muted); font-size:10.5px;font-weight:700;line-height:1.25;letter-spacing:.07em;text-transform:uppercase; } .news-page .sidebar .box{padding:12px 14px} .news-page .sb-author{display:flex;align-items:center;gap:12px} .news-page .sb-av{ width:44px;height:44px;flex:0 0 44px; display:flex;align-items:center;justify-content:center; overflow:hidden;border-radius:50%; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#fff;font-size:14px;font-weight:700; } .news-page .sb-av img{width:100%;height:100%;object-fit:cover} .news-page .sb-n{font-size:13px;font-weight:600} .news-page .sb-r{margin-top:2px;color:var(--text-muted);font-size:10.5px} .news-page .sb-scroll{ width:100%;min-width:0; overflow-x:hidden;overflow-y:hidden; scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent; } .news-page .sb-scroll::-webkit-scrollbar{width:5px} .news-page .sb-scroll::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:4px} .news-page .sb-game{display:flex;align-items:center;gap:12px} .news-page .sb-game-th{ width:52px;height:52px;flex:0 0 52px;border-radius:10px; background:linear-gradient(135deg,#2a3350,#171c2a); background-size:cover;background-position:center; } .news-page .sb-game-b{min-width:0;display:flex;flex-direction:column;gap:3px} .news-page .sb-game-n{font-size:13px;font-weight:600;color:var(--text)} .news-page .sb-game:hover .sb-game-n{color:var(--accent)} .news-page .sb-game-g{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis} .news-page .sb-link{ display:flex;align-items:center;justify-content:space-between;gap:8px; padding:9px 0;border-bottom:1px solid var(--border); color:var(--text-secondary);font-size:12px; } .news-page .sb-link:first-child{padding-top:0} .news-page .sb-link:last-child{padding-bottom:0;border-bottom:0} .news-page .sb-link:hover{color:var(--accent)} .news-page .sb-link span{min-width:0} .news-page .sb-link i{flex:0 0 auto;color:var(--text-muted);font-size:12px} .news-page .sb-rel{ display:flex;align-items:center;gap:10px; padding:9px 0;border-bottom:1px solid var(--border); } .news-page .sb-rel:first-child{padding-top:0} .news-page .sb-rel:last-child{padding-bottom:0;border-bottom:0} .news-page .sb-rel-th{ width:44px;height:44px;flex:0 0 44px; border-radius:8px; background:linear-gradient(135deg,#232b40,#171c2a); background-size:cover;background-position:center; } .news-page .sb-rel-t{ min-width:0; color:var(--text);font-size:11.5px;font-weight:500;line-height:1.35; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; } .news-page .sb-rel:hover .sb-rel-t{color:var(--accent)} .news-page .sb-tags{display:flex;flex-wrap:wrap;gap:6px} .news-page .ad-slot{ display:flex;flex-direction:column;align-items:center;gap:6px; margin:26px auto 0; } .news-page .ad-slot-label{ color:var(--text-muted); font-size:9px;letter-spacing:.14em;text-transform:uppercase; } .news-page .ad-slot-frame{ display:flex;align-items:center;justify-content:center; max-width:100%; overflow:hidden; border:1px dashed var(--border); border-radius:var(--radius-sm); } .news-page .ad-slot--mobile{display:none} .news-page .ad-native{margin-top:26px} .news-page .ad-native>.ad-slot-label{display:block;margin-bottom:6px;text-align:center} .news-page .lb{ position:fixed;inset:0;z-index:2500; display:none;align-items:center;justify-content:center; padding:30px; background:rgba(4,6,11,.92); } .news-page .lb.on{display:flex} .news-page .lb img{ display:block; width:auto;height:auto; max-width:min(1000px,92vw);max-height:82vh; border:1px solid var(--border);border-radius:12px;object-fit:contain; } .news-page .lb .x{ position:absolute;top:22px;right:24px; display:flex;align-items:center;justify-content:center; width:38px;height:38px; border:1px solid var(--border);border-radius:50%; background:var(--surface-2);color:var(--text);font-size:16px;cursor:pointer; } .news-page .site-footer{margin-top:56px;border-top:1px solid var(--border)} .news-page .footer-grid{ display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:32px; padding-top:40px;padding-bottom:28px; } .news-page .footer-brand{display:flex;align-items:center;gap:9px} .news-page .footer-brand .mark{width:25px;height:25px;border-radius:7px} .news-page .footer-brand .name{font-size:14.5px;font-weight:700} .news-page .footer-desc{margin-top:10px;color:var(--text-muted);font-size:12.5px;line-height:1.6} .news-page .footer-col{display:flex;flex-direction:column;gap:8px} .news-page .footer-col h4{margin:0 0 3px;font-size:12px} .news-page .footer-col a{color:var(--text-secondary);font-size:12.5px} .news-page .footer-col a:hover{color:var(--accent)} .news-page .footer-bottom{ display:flex;justify-content:space-between;gap:20px; padding-top:18px;padding-bottom:16px; border-top:1px solid var(--border); color:var(--text-muted);font-size:10.5px; } .news-page .footer-disclaimer{max-width:620px;text-align:right} @media(max-width:860px){ .news-page{ width:100%;max-width:100%;overflow-x:hidden; } .news-page .news-container{ width:100%;max-width:100%; padding-left:12px;padding-right:12px; } .news-page main.news-container{padding-top:8px} .news-page .post-grid{display:block;width:100%;padding-top:0} .news-page .main-col, .news-page .sidebar, .news-page .sidebar>div, .news-page .sidebar .box, .news-page .sidebar .sb-scroll{ box-sizing:border-box;width:100%;max-width:100%;min-width:0; } .news-page .crumb{ flex-wrap:nowrap;white-space:nowrap;overflow-x:auto; margin:2px 2px 10px; font-size:10.5px; scrollbar-width:none; } .news-page .crumb::-webkit-scrollbar{display:none} .news-page .art-title{font-size:20px;line-height:1.25} .news-page .art-meta{gap:6px;font-size:10px} .news-page .tpill{padding:3px 8px;font-size:9.5px} .news-page .post-hero{aspect-ratio:16/10;border-radius:10px} .news-page .post-hero .hlabel{padding:24px 12px 10px;font-size:10px} .news-page .lead{font-size:12.5px} .news-page .sec{margin-top:20px} .news-page .sec-head{margin-bottom:10px} .news-page .sec-head h2{font-size:13.5px;line-height:22px} .news-page .sec-head .n{font-size:9.5px} .news-page .sec-ic{width:22px;height:22px;flex-basis:22px;font-size:10.5px} .news-page .box{padding:12px;border-radius:10px} .news-page .sec-intro{max-width:none;margin:-2px 2px 11px} .news-page .p{font-size:12.5px} .news-page .news-list li{font-size:12px;padding-left:15px} .news-page .gsum{flex-wrap:wrap;gap:14px} .news-page .gsum-stats{order:2;flex:1 1 100%} .news-page .gsum-rate{ order:1;flex:1 1 auto; padding-left:0;border-left:0; align-items:flex-start; } .news-page .gsum-rate .num{font-size:28px} .news-page .gs-l{flex:0 0 92px;font-size:9.5px} .news-page .gs-v{overflow-x:auto;scrollbar-width:none} .news-page .gs-v::-webkit-scrollbar{display:none} .news-page .toc-list{grid-template-columns:1fr;gap:8px} .news-page .toc-item{font-size:11.5px} .news-page .toc-sub{padding-left:12px;font-size:11px} .news-page .toc-sub2{padding-left:22px;font-size:10.5px} .news-page .info-table{ min-width:560px; } .news-page .box:has(> .info-table){ overflow-x:auto; } .news-page .profile-shot-card, .news-page .profile-shot-feature{ flex-basis:168px;width:168px;height:95px; } .news-page .faq-q{font-size:12.5px;padding:11px 0} .news-page .faq-a{font-size:11.5px} .news-page .src-row{padding:5px 0;font-size:11.5px} .news-page .rc-top{flex-direction:column;align-items:stretch;gap:12px} .news-page .rc-score{text-align:left} .news-page .rc-stars{justify-content:flex-start} .news-page .rc-rate{gap:10px} .news-page .rel-scroll{max-height:280px} .news-page .rel-row{gap:8px;padding:6px 0} .news-page .rel-thumb{width:42px;height:42px;flex-basis:42px;border-radius:7px} .news-page .rel-t{font-size:11px} .news-page .sidebar{ position:static;top:auto; margin-top:22px; gap:14px; } .news-page .sb-head{margin-bottom:5px;font-size:9.5px} .news-page .sidebar .box{padding:10px 12px} .news-page .sb-av{width:38px;height:38px;flex-basis:38px} .news-page .sb-n{font-size:11.5px} .news-page .sb-r{font-size:9.5px} .news-page .sb-game-th{width:46px;height:46px;flex-basis:46px} .news-page .sb-game-n{font-size:11.5px} .news-page .sb-game-g{font-size:9.5px} .news-page .sb-link{padding:7px 0;font-size:10.5px} .news-page .sb-rel{padding:6px 0;gap:8px} .news-page .sb-rel-th{width:38px;height:38px;flex-basis:38px} .news-page .sb-rel-t{font-size:10.5px} .news-page .ad-slot--desktop{display:none} .news-page .ad-slot--mobile{display:flex} .news-page .ad-slot{margin-top:22px} .news-page .lb{padding:16px} .news-page .lb img{max-width:calc(100vw - 32px);max-height:78vh;border-radius:10px} .news-page .lb .x{top:14px;right:14px;width:36px;height:36px} .news-page .footer-grid{grid-template-columns:1fr 1fr;gap:20px 16px;padding-top:24px} .news-page .footer-grid>div:first-child{grid-column:1/-1} .news-page .footer-bottom{flex-direction:column} .news-page .footer-disclaimer{text-align:left} .news-page .site-footer{margin-bottom:70px} } @media(max-width:420px){ .news-page .news-container{padding-left:10px;padding-right:10px} } .news-page .sec > .box > blockquote, .news-page .sec > .editorial-body > blockquote{ position:relative; margin:12px 0 14px; padding:11px 14px 11px 39px; border:1px solid rgba(75,139,244,.22); border-left:1px solid rgba(75,139,244,.22); border-radius:8px; background:rgba(75,139,244,.055); color:var(--text-secondary); font-size:12.5px; line-height:1.65; font-weight:400; box-shadow:inset 0 1px 0 rgba(255,255,255,.025); } .news-page .sec > .box > blockquote::before, .news-page .sec > .editorial-body > blockquote::before{ content:"i"; position:absolute; left:13px; top:12px; width:17px; height:17px; display:grid; place-items:center; border:1px solid rgba(75,139,244,.34); border-radius:50%; background:rgba(75,139,244,.12); color:var(--accent); font:700 10px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; } .news-page .sec > .box > blockquote strong, .news-page .sec > .editorial-body > blockquote strong{ color:var(--text); font-weight:500; } .news-page .cg-cyan{color:#38BDF8!important;} .news-page .cg-green{color:#34D399!important;} .news-page .cg-amber{color:#FBBF24!important;} .news-page .cg-red{color:#F87171!important;} .news-page .cg-violet{color:#A78BFA!important;} .news-page .cg-lime{color:#A3E635!important;} .news-page .cg-text{color:#EAF0FF!important;} .news-page .cg-muted{color:#9AA7BD!important;} .news-page .cg-sm{font-size:.88em!important;} .news-page .cg-lg{font-size:1.13em!important;} .news-page .cg-xl{font-size:1.30em!important;font-weight:600!important;} .news-page #trailer-screenshots-and-media > .sec-intro{ width:100%!important; max-width:none!important; margin:-2px 0 14px!important; } .news-page #trailer-screenshots-and-media > .box{ margin:0!important; padding:0!important; border:0!important; border-radius:0!important; background:transparent!important; box-shadow:none!important; } .news-page #trailer-screenshots-and-media .profile-media-primary, .news-page #trailer-screenshots-and-media .profile-media-secondary, .news-page #trailer-screenshots-and-media .profile-video-frame, .news-page #trailer-screenshots-and-media .profile-shot-scroller{ width:100%!important; max-width:100%!important; } .news-page .lead, .news-page .p, .news-page .sec-intro, .news-page .post-media-intro{ box-sizing:border-box!important; width:100%!important; max-width:none!important; } .news-page .tag-marquee-track{ animation-duration:120s!important; } .news-page .editorial-body{ box-sizing:border-box; width:100%; max-width:none; padding-left:22px; padding-right:22px; } @media(max-width:860px){ .news-page .editorial-body{ padding-left:12px; padding-right:12px; } }@media(max-width:860px){.news-page .toc-list{max-height:100px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;padding-right:4px!important;scrollbar-width:thin}}