:root {
    --xsm-bg: #060a15;
    --xsm-panel: #0a1020;
    --xsm-panel-2: #11182b;
    --xsm-line: rgba(137,153,187,.20);
    --xsm-text: #f1f4f9;
    --xsm-muted: #929db3;
    --xsm-red: #bd2f42;
}

@media (max-width: 980px) {

html, body { width: 100%; min-width: 0 !important; margin: 0; overflow-x: hidden; background: var(--xsm-bg) !important; }
body { padding: 0 !important; color: var(--xsm-text) !important; -webkit-font-smoothing: antialiased; }
body *, body *::before, body *::after { box-sizing: border-box; }
img { max-width: 100%; }

/* 目标站移动头部：58px 顶栏，Logo + 汉堡菜单。 */
.xsm-target-topbar.xs-topbar { position: relative; z-index: 2600; width: 100%; height: 58px; background: #050915; border-bottom: 1px solid rgba(137,153,187,.20); }
.xsm-target-topbar .xs-topbar__inner { width: calc(100% - 32px); max-width: none; height: 58px; margin: 0 auto; padding: 0 !important; display: flex; align-items: center; justify-content: space-between; }
.xsm-target-topbar .xs-topbar__logo,
.xsm-target-topbar .xs-topbar__logo img { width: 98px; height: 30px; flex: 0 0 98px; object-fit: contain; object-position: left center; }
.xsm-menu-toggle { width: 40px; height: 40px; padding: 9px 8px; display: grid; align-content: center; gap: 5px; color: #fff; background: transparent; border: 1px solid rgba(177,190,218,.25); border-radius: 10px; }
.xsm-menu-toggle span { width: 22px; height: 2px; display: block; background: #e6ebf5; border-radius: 2px; transition: transform .18s, opacity .18s; }
.xsm-target-topbar.is-menu-open .xsm-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.xsm-target-topbar.is-menu-open .xsm-menu-toggle span:nth-child(2) { opacity: 0; }
.xsm-target-topbar.is-menu-open .xsm-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.xsm-target-topbar .xsm-main-nav { position: absolute; z-index: 2700; top: 58px; right: 10px; left: 10px; width: auto; height: auto; max-height: calc(100vh - 72px); margin: 0; padding: 10px; display: none; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 7px; overflow-y: auto; white-space: normal; background: rgba(8,13,27,.98); border: 1px solid var(--xsm-line); border-radius: 0 0 12px 12px; box-shadow: 0 16px 38px rgba(0,0,0,.45); }
.xsm-target-topbar.is-menu-open .xsm-main-nav { display: grid; }
.xsm-target-topbar .xs-main-nav__item { position: static; width: auto; height: auto; }
.xsm-target-topbar .xs-main-nav__item > a { height: 42px; padding: 0 12px; justify-content: flex-start; color: #d6ddeb; font-size: 14px; background: #11182b; border: 1px solid rgba(137,153,187,.14); border-radius: 6px; }
.xsm-target-topbar .xs-main-nav__menu { display: none !important; }
.xsm-target-topbar .xs-main-nav__search { display: none !important; }

/* 目标站响应式公共框架。 */
.xs-container { width: calc(100% - 32px) !important; max-width: none !important; }
.xs-breadcrumb { width: 100%; height: auto; padding: 14px 0 0; }
.xs-breadcrumb > .xs-container { width: calc(100% - 32px) !important; min-height: 42px; height: auto; padding: 8px 12px; overflow: hidden; flex-wrap: nowrap; }
.xs-breadcrumb a, .xs-breadcrumb strong, .xs-breadcrumb span { flex: 0 0 auto; font-size: 12px; }
.xs-breadcrumb strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xs-inner-section { padding: 28px 0 26px; }
.xs-live-detail-page .xs-inner-section { padding-top: 15px; }
.xs-content-layout { width: calc(100% - 32px) !important; grid-template-columns: minmax(0,1fr) !important; gap: 14px; }
.xs-target-side { grid-template-columns: minmax(0,1fr); gap: 14px; }
.xs-target-side > * { min-width: 0; width: 100%; }
.xs-side-panel { border-radius: 9px; }
.xs-target-footer { min-height: 0; margin-top: 16px; }
.xs-target-footer__inner { min-height: 0; padding: 16px 0 20px; }
.xs-target-footer__desc, .xs-target-footer__desc * { font-size: 12px !important; line-height: 21px !important; }
.xs-target-footer__copy { margin-top: 8px; font-size: 11px; line-height: 19px; }
.xs-pagination { padding: 18px 0 2px; }
.xs-pagination .pagination { gap: 5px; }
.xs-pagination .pagination > li > a, .xs-pagination .pagination > li > span { min-width: 33px; height: 33px; padding: 0 9px; font-size: 12px; }

/* 首页严格采用目标站移动端顺序：头图、热门比赛、比赛列表、右栏模块。 */
.xs-home-hero { height: 62vw; min-height: 220px; max-height: 360px; }
.xs-home-hero__shade { background: linear-gradient(0deg,rgba(5,8,17,.78) 0%,rgba(5,8,17,.10) 75%); }
.xs-home-hero__content { bottom: 45px; width: calc(100% - 32px) !important; }
.xs-home-hero__content em { height: 28px; padding: 0 11px; font-size: 12px; }
.xs-home-hero__content h2 { width: 100%; margin: 8px 0 5px; display: -webkit-box; overflow: hidden; font-size: 22px; line-height: 31px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.xs-home-hero__content p { font-size: 13px; }
.xs-home-hero__arrow { width: 36px; height: 36px; margin-top: -18px; font-size: 26px; }
.xs-home-hero__arrow--prev { left: 9px; }
.xs-home-hero__arrow--next { right: 9px; }
.xs-home-hero__dots { bottom: 12px; gap: 6px; }
.xs-home-hero__dots button { width: 12px; height: 8px; }
.xs-home-hero__dots button.is-active { width: 12px; }
.xs-home-hot-games { width: calc(100% - 32px) !important; height: 205px; padding-top: 15px !important; }
.xs-home-section-head { height: 45px; }
.xs-home-section-head h1, .xs-home-section-head h2 { font-size: 21px; line-height: 32px; }
.xs-home-hot-games__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.xs-home-hot-games__viewport::-webkit-scrollbar { display: none; }
.xs-home-hot-card { width: 100%; height: 118px; flex: 0 0 100%; scroll-snap-align: start; padding: 10px 12px 8px; border-radius: 10px; }
.xs-home-hot-card__league { font-size: 13px; }
.xs-home-hot-card > a:not(.xs-home-hot-card__status) { height: 51px; grid-template-columns: minmax(0,1fr) 48px minmax(0,1fr); }
.xs-home-hot-team { font-size: 13px; }
.xs-home-hot-team img { width: 30px; height: 30px; flex-basis: 30px; }
.xs-home-match-section { padding: 28px 0 28px; }
.xs-home-match-section .xs-content-layout { width: calc(100% - 32px) !important; }
.xs-home-match-panel, .xs-live-list-panel, .xs-library-panel, .xs-entity-detail-panel, .xs-team-schedule-panel { padding: 14px; border-radius: 10px; }
.xs-home-league-tabs, .xs-league-tabs { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; padding: 7px; }
.xs-home-league-tabs a, .xs-league-tabs a { height: 30px; font-size: 12px; }
.xs-target-match-list { gap: 8px; border-top: 0; }
.xs-target-match-row { min-height: 134px; height: auto; padding: 11px 12px; grid-template-columns: repeat(6,minmax(0,1fr)); grid-template-areas: "league league league time time time" "home home score score away away" "status status status room room room"; row-gap: 9px; column-gap: 4px; background: #11182b; border: 1px solid rgba(137,153,187,.24); border-radius: 12px; }
.xs-target-match-league { grid-area: league; justify-self: start; }
.xs-target-match-row > time { grid-area: time; justify-self: end; }
.xs-target-team--home { grid-area: home; justify-self: start; flex-direction: row-reverse; text-align: left; }
.xs-target-score { grid-area: score; justify-self: center; }
.xs-target-team--away { grid-area: away; justify-self: end; flex-direction: row; text-align: right; }
.xs-target-match-status { grid-area: status; min-width: 74px; justify-self: end; padding: 0 8px; color: #f0445d; border-color: transparent; font-weight: 700; }
.xs-target-match-room { grid-area: room; min-width: 82px; justify-self: start; padding: 0 9px; border-radius: 16px; }
.xs-home-match-panel .xs-live-day-block, .xs-home-match-panel .xs-target-match-list { min-width: 0; width: 100%; }
.xs-home-match-panel .xs-target-match-row { min-width: 0; width: 100%; max-width: 100%; grid-template-columns: repeat(6,minmax(0,1fr)); grid-template-areas: "league league league time time time" "home home score score away away" "status status status room room room"; }
.xs-home-match-panel .xs-target-match-status, .xs-home-match-panel .xs-target-match-room { width: 88px; min-width: 88px; height: 30px; padding: 0 9px; border-radius: 16px; }
.xs-home-match-panel .xs-target-match-status { justify-self: end; }
.xs-home-match-panel .xs-target-match-room { justify-self: start; }
.xs-target-team { max-width: 100%; gap: 5px; font-size: 12px; }
.xs-target-team span { min-width: 0; }
.xs-target-team img { width: 27px; height: 27px; flex-basis: 27px; }
.xs-team-schedule-row { min-height: 134px; }
.xs-home-side { gap: 14px; }
.xs-home-league-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

/* 列表与详情页。 */
.xs-panel-title { height: 38px; font-size: 19px; }
.xs-news-panel { padding: 14px; border-radius: 10px; }
.xs-news-media-list { gap: 9px; }
.xs-news-media-item { height: auto; min-height: 300px; padding: 0; display: block; border-radius: 8px; }
.xs-news-media-thumb { width: 100%; height: auto; aspect-ratio: 1.92/1; border-radius: 8px 8px 0 0; }
.xs-news-media-body { height: 135px; padding: 8px 12px 10px; display: grid; grid-template-rows: auto minmax(0,1fr) 21px; }
.xs-news-media-body h2, .xs-news-media-body h3 { display: -webkit-box; overflow: hidden; font-size: 17px; line-height: 23px; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.xs-news-media-body p { height: 44px; margin: 5px 0 0; display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 22px; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.xs-news-media-meta { gap: 8px; font-size: 12px; }
.xs-news-media-meta span:nth-of-type(n+3) { display: none; }
.xs-media-article { padding: 13px; border-radius: 10px; }
.xs-media-article > h1 { font-size: 21px; line-height: 31px; }
.xs-media-article__meta { gap: 7px 12px; font-size: 12px; }
.xs-media-related-signals { width: 100%; padding: 12px; }
.xs-media-player__cover { height: 52vw; min-height: 188px; max-height: 290px; }
.xs-media-hot-topic__grid, .xs-video-grid, .xs-topic-video-panel .xs-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
#inter-video .xs-topic-video-panel .xs-video-grid > a:nth-child(n+9) { display: none; }
.xs-video-grid img { height: auto; aspect-ratio: 16/9; }
.xs-article-panel { padding: 14px; border-radius: 10px; }
.xs-article-panel > h2, .xs-panel-head h2 { font-size: 19px; }
.xs-entry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.xs-entry-grid a { min-height: 46px; padding: 7px 8px; }
.xs-prediction-title { align-items: flex-start; flex-wrap: wrap; }
.xs-prediction-title strong { min-width: calc(100% - 90px); }
.xs-prediction-bars { grid-template-columns: 1fr; }
.xs-review-list article { grid-template-columns: 38px minmax(0,1fr); gap: 10px; }
.xs-review-list img { width: 38px; height: 38px; }
.xs-live-news-followups { margin-top: 22px; }
.xs-live-news-section .xs-panel-head { margin-bottom: 10px; padding-bottom: 8px; }
.xs-live-news-section .xs-panel-head h2 { font-size: 18px; line-height: 26px; }
.xs-live-news-section + .xs-live-news-section { margin-top: 22px; padding-top: 19px; }
.xs-live-news-section .xs-news-media-item { min-height: 0; padding: 10px 0; display: grid; grid-template-columns: 108px minmax(0,1fr); gap: 10px; }
.xs-live-news-section .xs-news-media-thumb { width: 108px; height: 78px; aspect-ratio: auto; border-radius: 6px; }
.xs-live-news-section .xs-news-media-body { height: 78px; padding: 0; grid-template-rows: minmax(0,1fr) 20px; }
.xs-live-news-section .xs-news-media-body h3 { font-size: 14px; line-height: 20px; -webkit-line-clamp: 2; }
.xs-live-news-section .xs-news-media-body > p { display: none; }
.xs-live-news-section .xs-news-media-meta { align-self: end; }

/* 直播详情。 */
.xs-live-detail-section { padding-top: 14px; }
.xs-scoreboard { height: 266px; }
.xs-scoreboard__meta { top: 15px; width: 164px; height: 60px; }
.xs-scoreboard__row { top: 96px; right: 8px; left: 8px; grid-template-columns: minmax(0,1fr) 70px minmax(0,1fr); }
.xs-scoreboard__team { gap: 6px; flex-direction: column; text-align: center; }
.xs-scoreboard__team--away { flex-direction: column-reverse; }
.xs-scoreboard__team strong { max-width: 105px; font-size: 14px; line-height: 21px; }
.xs-scoreboard__logo { width: 46px; height: 46px; flex-basis: 46px; }
.xs-scoreboard__score b { font-size: 23px; }
.xs-scoreboard__status { bottom: 22px; height: 41px; }
.xs-generic-broadcast-card { border-radius: 10px; }
.xs-generic-broadcast-card__header { padding: 18px 14px 12px; gap: 8px; }
.xs-generic-broadcast-card__kicker { margin-bottom: 3px; font-size: 11px; }
.xs-generic-broadcast-card__header h1, .xs-generic-broadcast-card__header h2 { font-size: 20px; line-height: 28px; }
.xs-generic-broadcast-card__page-meta { margin-top: 6px; gap: 3px 9px; font-size: 10px; line-height: 17px; }
.xs-generic-broadcast-card__status { margin-top: 16px; padding: 3px 7px; font-size: 10px; line-height: 17px; }
.xs-generic-broadcast-card__summary { padding: 0 14px 15px; grid-template-columns: 105px minmax(0, 1fr); gap: 10px; }
.xs-generic-broadcast-card__summary > img { width: 105px; height: 84px; border-radius: 6px; }
.xs-generic-broadcast-card__copy p { font-size: 13px; line-height: 20px; -webkit-line-clamp: 4; }
.xs-generic-broadcast-card__meta { display: none; }
.xs-generic-broadcast-card__signals { margin: 0 14px; padding: 13px 0 14px; }
.xs-generic-broadcast-card__signals .xs-signal-panel__links--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.xs-generic-broadcast-card__signals .xs-signal-panel__links--5 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.xs-generic-broadcast-card__signals .xs-signal-panel__links--5 > a { grid-column: span 2; }
.xs-generic-broadcast-card__signals .xs-signal-panel__links--5 > a:nth-child(4) { grid-column: 2 / span 2; }
.xs-generic-broadcast-card__signals .xs-signal-panel__links--5 > a:nth-child(5) { grid-column: 4 / span 2; }
.xs-generic-broadcast-card__signals .xs-signal-panel__links--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.xs-generic-broadcast-card__intro { padding: 15px 14px 17px; }
.xs-generic-broadcast-card__intro-head { margin-bottom: 9px; }
.xs-generic-broadcast-card__intro-head > h3 { font-size: 16px; line-height: 23px; }
.xs-generic-broadcast-card__intro-head > span { padding: 3px 7px; font-size: 10px; line-height: 17px; }
.xs-generic-broadcast-card__lead { margin-bottom: 9px; padding: 2px 0 2px 10px; font-size: 13px; line-height: 22px; }
.xs-generic-broadcast-card__facts { padding: 10px 0; grid-template-columns: 1fr; gap: 0; }
.xs-generic-broadcast-card__facts p { padding: 7px 0; display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 8px; align-items: start; border: 0; border-top: 1px solid rgba(137,153,187,.1); }
.xs-generic-broadcast-card__facts p:first-child { padding-top: 0; border-top: 0; }
.xs-generic-broadcast-card__facts p:last-child { padding-bottom: 0; }
.xs-generic-broadcast-card__facts span { margin: 0; font-size: 12px; line-height: 20px; }
.xs-generic-broadcast-card__facts strong { font-size: 13px; line-height: 20px; }
.xs-generic-broadcast-card__guide { margin-top: 0; padding-top: 10px; grid-template-columns: 1fr; gap: 0; }
.xs-generic-broadcast-card__guide article { padding: 10px 0; grid-template-columns: 30px minmax(0, 1fr); gap: 9px; border: 0; border-top: 1px solid rgba(137,153,187,.11); }
.xs-generic-broadcast-card__guide article:first-child { padding-top: 0; border-top: 0; }
.xs-generic-broadcast-card__guide article:last-child { padding-bottom: 0; }
.xs-generic-broadcast-card__guide article > b { width: 28px; height: 28px; }
.xs-generic-broadcast-card__guide article strong { margin-bottom: 2px; font-size: 13px; line-height: 20px; }
.xs-generic-broadcast-card__guide article p { font-size: 12px; line-height: 20px; }
.xs-generic-broadcast-card__note { margin-top: 11px; padding-top: 9px; font-size: 11px; line-height: 19px; }
.xs-live-signals { min-height: 0; padding: 13px; }
.xs-live-signals__backup { min-height: 0; }
.xs-live-countdown { min-height: 42px; padding: 8px 10px; font-size: 15px; line-height: 24px; }

/* 资料库、球队、球员、赛事和专题。 */
.xs-library-grid { grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 10px; row-gap: 9px; }
.xs-library-grid a { font-size: 12px; }
.xs-entity-summary { grid-template-columns: 54px minmax(0,1fr); gap: 11px; }
.xs-entity-summary > img { width: 54px; height: 54px; }
.xs-player-profile-panel { padding: 14px; border-radius: 10px; }
.xs-player-block-title { padding: 9px 10px; }
.xs-player-block-title h1, .xs-player-block-title h2 { font-size: 18px; line-height: 24px; }
.xs-player-profile { flex-direction: column; }
.xs-player-portrait { width: 100%; max-width: 220px; margin: 0 auto; flex-basis: auto; }
.xs-player-facts { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
.xs-player-intro-title { font-size: 22px; line-height: 29px; }
.xs-player-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.xs-topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.xs-topic-grid > a > strong { height: 45px; font-size: 12px; }
.xs-topic-left { gap: 13px; }
.xs-topic-hero { min-height: 0; padding: 14px; border-radius: 10px; }
.xs-topic-hero > h1 { margin-bottom: 12px; font-size: 21px; line-height: 30px; }
.xs-topic-summary { margin: 0 -2px; padding: 9px 10px 8px; display: grid; grid-template-columns: minmax(104px,38%) minmax(0,1fr); column-gap: 11px; row-gap: 7px; align-items: start; background: rgba(7,13,25,.54); border: 1px solid rgba(133,156,199,.16); border-radius: 8px; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.xs-topic-summary > img { width: 100%; height: auto; margin: 0; float: none; aspect-ratio: 3/2; object-fit: cover; border: 1px solid rgba(255,255,255,.11); border-radius: 7px; box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.xs-topic-summary-copy { position: relative; min-width: 0; padding-top: 1px; }
.xs-topic-summary h2 { margin-bottom: 4px; font-size: 16px; line-height: 23px; }
.xs-topic-summary p { max-height: 85px; display: -webkit-box; overflow: hidden; padding-right: 0; font-size: 12px; line-height: 17px; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.xs-topic-summary.is-expanded { margin: 0 -2px; padding: 9px 10px 8px; display: grid; grid-template-columns: minmax(96px,32%) minmax(0,1fr); column-gap: 10px; row-gap: 9px; align-items: stretch; background: rgba(7,13,25,.72); border: 1px solid rgba(133,156,199,.18); border-radius: 8px; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.xs-topic-summary.is-expanded > img { grid-column: 1; grid-row: 1; width: 100%; max-width: none; height: 100%; min-height: 76px; margin: 0; float: none; object-fit: cover; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; box-shadow: 0 5px 14px rgba(0,0,0,.2); }
.xs-topic-summary.is-expanded .xs-topic-summary-copy { display: contents; }
.xs-topic-summary.is-expanded .xs-topic-summary-meta { grid-column: 2; grid-row: 1; min-width: 0; margin: 0; padding: 5px 6px; display: flex; flex-direction: column; justify-content: center; gap: 3px; color: #8798b5; line-height: 17px; background: transparent; border: 0; border-radius: 0; }
.xs-topic-summary.is-expanded .xs-topic-summary-meta::before { content: "完整介绍"; margin-bottom: 2px; color: #dce6f5; font-size: 13px; font-weight: 700; line-height: 19px; }
.xs-topic-summary.is-expanded .xs-topic-summary-meta span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xs-topic-summary.is-expanded .xs-topic-summary-meta .xs-topic-summary-time { overflow: visible; color: #9eacc1; font-size: 10px; font-variant-numeric: tabular-nums; text-overflow: clip; }
.xs-topic-summary.is-expanded p { grid-column: 1 / -1; grid-row: 2; max-height: none; margin: 0; padding: 9px 2px 2px; display: block; overflow: visible; color: #bdc8da; line-height: 20px; text-align: justify; background: transparent; border: 0; border-top: 1px solid rgba(133,156,199,.13); border-radius: 0; -webkit-line-clamp: unset; }
.xs-topic-summary-meta { display: none; }
.xs-topic-signals { margin-top: 12px; padding: 12px; }
.xs-signal-panel__head { align-items: flex-start; }
body.qmw-inner .xs-signal-panel__title { font-size: 16px; line-height: 23px; }
.xs-signal-panel__count { line-height: 21px; }
.xs-signal-panel__description { margin: 7px 0 10px; font-size: 12px; line-height: 20px; }
.xs-signal-panel__links { gap: 7px; }
.xs-signal-panel__links > a, .xs-signal-panel__links > span { min-width: 0; min-height: 31px; padding: 5px 7px; font-size: 12px; line-height: 19px; }
.xs-signal-panel__foot { margin-top: 10px; padding-top: 9px; }
.xs-topic-tabs { min-height: 46px; padding: 6px; }
.xs-topic-tabs a { height: 32px; padding: 0 13px; font-size: 13px; }
.xs-topic-news-list .xs-news-media-item { height: auto; }
.xs-topic-news-list .xs-news-media-thumb { width: 100%; height: auto; flex-basis: auto; }
.xs-topic-news-list .xs-news-media-body h3 { font-size: 15px; line-height: 21px; }
.xs-topic-introduction article, .xs-topic-introduction article * { font-size: 14px !important; line-height: 27px !important; }
.xs-prediction-facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.xs-prediction-facts > div { padding: 9px 10px; }
.xs-prediction-intro { font-size: 12px; line-height: 21px; }
.xs-prediction-analysis { padding: 11px 12px; }
.xs-category-hero { margin-bottom:13px; border-radius:10px; }
.xs-category-hero__title { min-height:92px; padding:13px; grid-template-columns:56px minmax(0,1fr); gap:11px; }
.xs-category-hero__title img { width:56px; height:56px; }
.xs-category-hero__title h1 { margin-bottom:4px; font-size:20px; line-height:28px; }
.xs-category-hero__title p { font-size:12px; line-height:19px; }
.xs-category-tabs { min-height:45px; padding:6px 8px; gap:6px; }
.xs-category-tabs a { height:31px; padding:0 12px; font-size:12px; }
.xs-rank-row { grid-template-columns:28px 30px minmax(0,1fr) 42px; padding-right:3px; padding-left:3px; font-size:12px; }

}

@media (max-width: 360px) {
    .xs-container, .xs-home-hot-games, .xs-home-match-section .xs-content-layout { width: calc(100% - 22px) !important; }
    .xs-content-layout, .xs-breadcrumb > .xs-container { width: calc(100% - 22px) !important; }
    .xs-home-hero__content { width: calc(100% - 24px) !important; }
    .xs-topic-summary { grid-template-columns: minmax(96px,36%) minmax(0,1fr); }
    .xs-topic-summary.is-expanded { grid-template-columns: 96px minmax(0,1fr); }
}
