﻿:root {
    --paper: #edf4f7;
    --paper-2: #fbfdff;
    --paper-3: #dbe7ee;
    --ink: #071725;
    --text: #1a2a39;
    --muted: #657686;
    --line: #b7c8d5;
    --magenta: #0db6d4;
    --cyan: #18d7ed;
    --yellow: #d9aa45;
    --orange: #c78b33;
    --green: #149b83;
    --blue: #183f70;
    --shadow: 0 20px 52px rgba(10, 31, 49, .14);
    --fold: rgba(0, 180, 214, .13);
    --radius: 8px;
    --wrap: 1220px;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    color: var(--text);
    background: linear-gradient(135deg, rgba(0, 194, 222, .09) 0 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(90deg, rgba(7, 23, 37, .045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(7, 23, 37, .032) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(122deg, rgba(255, 255, 255, .72), transparent 42%, rgba(24, 215, 237, .08) 72%, transparent),
    var(--paper);
    font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
}

.page-route-map {
    position: absolute;
    top: 72px;
    right: 0;
    z-index: 0;
    width: min(720px, 52vw);
    max-width: none;
    opacity: .18;
    pointer-events: none;
    user-select: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button {
    font: inherit;
}

.shell {
    width: min(var(--wrap), calc(100% - 28px));
    margin: 0 auto;
}

.site-header {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .9), transparent 34%, rgba(24, 215, 237, .14) 64%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(239, 247, 251, .94)),
    var(--paper-2);
    border-bottom: 1px solid rgba(7, 23, 37, .18);
    box-shadow: 0 12px 34px rgba(7, 23, 37, .12);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0 24%, var(--fold) 24.2% 24.5%, transparent 24.7% 52%, rgba(217, 170, 69, .14) 52.2% 52.5%, transparent 52.7%),
    linear-gradient(110deg, transparent 0 74%, rgba(24, 215, 237, .2) 74% 74.8%, transparent 75%);
}

.guide-strip {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .88);
    background: linear-gradient(90deg, #061421, #0c2538 48%, #071725);
    font-size: 13px;
}

.guide-strip-inner,
.masthead,
.footer-guide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.guide-strip-inner {
    min-height: 32px;
}

.guide-strip nav,
.nav-scroll,
.tag-ticket-row,
.filter-tabs,
.guide-tools,
.footer-guide nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-strip a {
    color: rgba(255, 255, 255, .82);
}

.masthead {
    position: relative;
    z-index: 1;
    min-height: 110px;
    padding: 18px 0;
    justify-content: flex-start;
}

.expo-pass {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: min(420px, 100%);
    min-height: 0;
    padding: 0;
    background: transparent;
    filter: none;
    text-decoration: none;
}

.bookmark-ticket::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -6px;
    width: 12px;
    background: radial-gradient(circle at 6px 8px, var(--paper-2) 0 4px, transparent 4.5px) 0 0 / 12px 16px;
}

.expo-pass::before {
    content: none;
}

.pass-art,
.ticket-art,
.corner-tabs-art,
.effect-sticker,
.admit-ticket img,
.bookmark-ticket img,
.footer-stamp {
    pointer-events: none;
    user-select: none;
}

.pass-art {
    position: static;
    inset: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 86px;
    object-fit: contain;
}

.expo-pass span,
.expo-pass strong,
.expo-pass em,
.title-lockup,
.event-ticket,
.corner-tabs-art {
    display: none;
}

.event-ticket::before,
.event-ticket::after {
    content: none;
    position: absolute;
    top: 14px;
    bottom: 14px;
    width: 8px;
    background: radial-gradient(circle at 4px 5px, transparent 0 4px, var(--cyan) 4.4px) 0 0 / 8px 15px;
}

.event-ticket::before {
    left: -6px;
}

.event-ticket::after {
    right: -6px;
    transform: scaleX(-1);
}

.ticket-art {
    position: absolute;
    inset: -16px -18px;
    z-index: -1;
    width: calc(100% + 36px);
    height: calc(100% + 32px);
    max-width: none;
    object-fit: fill;
}

.event-ticket span,
.event-ticket em {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--muted);
    font-style: normal;
    font-weight: 800;
}

.event-ticket strong {
    position: relative;
    z-index: 1;
    display: block;
    margin: 4px 0;
    color: var(--ink);
    font-size: 24px;
    line-height: 1.1;
}

.event-ticket em {
    color: var(--magenta);
    font-size: 13px;
}

.corner-tabs-art {
    position: absolute;
    right: -42px;
    bottom: 18px;
    z-index: 2;
    width: 54px;
    opacity: .94;
}

.main-nav {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--line);
    background: rgba(251, 253, 255, .9);
}

.nav-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.nav-scroll::-webkit-scrollbar {
    display: none;
}

.nav-scroll a {
    min-width: 116px;
    min-height: 48px;
    display: grid;
    place-items: center;
    border-left: 1px dashed var(--line);
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.nav-scroll a:last-child {
    border-right: 1px dashed var(--line);
}

.nav-scroll a.active,
.nav-scroll a:hover {
    color: #fff;
    background: var(--magenta);
}

.page {
    position: relative;
    z-index: 1;
    padding: 18px 0 34px;
}

.guide-panel {
    position: relative;
    isolation: isolate;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(90deg, transparent 0 49.7%, rgba(24, 215, 237, .08) 49.9% 50.1%, transparent 50.3%),
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(238, 247, 251, .86)),
    var(--paper-2);
    box-shadow: var(--shadow);
}

.guide-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, transparent 0 82%, rgba(24, 215, 237, .1) 82% 83%, transparent 83.2%),
    linear-gradient(90deg, rgba(255, 255, 255, .36), transparent 18%, transparent 82%, rgba(255, 255, 255, .22));
}

.guide-panel > :not(.effect-sticker) {
    position: relative;
    z-index: 2;
}

.effect-sticker {
    position: absolute;
    z-index: 1;
    max-width: none;
}

.panel-paper-art {
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
    border-radius: inherit;
}

.tape-sticker {
    z-index: 4;
    width: 154px;
    opacity: .9;
    mix-blend-mode: multiply;
}

.section-title,
.small-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.section-title {
    min-height: 54px;
    padding: 0 16px;
    border-bottom: 1px solid var(--line);
}

.section-title > div {
    flex: 1 1 auto;
    min-width: 0;
}

.section-title h2,
.small-head h2 {
    margin: 0;
    color: var(--ink);
    font-weight: 900;
    line-height: 1.1;
}

.section-title h2 {
    font-size: 22px;
}

.section-title em {
    display: block;
    color: var(--magenta);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.section-title > a,
.small-head > a,
.more-pill {
    flex: 0 0 auto;
    padding: 5px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 800;
}

.pin-mark {
    flex: 0 0 auto;
    width: 10px;
    height: 28px;
    border-radius: 3px;
    background: var(--magenta);
    box-shadow: 0 0 0 3px rgba(223, 47, 114, .12);
}

.pin-mark.cyan {
    background: var(--cyan);
    box-shadow: 0 0 0 3px rgba(46, 184, 194, .14);
}

.pin-mark.yellow {
    background: var(--yellow);
    box-shadow: 0 0 0 3px rgba(244, 189, 71, .18);
}

.pin-mark.black {
    background: var(--ink);
}

.hot-panel {
    padding-bottom: 14px;
}

.hot-panel .tape-magenta {
    top: -20px;
    left: 18px;
    transform: rotate(-2deg);
}

.map-stamp-art {
    right: 16px;
    bottom: 18px;
    width: 96px;
    opacity: .68;
    transform: rotate(-10deg);
}

.guide-panel > .map-stamp-copy {
    position: absolute;
    right: 43px;
    bottom: 52px;
    z-index: 4;
    color: var(--ink);
    font-size: 11px;
    font-weight: 900;
    transform: rotate(-10deg);
    pointer-events: none;
}

.hot-booths {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
}

.booth-mini,
.booth-card,
.app-booth,
.route-card,
.app-route-grid a,
.rank-board,
.tool-ticket {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .7);
}

.booth-mini {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 6px;
    min-height: 122px;
    padding: 14px;
    text-align: center;
}

.booth-mini b,
.booth-card b,
.app-booth b {
    justify-self: start;
    padding: 2px 7px;
    border-radius: 4px;
    color: var(--blue);
    background: rgba(46, 184, 194, .16);
    font-size: 12px;
    line-height: 1.2;
}

.booth-mini img,
.booth-card img,
.app-booth img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    object-fit: cover;
}

.booth-mini strong,
.booth-card h3,
.app-booth strong,
.route-card strong,
.app-route-grid strong,
.update-list a,
.top-downloads a,
.article-list a,
.rank-board a {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.booth-mini strong {
    width: 100%;
    color: var(--ink);
    font-size: 12px;
}

.booth-mini span {
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
}

.tag-ticket-row {
    position: relative;
    z-index: 1;
    margin: 0 16px;
    padding: 14px 0 0;
    border-top: 1px dashed var(--line);
}

.tag-ticket-row b {
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    background: var(--magenta);
}

.tag-ticket-row a {
    position: relative;
    min-height: 30px;
    padding: 6px 13px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fffaf0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.tag-ticket-row a::before,
.tag-ticket-row a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--paper-2);
    transform: translateY(-50%);
}

.tag-ticket-row a::before {
    left: -5px;
}

.tag-ticket-row a::after {
    right: -5px;
}

.hero-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
    gap: 14px;
    margin-top: 16px;
}

.stage-swiper {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: 330px;
    overflow: hidden;
}

.stage-swiper .tape-cyan {
    top: -18px;
    left: 24px;
    width: 196px;
    transform: rotate(-3deg);
}

.swiper-wrapper,
.swiper-slide,
.hero-map-grid > * {
    min-width: 0;
}

.stage-slide {
    position: relative;
    overflow: hidden;
}

.stage-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stage-copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: center;
    padding: 16px;
    border-radius: var(--radius);
    color: #fff;
    background: rgba(20, 23, 29, .82);
    backdrop-filter: blur(8px);
}

.stage-copy span {
    grid-column: 1 / -1;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
}

.stage-copy b {
    grid-row: 2 / span 2;
    display: grid;
    place-items: center;
    min-height: 62px;
    border: 2px dashed rgba(255, 255, 255, .72);
    color: #fff;
    background: var(--blue);
    font-size: 22px;
}

.stage-copy h2 {
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.stage-copy p {
    min-width: 0;
    margin: 0;
    color: rgba(255, 255, 255, .86);
}

.stage-copy em {
    grid-column: 3;
    grid-row: 2 / span 2;
    padding: 8px 16px;
    border-radius: 999px;
    color: #fff;
    background: var(--magenta);
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.stage-dots .swiper-pagination-bullet {
    width: 18px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    opacity: 1;
}

.stage-dots .swiper-pagination-bullet-active {
    background: var(--magenta);
}

.schedule-card,
.update-card,
.top-card {
    padding: 14px;
}

.small-tape {
    top: -18px;
    right: 28px;
    width: 136px;
    transform: rotate(2deg);
}

.mini-tape {
    top: -15px;
    left: 22px;
    width: 126px;
    transform: rotate(-2deg);
}

.small-head {
    min-height: 34px;
    border-bottom: 1px solid var(--line);
}

.small-head h2 {
    font-size: 17px;
}

.schedule-list,
.update-list,
.top-downloads,
.article-list,
.rank-board ol {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.schedule-list {
    padding: 12px 0;
}

.schedule-list li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 38px;
    gap: 8px;
    align-items: center;
    min-height: 34px;
    border-bottom: 1px dashed var(--line);
}

.schedule-list time {
    color: var(--orange);
    font-weight: 900;
}

.schedule-list a {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.schedule-list span {
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

.admit-ticket {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 4px;
    color: #fff;
    background: transparent;
    font-weight: 900;
    text-align: center;
    filter: drop-shadow(2px 3px 0 rgba(30, 33, 29, .14));
    isolation: isolate;
}

.admit-ticket img {
    position: absolute;
    inset: -7px -8px;
    z-index: -1;
    width: calc(100% + 16px);
    height: calc(100% + 14px);
    max-width: none;
    object-fit: fill;
}

.admit-ticket span {
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(30, 33, 29, .28);
}

.update-card,
.top-card {
    min-width: 0;
}

.update-list {
    padding-top: 10px;
}

.update-list li {
    display: grid;
    grid-template-columns: 28px 64px minmax(0, 1fr) 44px 54px;
    gap: 8px;
    align-items: center;
    min-height: 36px;
    border-bottom: 1px dashed var(--line);
}

.update-list img,
.top-downloads img,
.rank-board img {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    object-fit: cover;
}

.update-list span {
    color: var(--magenta);
    font-size: 12px;
    font-weight: 800;
}

.update-list time {
    color: var(--muted);
    font-size: 12px;
}

.update-list em {
    color: var(--green);
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

.top-downloads {
    counter-reset: topDownloads;
    padding-top: 10px;
}

.top-downloads li {
    display: grid;
    grid-template-columns: 28px 30px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px dashed var(--line);
    counter-increment: topDownloads;
}

.top-downloads li::before {
    content: counter(topDownloads);
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--yellow);
    font-weight: 900;
}

.top-downloads li:nth-child(-n + 3)::before {
    background: var(--orange);
}

.top-downloads span {
    grid-column: 3;
    color: var(--muted);
    font-size: 12px;
}

.entry-stamp-art {
    right: 12px;
    bottom: 10px;
    width: 86px;
    opacity: .2;
    transform: rotate(8deg);
}

.shelf-section,
.app-section,
.content-grid,
.rank-matrix,
.guide-tools {
    margin-top: 16px;
}

.corner-index-art {
    right: -24px;
    top: 76px;
    z-index: 4;
    width: 54px;
    filter: drop-shadow(0 4px 8px rgba(47, 38, 20, .18));
}

.panel-corner-tape {
    top: -17px;
    right: 80px;
    width: 146px;
    transform: rotate(2deg);
}

.with-filter {
    align-items: center;
}

.filter-tabs {
    justify-content: flex-end;
}

.filter-tabs button,
.guide-tabs .tabs-title > a {
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    background: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.filter-tabs button.active,
.filter-tabs button:hover,
.guide-tabs .tabs-title > a:focus,
.guide-tabs .tabs-title > a[aria-selected="true"] {
    color: #fff;
    border-color: var(--magenta);
    background: var(--magenta);
}

.booth-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 16px;
}

.booth-card {
    display: block;
    flex: 0 0 calc((100% - 60px) / 6);
    width: calc((100% - 60px) / 6);
    min-height: 256px;
    margin: 0;
    padding: 14px;
    color: inherit;
    text-decoration: none;
}

.shelf-section .booth-grid > .booth-card {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
}

.booth-card img {
    width: 100%;
    height: 94px;
    margin-top: 10px;
    border-radius: var(--radius);
}

.booth-card h3 {
    margin: 10px 0 5px;
    color: var(--ink);
    font-size: 15px;
}

.booth-card p {
    display: -webkit-box;
    min-height: 42px;
    margin: 0 0 8px;
    overflow: hidden;
    color: var(--muted);
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.booth-card span {
    display: block;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
}

.booth-card .card-action,
.app-booth em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    min-height: 30px;
    margin-top: 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--magenta);
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
}

.guide-tabs {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    margin: 14px 16px 0;
    border: 0;
    background: transparent;
}

.guide-tabs-content {
    position: relative;
    z-index: 1;
    border: 0;
    background: transparent;
}

.guide-tabs-content .tabs-panel {
    padding: 14px 16px 16px;
}

.app-booth-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.app-booth {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
    min-height: 104px;
    padding: 14px;
}

.app-booth b {
    grid-column: 1;
    grid-row: 1;
}

.app-booth img {
    grid-column: 1;
    grid-row: 2 / span 2;
}

.app-booth strong {
    color: var(--ink);
}

.app-booth span {
    color: var(--muted);
    font-size: 13px;
}

.app-booth em {
    grid-column: 3;
    grid-row: 1 / span 3;
    align-self: center;
    margin-top: 0;
    white-space: nowrap;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(255px, .75fr) minmax(255px, .75fr);
    gap: 14px;
}

.news-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
}

.news-feature {
    display: block;
    min-width: 0;
}

.news-feature img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius);
    object-fit: cover;
}

.news-feature strong {
    display: block;
    margin-top: 10px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.35;
}

.news-feature span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
}

.article-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px 68px;
    gap: 8px;
    align-items: center;
    min-height: 36px;
    border-bottom: 1px dashed var(--line);
}

.article-list time {
    color: var(--muted);
    font-size: 12px;
}

.article-list em {
    padding: 3px 6px;
    border-radius: 4px;
    color: var(--blue);
    background: rgba(46, 184, 194, .12);
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.route-cards {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.route-panel {
    overflow: hidden;
}

.route-lines-art {
    left: -80px;
    right: auto;
    bottom: -82px;
    width: 520px;
    opacity: .18;
    transform: rotate(-7deg);
}

.route-lines-art.alt {
    left: auto;
    right: -20px;
    bottom: -72px;
    width: 420px;
    transform: rotate(6deg);
}

.route-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
}

.route-card > img {
    width: 112px;
    height: 78px;
    grid-row: 1 / span 3;
    border-radius: var(--radius);
    object-fit: cover;
}

.route-card strong {
    align-self: end;
    color: var(--ink);
}

.route-card span {
    color: var(--muted);
    font-size: 12px;
}

.route-card i {
    display: flex;
    gap: 4px;
    font-style: normal;
}

.route-card i img {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    object-fit: cover;
}

.app-route-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
}

.app-route-grid a {
    display: grid;
    justify-items: center;
    gap: 7px;
    min-height: 128px;
    padding: 14px;
    text-align: center;
}

.app-route-grid img {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    object-fit: cover;
}

.app-route-grid span {
    color: var(--muted);
    font-size: 12px;
}

.rank-matrix {
    padding-bottom: 16px;
}

.rank-tape {
    top: -18px;
    right: 24px;
    width: 160px;
    transform: rotate(3deg);
}

.rank-columns {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 16px 16px 0;
}

.rank-board {
    padding: 14px;
}

.rank-board h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 17px;
}

.rank-board ol {
    counter-reset: boardRank;
}

.rank-board li {
    display: grid;
    grid-template-columns: 26px 30px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 36px;
    border-bottom: 1px dashed var(--line);
    counter-increment: boardRank;
}

.rank-board li::before {
    content: counter(boardRank);
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--cyan);
    font-size: 12px;
    font-weight: 900;
}

.rank-board li.no-icon,
.rank-board li:not(:has(img)) {
    grid-template-columns: 26px minmax(0, 1fr) auto;
}

.rank-board span {
    color: var(--magenta);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.friend-link-panel {
    padding: 16px;
}

.friend-link-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.friend-link-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 2px solid var(--ink);
    background: rgba(255, 255, 255, .78);
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 3px 3px 0 rgba(23, 24, 28, .16);
}

.guide-tools {
    align-items: stretch;
    padding: 14px;
}

.tool-ticket {
    flex: 1 1 150px;
    display: grid;
    gap: 4px;
    min-height: 70px;
    padding: 14px;
    color: var(--ink);
    background: rgba(46, 184, 194, .16);
}

.tool-ticket strong {
    font-size: 16px;
}

.tool-ticket span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.bookmark-ticket {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 128px;
    min-height: 74px;
    padding: 14px 18px;
    color: #fff;
    background: transparent;
    font-weight: 900;
    filter: drop-shadow(2px 4px 0 rgba(30, 33, 29, .18));
    isolation: isolate;
}

.bookmark-ticket::before {
    content: none;
}

.bookmark-ticket img {
    position: absolute;
    inset: -18px 0 -20px;
    z-index: -1;
    width: 100%;
    height: calc(100% + 38px);
    max-width: none;
    object-fit: fill;
}

.bookmark-ticket span {
    position: relative;
    z-index: 1;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}

.site-footer {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .85);
    background: var(--ink);
}

.footer-guide {
    position: relative;
    min-height: 104px;
    padding: 20px 0;
}

.footer-guide p {
    margin: 0;
}

.footer-guide a {
    color: #fff;
}

.footer-guide span {
    padding: 10px 14px;
    color: var(--ink);
    background: var(--cyan);
    font-weight: 900;
}

.footer-stamp {
    position: absolute;
    right: -36px;
    bottom: 10px;
    width: 96px;
    opacity: .68;
    transform: rotate(-14deg);
}

/* Premium tech skin for 极趣云盒: color, light, and material only. */
.logo-img {
    filter: drop-shadow(0 10px 18px rgba(7, 23, 37, .13));
}

.page-route-map,
.panel-paper-art,
.route-lines-art,
.page-title-block::after {
    filter: saturate(.42) hue-rotate(148deg) brightness(1.08);
}

.page-route-map {
    opacity: .1;
}

.effect-sticker:not(.panel-paper-art):not(.route-lines-art) {
    filter: saturate(.68) hue-rotate(142deg) brightness(1.02);
}

.tape-sticker {
    opacity: .22;
    mix-blend-mode: multiply;
}

.panel-paper-art {
    opacity: .08;
}

.nav-scroll a {
    border-color: rgba(7, 23, 37, .12);
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.nav-scroll a.active,
.nav-scroll a:hover {
    color: #fff;
    background: linear-gradient(135deg, #082033, #0a7d98 58%, #18d7ed);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 8px 18px rgba(13, 182, 212, .18);
}

.guide-panel,
.booth-mini,
.booth-card,
.app-booth,
.route-card,
.app-route-grid a,
.rank-board,
.tool-ticket,
.article-row,
.rank-table li,
.collection-card {
    border-color: rgba(7, 23, 37, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(242, 249, 252, .82));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 12px 28px rgba(7, 23, 37, .08);
}

.guide-panel {
    backdrop-filter: blur(8px);
}

.section-title,
.small-head {
    border-color: rgba(7, 23, 37, .12);
}

.section-title em,
.update-list span,
.rank-board span {
    color: var(--magenta);
}

.pin-mark,
.tag-ticket-row b,
.booth-card .card-action,
.app-booth em,
.stage-copy em,
.pager .active,
.rank-table i {
    background: linear-gradient(135deg, #0aa7c5, #18d7ed);
}

.pin-mark.yellow,
.top-downloads li::before,
.top-downloads li:nth-child(-n + 3)::before,
.download-state--ios,
.line-button,
.rank-table b,
.page-title-block .label-code,
.label-code {
    background: linear-gradient(135deg, #f3cf78, var(--yellow));
}

.pin-mark.black {
    background: var(--ink);
}

.pin-mark.cyan {
    background: var(--cyan);
}

.booth-mini b,
.booth-card b,
.app-booth b,
.article-list em {
    color: #0b6780;
    background: rgba(24, 215, 237, .12);
}

.tag-ticket-row a,
.filter-tabs button,
.guide-tabs .tabs-title > a,
.more-pill,
.section-title > a,
.small-head > a,
.pager a,
.pager span,
.sitemap-row a,
.about-tabs a,
.filter-tabs.rank-board-tabs a {
    border-color: rgba(7, 23, 37, .16);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 4px 12px rgba(7, 23, 37, .05);
}

.tag-ticket-row a::before,
.tag-ticket-row a::after {
    background: var(--paper-2);
}

.filter-tabs button.active,
.filter-tabs button:hover,
.guide-tabs .tabs-title > a:focus,
.guide-tabs .tabs-title > a[aria-selected="true"],
.tag-ticket-row a.active,
.filter-tabs a.active {
    color: #fff;
    border-color: rgba(24, 215, 237, .48);
    background: linear-gradient(135deg, #071725, #0c6984 65%, #18d7ed);
}

.stage-copy {
    border: 1px solid rgba(24, 215, 237, .28);
    background: linear-gradient(135deg, rgba(6, 20, 33, .90), rgba(12, 49, 73, .86));
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.stage-copy b {
    border-style: solid;
    border-color: rgba(255, 255, 255, .64);
    background: linear-gradient(135deg, #102f52, #0a7892);
}

.stage-dots .swiper-pagination-bullet-active,
.screenshot-dots .swiper-pagination-bullet-active {
    background: var(--cyan);
}

.download-state {
    border-color: rgba(7, 23, 37, .72);
    background: linear-gradient(135deg, #0db6d4, #18d7ed);
    box-shadow: 5px 5px 0 rgba(7, 23, 37, .82);
}

.download-state.is-disabled {
    background: #d9e1e6;
}

.site-footer {
    background: linear-gradient(90deg, #061421, #0b2a40 52%, #071725);
}

.footer-guide span {
    color: #061421;
    background: linear-gradient(135deg, #18d7ed, #f3cf78);
}

@media (max-width: 1120px) {
    .hot-booths {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hero-map-grid,
    .content-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stage-swiper,
    .news-panel {
        grid-column: 1 / -1;
    }

    .booth-card {
        flex-basis: calc((100% - 24px) / 3);
        width: calc((100% - 24px) / 3);
    }

    .app-booth-grid,
    .rank-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .page-route-map {
        display: none;
    }

    .corner-tabs-art,
    .corner-index-art,
    .map-stamp-art,
    .map-stamp-copy,
    .footer-stamp {
        display: none;
    }

    .tape-sticker {
        width: 112px;
    }

    .hot-panel .tape-magenta,
    .stage-swiper .tape-cyan,
    .mini-tape {
        left: 14px;
    }

    .small-tape,
    .panel-corner-tape,
    .rank-tape {
        right: 16px;
    }

    .shell {
        width: min(100% - 20px, var(--wrap));
    }

    .guide-strip-inner,
    .footer-guide {
        align-items: flex-start;
        flex-direction: column;
    }

    .guide-strip-inner {
        flex-direction: row;
        min-height: 36px;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .guide-strip-inner::-webkit-scrollbar {
        display: none;
    }

    .guide-strip nav {
        flex: 0 0 auto;
        flex-wrap: nowrap;
    }

    .masthead {
        min-height: 82px;
        padding: 16px 0;
    }

    .expo-pass {
        width: min(320px, 100%);
        min-height: 0;
    }

    .pass-art {
        max-height: 66px;
    }

    .title-lockup h1 {
        font-size: 40px;
    }

    .title-lockup p {
        letter-spacing: 1px;
    }

    .event-ticket {
        grid-column: 1 / -1;
        width: 100%;
        flex-basis: auto;
        padding: 17px 20px;
    }

    .nav-scroll a {
        min-width: 98px;
        min-height: 44px;
        font-size: 14px;
    }

    .section-title {
        align-items: flex-start;
        min-height: 0;
        padding: 12px;
    }

    .with-filter {
        flex-direction: column;
    }

    .filter-tabs {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .hot-booths {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 12px;
    }

    .booth-mini {
        min-height: 116px;
        padding: 12px;
    }

    .booth-mini img,
    .booth-card img,
    .app-booth img {
        width: 50px;
        height: 50px;
    }

    .tag-ticket-row {
        margin: 0 12px;
    }

    .hero-map-grid,
    .content-grid,
    .news-layout,
    .app-booth-grid,
    .rank-columns {
        grid-template-columns: 1fr;
    }

    .stage-swiper {
        height: 360px;
    }

    .stage-copy {
        left: 12px;
        right: 12px;
        bottom: 12px;
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 12px;
    }

    .stage-copy b {
        min-height: 48px;
        font-size: 17px;
    }

    .stage-copy h2 {
        font-size: 20px;
    }

    .stage-copy em {
        grid-column: 2;
        grid-row: auto;
        justify-self: start;
    }

    .schedule-card,
    .update-card,
    .top-card {
        padding: 12px;
    }

    .entry-stamp-art {
        width: 72px;
        opacity: .14;
    }

    .update-list li {
        grid-template-columns: 28px 58px minmax(0, 1fr);
    }

    .update-list time,
    .update-list em {
        display: none;
    }

    .booth-grid {
        padding: 12px;
    }

    .booth-card {
        flex-basis: calc((100% - 12px) / 2);
        width: calc((100% - 12px) / 2);
        min-height: 244px;
        padding: 12px;
    }

    .guide-tabs {
        margin: 12px 12px 0;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .guide-tabs-content .tabs-panel {
        padding: 12px;
    }

    .app-booth {
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 12px;
    }

    .app-booth img {
        width: 58px;
        height: 58px;
    }

    .app-booth em {
        grid-column: 2;
        grid-row: auto;
        justify-self: start;
    }

    .route-lines-art {
        width: 430px;
        opacity: .13;
    }

    .news-layout,
    .route-cards,
    .app-route-grid,
    .rank-columns {
        padding: 12px;
    }

    .article-list li {
        grid-template-columns: minmax(0, 1fr) 44px;
    }

    .article-list em {
        display: none;
    }

    .route-card {
        grid-template-columns: 90px minmax(0, 1fr);
        padding: 12px;
    }

    .route-card > img {
        width: 90px;
        height: 72px;
    }

    .app-route-grid {
        grid-template-columns: 1fr;
    }

    .rank-board {
        padding: 12px;
    }

    .rank-board li {
        grid-template-columns: 24px 28px minmax(0, 1fr);
    }

    .rank-board li:not(:has(img)) {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .rank-board span {
        display: none;
    }
}

@media (max-width: 430px) {
    .expo-pass {
        filter: none;
    }

    .ticket-art {
        inset: -13px -14px;
        width: calc(100% + 28px);
        height: calc(100% + 26px);
    }

    .stage-swiper {
        height: 320px;
    }

    .hot-booths {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .booth-mini {
        gap: 4px;
        min-height: 120px;
        padding: 12px;
    }

    .booth-mini b {
        padding: 1px 5px;
        font-size: 10px;
    }

    .booth-mini img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .booth-mini strong {
        font-size: 11px;
    }

    .booth-mini span {
        font-size: 10px;
    }

    .tag-ticket-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding-top: 10px;
        scrollbar-width: none;
    }

    .tag-ticket-row::-webkit-scrollbar {
        display: none;
    }

    .tag-ticket-row b,
    .tag-ticket-row a {
        flex: 0 0 auto;
    }

    .booth-grid {
        gap: 10px;
    }

    .booth-card {
        flex-basis: 100%;
        width: 100%;
    }
}

/* YYCMS dynamic inner pages for project6 */
.inner-page {
    padding-top: 24px;
}

.breadcrumb-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb-line a {
    color: var(--ink);
    font-weight: 800;
}

.breadcrumb-line a::after {
    content: '/';
    margin-left: 10px;
    color: var(--muted);
}

.page-title-block {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 28px;
    min-height: 178px;
}

.page-title-block::after {
    content: "";
    position: absolute;
    left: auto;
    right: 26px;
    top: 56%;
    bottom: auto;
    z-index: 1;
    width: min(54%, 620px);
    height: 260%;
    background: url("../image/effects/channel-title-art.png?v=20260618b") right center / contain no-repeat;
    opacity: .9;
    transform: translateY(-50%);
    pointer-events: none;
}

.page-title-block .label-code, .label-code {
    position: relative;
    display: inline-flex;
    width: max-content;
    padding: 4px 10px;
    border: 2px solid var(--ink);
    background: var(--yellow);
    box-shadow: 3px 3px 0 var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.page-title-block h1 {
    position: relative;
    margin: 12px 0 0;
    font-size: 28px;
    line-height: 1.15;
}

.page-title-block p {
    position: relative;
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.category-panel {
    margin-bottom: 20px;
    padding: 18px 20px;
}

.category-panel .tag-ticket-row {
    margin: 0;
}

.tag-ticket-row a.active, .filter-tabs a.active {
    background: var(--ink);
    color: #fff;
}

.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 24px 0 0;
}

.pager a, .pager span {
    min-width: 38px;
    padding: 8px 12px;
    border: 2px solid var(--ink);
    background: #fff;
    color: var(--ink);
    text-align: center;
    font-weight: 900;
    box-shadow: 3px 3px 0 rgba(23, 24, 28, .18);
}

.pager .active {
    background: var(--magenta);
    color: #fff;
}

.pager .disabled {
    opacity: .45;
}

.detail-hero-grid, .detail-content-grid, .content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
    margin-bottom: 24px;
}

.detail-main-card, .download-card, .module-block, .side-card, .news-article, .article-list-board {
    padding: 22px;
}

.detail-identity {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.detail-identity img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    border: 3px solid var(--ink);
    border-radius: 18px;
    box-shadow: 5px 5px 0 var(--ink);
}

.detail-identity h1 {
    margin: 12px 0 8px;
    font-size: 26px;
    line-height: 1.2;
}

.detail-identity p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.info-matrix, .apk-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 0;
}

.info-matrix div, .apk-info-grid div {
    padding: 12px;
    border: 2px dashed rgba(23, 24, 28, .28);
    background: rgba(255, 255, 255, .72);
}

.info-matrix dt, .apk-info-grid dt {
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.info-matrix dd, .apk-info-grid dd {
    margin: 0;
    font-weight: 900;
    word-break: break-all;
}

.download-state-grid {
    display: grid;
    gap: 12px;
}

.download-state {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 3px solid var(--ink);
    background: var(--cyan);
    color: var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    font-weight: 900;
    text-decoration: none;
}

.download-state--ios {
    background: var(--yellow);
}

.download-state small {
    color: rgba(23, 24, 28, .7);
}

.download-state.is-disabled {
    background: #d8d8d8;
    color: #777;
    box-shadow: none;
}

.download-state.is-disabled small {
    color: inherit;
}

.mobile-download-slot {
    display: grid;
    min-width: 0;
}

.module-block h2,
.side-card h2,
.download-card h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.25;
}

.apk-card .apk-info-grid {
    grid-template-columns: 1fr;
}

.apk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.apk-actions .line-button {
    min-height: 36px;
    border-radius: 10px;
    cursor: pointer;
}

.permission-trigger {
    font: inherit;
}

.permission-box {
    margin-top: 18px;
    padding: 12px;
    border: 2px dashed rgba(23, 24, 28, .3);
    background: rgba(255, 255, 255, .75);
}

.permission-box summary {
    cursor: pointer;
    font-weight: 900;
}

.permission-box p {
    margin: 10px 0 0;
    display: grid;
    gap: 2px;
    color: var(--muted);
}

.screenshot-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.screenshot-strip img,
.screenshot-swiper img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border: 3px solid var(--ink);
    border-radius: 18px;
    background: #fff;
    box-shadow: 8px 8px 0 rgba(23, 24, 28, .18);
}

.screenshot-swiper {
    width: 100%;
    overflow: hidden;
    padding: 12px 0 34px;
}

.screenshot-swiper .swiper-wrapper {
    align-items: flex-start;
}

.screenshot-swiper .swiper-slide {
    width: min(230px, 72vw);
    height: auto;
}

.screenshot-dots {
    bottom: 0 !important;
}

.screenshot-dots .swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    border-radius: 0;
    background: var(--ink);
    opacity: .28;
}

.screenshot-dots .swiper-pagination-bullet-active {
    background: var(--magenta);
    opacity: 1;
}

.rich-text {
    color: var(--ink);
    line-height: 1.9;
    overflow: hidden;
}

.rich-text h3 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 24px 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px dashed rgba(23, 24, 28, .24);
    font-size: 19px;
    line-height: 1.35;
}

.rich-text h3::before {
    content: '';
    flex: 0 0 48px;
    width: 48px;
    height: 18px;
    background: url('../image/effects/content-h3-accent.png') center / contain no-repeat;
    transform: rotate(-2deg);
}

.rich-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 14px auto;
}

.side-stack {
    display: grid;
    gap: 18px;
}

.compact-rank, .side-news {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.compact-rank li {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.compact-rank img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 2px solid var(--ink);
    border-radius: 10px;
}

.compact-rank a, .side-news a {
    color: var(--ink);
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compact-rank span, .side-news time {
    grid-column: 2;
    color: var(--muted);
    font-size: 12px;
}

.side-news li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px dashed rgba(23, 24, 28, .2);
    padding-bottom: 10px;
}

.article-feed {
    display: grid;
    gap: 16px;
}

.article-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    border: 2px solid rgba(23, 24, 28, .2);
    background: rgba(255, 255, 255, .74);
}

.article-row img {
    width: 150px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 2px solid var(--ink);
}

.article-row span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.article-row h2 {
    margin: 6px 0;
    font-size: 18px;
}

.article-row h2 a {
    color: var(--ink);
}

.article-row p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.collection-list {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
}

.collection-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    color: inherit;
    text-decoration: none;
}

.collection-card > img {
    width: 220px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 3px solid var(--ink);
}

.collection-card h2 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 20px;
}

.collection-card h2 a {
    color: var(--ink);
}

.collection-body p, .collection-meta {
    color: var(--muted);
    line-height: 1.7;
}

.collection-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 800;
}

.line-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    border: 3px solid var(--ink);
    background: var(--yellow);
    color: var(--ink);
    font-weight: 900;
    box-shadow: 4px 4px 0 var(--ink);
}

.rank-table {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.rank-table li {
    display: grid;
    grid-template-columns: 42px 58px minmax(0, 1fr) 64px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 2px solid var(--ink);
    background: rgba(255, 255, 255, .78);
}

.rank-table i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--magenta);
    color: #fff;
    font-style: normal;
    font-weight: 900;
}

.rank-table img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border: 2px solid var(--ink);
    border-radius: 12px;
}

.rank-table a {
    color: var(--ink);
    font-weight: 900;
}

.rank-table span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}

.rank-table b {
    justify-self: end;
    padding: 4px 8px;
    border: 2px solid var(--ink);
    background: var(--yellow);
}

.sitemap-stack {
    display: grid;
    gap: 16px;
}

.sitemap-row {
    padding: 18px;
}

.sitemap-row h2 {
    margin: 0 0 12px;
    font-size: 20px;
}

.sitemap-row div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sitemap-row a, .about-tabs a, .filter-tabs.rank-board-tabs a {
    display: inline-flex;
    padding: 7px 12px;
    border: 2px solid var(--ink);
    background: #fff;
    color: var(--ink);
    font-weight: 900;
}

.about-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.error-panel {
    max-width: 720px;
    margin: 80px auto;
    padding: 34px;
    text-align: center;
}

.error-panel h1 {
    font-size: 30px;
    margin: 14px 0 8px;
}

.permission-modal {
    border: 3px solid var(--ink);
    border-radius: 18px;
    background: rgba(255, 250, 236, .98);
    box-shadow: 10px 10px 0 rgba(23, 24, 28, .2);
}

.permission-modal.is-open {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1007;
    width: min(640px, calc(100% - 32px));
    max-height: calc(100vh - 40px);
    padding: 22px;
    overflow: auto;
    transform: translate(-50%, -50%);
}

.permission-modal-open body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 1006;
    background: rgba(23, 24, 28, .38);
}

.permission-modal h2 {
    margin: 0 42px 10px 0;
    font-size: 21px;
}

.permission-modal .close-button {
    top: 12px;
    right: 14px;
    color: var(--ink);
    font-size: 30px;
    line-height: 1;
}

.permission-note,
.permission-empty {
    color: var(--muted);
    line-height: 1.8;
}

.permission-list {
    display: grid;
    gap: 10px;
    max-height: 320px;
    margin: 16px 0 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.permission-list li {
    padding: 10px 12px;
    border: 2px dashed rgba(23, 24, 28, .24);
    background: rgba(255, 255, 255, .74);
    font-weight: 800;
}

@media (max-width: 900px) {
    .page-title-block {
        min-height: 150px;
    }

    .page-title-block::after {
        right: -34px;
        width: 72%;
        opacity: .48;
    }

    .page-title-block .label-code,
    .page-title-block h1,
    .page-title-block p {
        max-width: 58%;
    }

    .detail-hero-grid, .detail-content-grid, .content-grid {
        grid-template-columns: 1fr;
    }

    .info-matrix, .apk-info-grid, .screenshot-strip {
        grid-template-columns: 1fr 1fr;
    }

    .collection-card {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .collection-card > img {
        width: 120px;
    }

    .collection-card .line-button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .page-title-block {
        padding: 20px;
    }

    .page-title-block h1, .detail-identity h1 {
        font-size: 22px;
    }

    .detail-identity, .article-row {
        grid-template-columns: 1fr;
    }

    .detail-identity img {
        width: 96px;
        height: 96px;
    }

    .article-row img {
        width: 100%;
    }

    .info-matrix, .apk-info-grid, .screenshot-strip {
        grid-template-columns: 1fr;
    }

    .rank-table li {
        grid-template-columns: 34px 48px minmax(0, 1fr);
    }

    .rank-table b {
        grid-column: 3;
        justify-self: start;
    }
}

@media (min-width: 900px) {
    .shelf-section .booth-grid > .booth-card {
        flex: 0 0 calc((100% - 60px) / 6);
        width: calc((100% - 60px) / 6) !important;
    }
}

/* Mobile page stabilization */
@media (max-width: 760px) {
    .shell {
        width: calc(100% - 20px);
    }

    .guide-strip-inner {
        align-items: center;
    }

    .title-lockup h1 {
        font-size: 32px;
        line-height: 1.08;
    }

    .title-lockup p {
        font-size: 13px;
    }

    .event-ticket {
        display: none;
    }

    .nav-scroll a {
        min-width: 86px;
        min-height: 42px;
        font-size: 13px;
    }

    .page,
    .inner-page {
        padding-top: 14px;
    }

    .breadcrumb-line {
        gap: 6px;
        margin-bottom: 12px;
        font-size: 12px;
  }

    .page-title-block,
    .category-panel,
    .detail-main-card,
    .download-card,
    .module-block,
    .side-card,
    .news-article,
    .article-list-board,
    .collection-card,
    .sitemap-row {
        padding: 14px;
    }

    .detail-hero-grid,
    .detail-content-grid,
    .content-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .detail-identity {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 12px;
    }

    .detail-identity img {
        width: 78px;
        height: 78px;
        border-radius: 14px;
    }

    .detail-identity h1,
    .page-title-block h1 {
        font-size: 22px;
    }

    .info-matrix,
    .apk-info-grid,
    .screenshot-strip {
        grid-template-columns: 1fr !important;
    }

    .download-state {
        padding: 12px;
        border-width: 2px;
        box-shadow: 3px 3px 0 var(--ink);
    }

    .detail-page,
    .news-detail-page,
    .collection-detail-page {
        overflow-x: hidden;
  }

    .detail-page *,
    .news-detail-page *,
    .collection-detail-page * {
        max-width: 100%;
        min-width: 0;
  }

    .detail-page .detail-main-card,
    .detail-page .download-card,
    .detail-page .module-block,
    .detail-page .side-card,
    .news-detail-page .news-article,
    .news-detail-page .side-card,
    .collection-detail-page .module-block,
    .collection-detail-page .side-card {
        overflow: hidden;
    }

    .detail-page .detail-identity > div,
    .detail-page .download-state-grid,
    .detail-page .guide-panel,
    .detail-page .side-stack,
    .news-detail-page .guide-panel,
    .news-detail-page .side-stack,
    .collection-detail-page .guide-panel,
    .collection-detail-page .side-stack {
        min-width: 0;
    }

    .detail-page .detail-identity h1,
    .detail-page .detail-identity p,
    .detail-page .rich-text,
    .detail-page .content-text,
    .detail-page .info-matrix dd,
    .detail-page .apk-info-grid dd,
    .detail-page .download-state span,
    .detail-page .download-state small,
    .detail-page .compact-rank a,
    .detail-page .app-route-grid strong,
    .news-detail-page .news-article,
    .news-detail-page .compact-rank a,
    .collection-detail-page .rich-text,
    .collection-detail-page .content-text {
        overflow-wrap: anywhere;
        word-break: break-word;
  }

    .detail-page .download-state {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
  }

    .detail-page .screenshot-strip {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 10px;
        overflow-x: hidden;
        padding-bottom: 4px;
  }

    .detail-page .screenshot-strip img {
        width: 100%;
    }

    .detail-page .side-topic-grid,
    .detail-page .app-route-grid.side-topic-grid {
        grid-template-columns: 1fr !important;
    }

    .detail-page .app-route-grid.side-topic-grid a {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .inner-page .booth-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
  }

    .inner-page .booth-card {
        width: 100% !important;
        min-height: 0;
    }

    .collection-card {
        grid-template-columns: 1fr !important;
    }

    .collection-card > img {
        width: 100%;
    }

  .article-row {
      grid-template-columns: 1fr !important;
  }

    .article-row img {
        width: 100%;
  }

    .rank-table li {
        grid-template-columns: 34px 48px minmax(0, 1fr);
    }

    .rank-table b {
        grid-column: 3;
        justify-self: start;
    }

    .filter-tabs.rank-board-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .pager {
        gap: 6px;
    }

    .pager a,
    .pager span {
        min-width: 34px;
        padding: 7px 10px;
  }
}

@media (max-width: 430px) {
    .hot-booths {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

    .stage-swiper {
        height: 300px;
  }

    .stage-copy {
        grid-template-columns: 1fr;
    }

    .stage-copy b,
    .stage-copy em {
        grid-column: auto;
    }

    .detail-page .detail-identity {
        grid-template-columns: 1fr !important;
    }

    .detail-page .detail-identity img {
        width: 84px;
        height: 84px;
    }

    .detail-page .download-state {
        grid-template-columns: 1fr;
  }

    .detail-page .screenshot-strip img {
        width: 100%;
  }
}

/* Mobile list pages: games, apps, rankings */
@media (max-width: 760px) {
    .channel-page .category-panel,
    .channel-page .shelf-section,
    .rank-page .rank-matrix {
        overflow: hidden;
    }

    .channel-page .tag-ticket-row,
    .rank-page .rank-board-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin: 0;
        overflow-x: auto;
        padding: 2px 0 4px;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .rank-page .rank-board-tabs {
        justify-content: space-between;
        width: 100%;
    }

    .channel-page .tag-ticket-row::-webkit-scrollbar,
    .rank-page .rank-board-tabs::-webkit-scrollbar {
        display: none;
    }

    .channel-page .tag-ticket-row b,
    .channel-page .tag-ticket-row a,
    .rank-page .rank-board-tabs a {
        flex: 0 0 auto;
        min-width: max-content;
        white-space: nowrap;
    }

    .channel-page .shelf-section {
        padding: 14px;
    }

    .channel-page .shelf-section .booth-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 12px;
        padding: 0;
    }

    .channel-page .shelf-section .booth-grid > .booth-card {
        display: grid;
        grid-template-columns: 34px 58px minmax(0, 1fr);
        grid-template-areas:
      "num icon title"
      "num icon meta"
      ". icon desc"
      ". icon action";
        align-items: center;
        gap: 4px 10px;
        width: 100% !important;
        min-height: 0;
        padding: 12px;
        border: 2px solid var(--ink);
        background: rgba(255, 255, 255, .82);
        box-shadow: 3px 3px 0 rgba(23, 24, 28, .14);
    }

    .channel-page .booth-card b {
        grid-area: num;
        align-self: start;
        justify-self: center;
        min-width: 30px;
        text-align: center;
    }

    .channel-page .booth-card img {
        grid-area: icon;
        width: 58px;
        height: 58px;
        margin: 0;
        border: 2px solid var(--ink);
        border-radius: 14px;
    }

    .channel-page .booth-card h3 {
        grid-area: title;
        margin: 0;
        font-size: 15px;
        line-height: 1.35;
    }

    .channel-page .booth-card span {
        grid-area: meta;
        min-width: 0;
        overflow: hidden;
        color: var(--green);
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .channel-page .booth-card p {
        grid-area: desc;
        min-height: 0;
        margin: 0;
        font-size: 12px;
        line-height: 1.55;
    }

    .channel-page .booth-card .card-action {
        grid-area: action;
        justify-self: start;
        min-width: 58px;
        min-height: 28px;
        margin-top: 2px;
        padding: 5px 12px;
        border-radius: 6px;
    }

    .rank-page .rank-matrix {
        padding: 14px;
    }

    .rank-page .rank-table {
        gap: 10px;
        margin-top: 12px;
    }

    .rank-page .rank-table li {
        grid-template-columns: 34px 54px minmax(0, 1fr) auto;
        grid-template-areas:
      "num icon body action";
        gap: 6px 10px;
        padding: 10px;
        box-shadow: 3px 3px 0 rgba(23, 24, 28, .12);
    }

    .rank-page .rank-table i {
        grid-area: num;
        width: 32px;
        height: 32px;
    }

    .rank-page .rank-table img {
        grid-area: icon;
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }

    .rank-page .rank-table div {
        grid-area: body;
        min-width: 0;
    }

    .rank-page .rank-table a,
    .rank-page .rank-table span {
        display: block;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .rank-page .rank-detail-button {
        grid-area: action;
        align-self: center;
        justify-self: end;
        width: max-content;
        min-height: 32px;
        padding: 7px 10px;
        border: 2px solid var(--ink);
        background: var(--yellow);
        color: var(--ink);
        font-size: 12px;
        font-weight: 900;
        line-height: 1;
        box-shadow: 2px 2px 0 rgba(23, 24, 28, .18);
    }
}

@media (max-width: 430px) {
    .channel-page .shelf-section .booth-grid > .booth-card {
        grid-template-columns: 28px 52px minmax(0, 1fr);
        gap: 4px 8px;
        padding: 10px;
    }

    .channel-page .booth-card img {
        width: 52px;
        height: 52px;
    }

    .channel-page .booth-card p {
        -webkit-line-clamp: 1;
    }

    .rank-page .rank-table li {
        grid-template-columns: 30px 48px minmax(0, 1fr) auto;
        gap: 5px 8px;
    }

    .rank-page .rank-table img {
        width: 48px;
        height: 48px;
    }

    .rank-page .rank-detail-button {
        min-height: 30px;
        padding: 6px 8px;
        font-size: 11px;
    }
}
