﻿:root {
    --paper: #f8f0dd;
    --paper-2: #fff8e9;
    --paper-3: #eadfca;
    --ink: #1e211d;
    --text: #34362f;
    --muted: #777263;
    --line: #d6c8ad;
    --magenta: #df2f72;
    --cyan: #2eb8c2;
    --yellow: #f4bd47;
    --orange: #e86e3d;
    --green: #4f9d66;
    --blue: #315ea8;
    --shadow: 0 18px 46px rgba(47, 38, 20, .12);
    --fold: rgba(94, 73, 33, .12);
    --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: url("../image/effects/paper-panel-fold.png") center top / 980px auto repeat,
    linear-gradient(90deg, rgba(30, 33, 29, .035) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(30, 33, 29, .028) 1px, transparent 1px) 0 0 / 48px 48px,
    radial-gradient(circle at 26px 24px, rgba(30, 33, 29, .045) 0 1px, transparent 1.4px) 0 0 / 34px 34px,
    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, .32), transparent 26%, rgba(255, 255, 255, .28) 54%, transparent),
    url("../image/effects/paper-panel-fold.png") center / cover,
    var(--paper-2);
    border-bottom: 2px solid var(--ink);
    box-shadow: 0 8px 28px rgba(38, 28, 10, .08);
}

.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%, var(--fold) 52.2% 52.5%, transparent 52.7%),
    linear-gradient(110deg, transparent 0 74%, rgba(46, 184, 194, .16) 74% 74.8%, transparent 75%);
}

.guide-strip {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .88);
    background: var(--ink);
    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(255, 248, 233, .9);
}

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

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

.nav-scroll a {
    flex: 1 1 0;
    min-width: 0;
    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(136, 115, 76, .08) 49.9% 50.1%, transparent 50.3%),
    url("../image/effects/paper-panel-fold.png") center / cover,
    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(223, 47, 114, .08) 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 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: 18px;
}

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

.friend-link-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 13px;
    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);
}

@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 {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
        min-height: 0;
        padding: 16px 0;
    }

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

    .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 {
        flex: 0 0 auto;
        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 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .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-page .detail-content-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    margin-right: 0;
    margin-left: 0;
}

.detail-page .detail-content-grid > .side-stack {
    width: 320px;
    max-width: 320px;
    justify-self: start;
}

.detail-page .detail-content-grid > .detail-article-stack {
    min-width: 0;
}

.detail-page .detail-content-grid .side-card {
    width: 100%;
}

.detail-hero-grid {
    align-items: stretch;
}

.detail-hero-grid > .guide-panel {
    height: 100%;
}

.detail-hero-grid .download-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.detail-hero-grid .download-card .download-state-grid {
    margin-top: auto;
}

.detail-hero-grid .download-card .permission-box {
    margin-bottom: auto;
}

.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 {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border: 3px solid var(--ink);
    background: #fff;
}

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

.screenshot-swiper .swiper-wrapper {
    align-items: center;
}

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

.screenshot-swiper img {
    display: block;
    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-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: 10px;
    margin: 28px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px dashed rgba(23, 24, 28, .24);
    font-size: 21px;
    line-height: 1.35;
}

.rich-text h3::before {
    content: '';
    flex: 0 0 56px;
    width: 56px;
    height: 22px;
    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: 26px;
    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: 22px;
}

.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: 360px;
    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;
    }
}

@media (min-width: 900px) {
    .shelf-section .home-game-booth-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 0 !important;
  }

    .shelf-section .home-game-booth-grid > .booth-card {
        flex: 0 0 15.5% !important;
        width: 15.5% !important;
        min-width: 0 !important;
        max-width: none !important;
    }
}

.page .shelf-section .home-game-booth-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 0 !important;
    width: 100% !important;
}

.page .shelf-section .home-game-booth-grid > .booth-card {
    flex: 0 0 15.5% !important;
    width: 15.5% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

.page > .home-content-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
    margin-top: 16px;
    margin-bottom: 24px;
}

.page > .home-content-grid > .news-panel {
    grid-column: 1 / -1;
}

.home-content-grid > .guide-panel {
    min-width: 0;
}

.home-content-grid .news-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr) !important;
    gap: 16px !important;
    align-items: start;
    padding: 14px !important;
}

.home-content-grid .news-feature img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-content-grid .news-feature strong {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.35;
}

.home-content-grid .article-list {
    gap: 8px;
}

.home-content-grid .article-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px 68px;
    gap: 8px;
    align-items: center;
    min-height: 26px;
    padding: 5px 0;
    border-bottom: 0;
}

.home-content-grid .article-list a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.home-content-grid .article-list em {
    display: inline-flex;
    justify-content: center;
    min-width: 68px;
}

.home-content-grid .route-cards,
.home-content-grid .app-route-grid {
    padding: 16px !important;
}

.home-content-grid .route-cards {
    gap: 14px;
}

.home-content-grid .route-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 104px;
    align-items: center;
}

.home-content-grid .route-card > img {
    width: 112px;
    height: 78px;
}

.home-content-grid .app-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
}

.home-content-grid .app-route-grid a {
    min-height: 128px;
}

/* PC detail right rail alignment */
.detail-page .detail-hero-grid,
.detail-page .detail-content-grid {
    grid-template-columns: minmax(0, 1fr) 320px !important;
}

.detail-page .download-card,
.detail-page .detail-content-grid > .side-stack,
.detail-page .detail-content-grid > .side-stack > .side-card {
    width: 320px !important;
    max-width: 320px !important;
}

.detail-page .detail-content-grid > .side-stack {
    justify-self: start !important;
    align-self: start;
}

.detail-page .detail-content-grid > .detail-article-stack {
    min-width: 0;
}

.detail-page .side-card {
    overflow: hidden;
}

.detail-page .side-news li {
    min-width: 0;
    overflow: hidden;
}

.detail-page .side-news a {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-page .side-news time {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* 玩速轻松馆 glass skin */
:root {
    --paper: #eefaf8;
    --paper-2: #fbfffe;
    --paper-3: #dff4f1;
    --ink: #203044;
    --text: #273648;
    --muted: #6b7b86;
    --line: rgba(121, 192, 190, .48);
    --magenta: #ff806b;
    --cyan: #35d8cf;
    --yellow: #ffd166;
    --orange: #ff9f6e;
    --green: #43c99b;
    --blue: #48a6e8;
    --shadow: 0 18px 46px rgba(44, 122, 138, .13);
    --fold: rgba(53, 216, 207, .12);
}

body {
    background:
    linear-gradient(135deg, rgba(53, 216, 207, .11) 0 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(90deg, rgba(32, 48, 68, .035) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(32, 48, 68, .028) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(120deg, rgba(255, 255, 255, .9), transparent 48%, rgba(121, 231, 213, .16) 76%, transparent),
    var(--paper);
}

.page-route-map {
    opacity: .08;
    filter: saturate(.58) hue-rotate(108deg) brightness(1.12);
}

.site-header {
    background:
    linear-gradient(90deg, rgba(255, 255, 255, .86), rgba(238, 255, 252, .72) 48%, rgba(226, 249, 255, .74)),
    var(--paper-2);
    border-bottom: 1px solid rgba(93, 169, 169, .42);
    box-shadow: 0 14px 38px rgba(45, 120, 136, .12);
    backdrop-filter: blur(14px);
}

.site-header::before {
    background:
    linear-gradient(90deg, transparent 0 21%, rgba(53, 216, 207, .16) 21.1% 21.25%, transparent 21.5% 59%, rgba(255, 128, 107, .14) 59.1% 59.25%, transparent 59.5%),
    linear-gradient(110deg, transparent 0 76%, rgba(72, 166, 232, .16) 76% 76.8%, transparent 77%);
}

.guide-strip,
.site-footer {
    background: linear-gradient(90deg, #203044, #1b7a84 52%, #24394d);
}

.guide-strip {
    box-shadow: inset 0 -1px 0 rgba(149, 244, 232, .22);
}

.guide-strip a:hover,
.footer-guide a:hover {
    color: #a6fff2;
}

.logo-img {
    filter: drop-shadow(0 14px 22px rgba(32, 112, 130, .16));
}

.masthead {
    min-height: 104px;
}

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

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

.main-nav {
    border-top: 1px solid rgba(114, 197, 195, .45);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .78);
    backdrop-filter: blur(12px);
}

.nav-scroll a {
    border-left-color: rgba(114, 197, 195, .36);
    color: #223348;
}

.nav-scroll a:last-child {
    border-right-color: rgba(114, 197, 195, .36);
}

.nav-scroll a.active,
.nav-scroll a:hover {
    color: #fff;
    background: linear-gradient(135deg, #24cdbd, #48a6e8);
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, .26);
}

.guide-panel {
    border: 1px solid rgba(121, 192, 190, .5);
    background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(240, 253, 250, .78)),
    var(--paper-2);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}

.guide-panel::after {
    background:
    linear-gradient(135deg, transparent 0 79%, rgba(255, 128, 107, .1) 79% 80%, transparent 80.2%),
    linear-gradient(90deg, rgba(255, 255, 255, .54), transparent 24%, transparent 78%, rgba(168, 243, 235, .26));
}

.panel-paper-art {
    opacity: .04;
    filter: saturate(.55) hue-rotate(112deg) brightness(1.14);
}

.tape-sticker,
.map-stamp-art,
.entry-stamp-art,
.footer-stamp {
    opacity: .16;
    filter: saturate(.55) hue-rotate(108deg) brightness(1.12);
    mix-blend-mode: multiply;
}

.route-lines-art {
    opacity: .11;
    filter: saturate(.7) hue-rotate(106deg);
}

.section-title {
    border-bottom-color: rgba(121, 192, 190, .42);
}

.section-title h2,
.small-head h2,
.booth-mini strong,
.booth-card h3,
.app-booth strong,
.route-card strong,
.app-route-grid strong,
.rank-board h3,
.breadcrumb-line a,
.rich-text,
.collection-card h2,
.rank-table a {
    color: var(--ink);
}

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

.section-title > a,
.small-head > a,
.more-pill,
.filter-tabs button,
.guide-tabs .tabs-title > a {
    border-color: rgba(121, 192, 190, .52);
    color: #55707c;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 6px 16px rgba(49, 142, 154, .08);
}

.pin-mark,
.pin-mark.cyan,
.pin-mark.yellow,
.pin-mark.black {
    background: linear-gradient(180deg, #3ee5d4, #48a6e8);
    box-shadow: 0 0 0 4px rgba(53, 216, 207, .15);
}

.pin-mark.yellow {
    background: linear-gradient(180deg, #ffd166, #ff9f6e);
    box-shadow: 0 0 0 4px rgba(255, 159, 110, .16);
}

.pin-mark.black {
    background: linear-gradient(180deg, #2a4157, #1f7a84);
}

.booth-mini,
.booth-card,
.app-booth,
.route-card,
.app-route-grid a,
.rank-board,
.tool-ticket,
.friend-link-grid a,
.article-row,
.rank-table li,
.sitemap-row,
.info-matrix div,
.apk-info-grid div,
.permission-list li {
    border-color: rgba(121, 192, 190, .52);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(238, 253, 250, .72));
    box-shadow: 0 10px 24px rgba(49, 142, 154, .08);
}

.booth-mini b,
.booth-card b,
.app-booth b,
.article-list em {
    color: #237982;
    background: rgba(53, 216, 207, .16);
}

.booth-mini span,
.schedule-list span,
.update-list em,
.booth-card span {
    color: #24a976;
}

.tag-ticket-row {
    border-top-color: rgba(121, 192, 190, .42);
}

.tag-ticket-row b {
    color: #fff;
    background: linear-gradient(135deg, #27cdbb, #48a6e8);
    border-radius: 999px;
}

.tag-ticket-row a {
    border-color: rgba(121, 192, 190, .52);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: var(--ink);
}

.tag-ticket-row a::before,
.tag-ticket-row a::after {
    background: #f2fbf9;
}

.tag-ticket-row a.active,
.filter-tabs a.active,
.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: transparent;
    background: linear-gradient(135deg, #27cdbb, #48a6e8);
    box-shadow: 0 10px 22px rgba(44, 156, 177, .2);
}

.stage-copy {
    border: 1px solid rgba(153, 240, 231, .42);
    background: linear-gradient(135deg, rgba(31, 52, 71, .9), rgba(31, 132, 146, .82));
    box-shadow: 0 18px 38px rgba(25, 65, 83, .2);
}

.stage-copy span {
    color: #94fff0;
}

.stage-copy b {
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: var(--radius);
    background: linear-gradient(135deg, #37d5c7, #58b8f0);
}

.stage-copy em,
.booth-card .card-action,
.app-booth em,
.pager .active,
.rank-table i {
    color: #fff;
    background: linear-gradient(135deg, #28cdbd, #48a6e8);
    box-shadow: 0 10px 20px rgba(45, 153, 177, .18);
}

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

.schedule-list li,
.update-list li,
.top-downloads li,
.article-list li,
.rank-board li,
.side-news li {
    border-bottom-color: rgba(121, 192, 190, .34);
}

.top-downloads li::before {
    background: #48a6e8;
}

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

.friend-link-grid a,
.pager a,
.pager span,
.sitemap-row a,
.about-tabs a,
.filter-tabs.rank-board-tabs a,
.line-button {
    border-color: rgba(121, 192, 190, .62);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--ink);
    box-shadow: 0 8px 18px rgba(49, 142, 154, .1);
}

.tool-ticket {
    background: linear-gradient(135deg, rgba(222, 255, 249, .86), rgba(226, 247, 255, .78));
}

.footer-guide span {
    color: #143946;
    background: linear-gradient(135deg, #9cfff1, #b4f6ff);
    border-radius: 999px;
}

.page-title-block .label-code,
.label-code,
.rank-table b {
    border-color: rgba(121, 192, 190, .62);
    background: linear-gradient(135deg, #fff4bb, #ffd166);
    color: var(--ink);
    box-shadow: 0 8px 16px rgba(255, 159, 110, .14);
}

.detail-identity img,
.screenshot-strip img,
.screenshot-swiper img,
.compact-rank img,
.article-row img,
.collection-card > img,
.rank-table img {
    border-color: rgba(121, 192, 190, .7);
    box-shadow: 0 10px 24px rgba(49, 142, 154, .12);
}

.download-state {
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #27cdbb, #48a6e8);
    box-shadow: 0 14px 26px rgba(44, 156, 177, .22);
}

.download-state small {
    color: rgba(255, 255, 255, .78);
}

.download-state--ios {
    color: #243548;
    background: linear-gradient(135deg, #fff0a8, #ffb38c);
}

.download-state--ios small {
    color: rgba(36, 53, 72, .72);
}

.download-state.is-disabled {
    background: linear-gradient(135deg, #e1ecec, #cbd9dc);
    color: #6d7a82;
}

.permission-box,
.permission-modal {
    border-color: rgba(121, 192, 190, .62);
    background: rgba(252, 255, 254, .96);
    box-shadow: 0 22px 48px rgba(42, 112, 128, .18);
}

.permission-modal-open body::before {
    background: rgba(20, 48, 62, .35);
}

@media (max-width: 760px) {
    .masthead {
        display: flex;
        min-height: 84px;
        padding: 14px 0;
    }

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

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

    .guide-panel {
        box-shadow: 0 14px 34px rgba(44, 122, 138, .12);
    }
}

@media (max-width: 430px) {
    .masthead {
        min-height: 78px;
    }

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

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

/* 玩速轻松馆 pop editorial skin v2 */
:root {
    --paper: #f5f7ff;
    --paper-2: #ffffff;
    --paper-3: #e8ebff;
    --ink: #172033;
    --text: #263145;
    --muted: #687287;
    --line: rgba(23, 32, 51, .2);
    --magenta: #ff5d57;
    --cyan: #7c5cff;
    --yellow: #ffd84d;
    --orange: #ff9a4a;
    --green: #17a977;
    --blue: #316bff;
    --shadow: 7px 8px 0 rgba(124, 92, 255, .12), 0 18px 34px rgba(35, 42, 73, .1);
    --fold: rgba(255, 216, 77, .18);
}

body {
    color: var(--text);
    background:
    linear-gradient(135deg, rgba(255, 93, 87, .1) 0 12%, transparent 12% 100%) 0 0 / 360px 360px,
    linear-gradient(45deg, transparent 0 47%, rgba(255, 216, 77, .16) 47% 52%, transparent 52%) 0 0 / 238px 238px,
    radial-gradient(circle at 1px 1px, rgba(23, 32, 51, .08) 0 1px, transparent 1.6px) 0 0 / 18px 18px,
    linear-gradient(120deg, #f7f9ff, #ffffff 46%, #f0f3ff);
}

.page-route-map {
    opacity: .04;
    filter: grayscale(1) contrast(1.3);
}

.site-header {
    background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(250, 251, 255, .9)),
    linear-gradient(135deg, transparent 0 56%, rgba(255, 216, 77, .22) 56% 58%, transparent 58%),
    var(--paper-2);
    border-bottom: 2px solid rgba(23, 32, 51, .88);
    box-shadow: 0 10px 0 rgba(255, 216, 77, .2), 0 18px 38px rgba(35, 42, 73, .08);
    backdrop-filter: none;
}

.site-header::before {
    background:
    linear-gradient(90deg, transparent 0 22%, rgba(255, 93, 87, .24) 22% 22.25%, transparent 22.5% 62%, rgba(124, 92, 255, .22) 62% 62.25%, transparent 62.5%),
    linear-gradient(110deg, transparent 0 75%, rgba(255, 216, 77, .26) 75% 76%, transparent 76.2%);
}

.guide-strip,
.site-footer {
    background: linear-gradient(90deg, #172033, #32264f 48%, #172033);
}

.guide-strip {
    color: rgba(255, 255, 255, .9);
    box-shadow: inset 0 -3px 0 rgba(255, 93, 87, .9);
}

.guide-strip a:hover,
.footer-guide a:hover {
    color: #ffd84d;
}

.masthead {
    min-height: 122px;
}

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

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

.logo-img {
    filter: drop-shadow(7px 8px 0 rgba(23, 32, 51, .1));
}

.main-nav {
    border-top: 0;
    border-bottom: 2px solid rgba(23, 32, 51, .88);
    background: #ffffff;
    box-shadow: 0 8px 0 rgba(124, 92, 255, .1);
    backdrop-filter: none;
}

.nav-scroll a {
    border-left: 1px dashed rgba(23, 32, 51, .22);
    color: var(--ink);
}

.nav-scroll a:last-child {
    border-right-color: rgba(23, 32, 51, .22);
}

.nav-scroll a.active,
.nav-scroll a:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff5d57, #7c5cff);
    box-shadow: inset 0 -4px 0 rgba(255, 216, 77, .65);
}

.guide-panel {
    border: 2px solid rgba(23, 32, 51, .18);
    background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 251, 255, .94)),
    var(--paper-2);
    box-shadow: var(--shadow);
    backdrop-filter: none;
}

.guide-panel::after {
    background:
    linear-gradient(135deg, transparent 0 80%, rgba(255, 216, 77, .23) 80% 82%, transparent 82.4%),
    linear-gradient(90deg, transparent 0 28%, rgba(255, 93, 87, .08) 28.2% 28.5%, transparent 28.7% 68%, rgba(124, 92, 255, .08) 68.2% 68.5%, transparent 68.7%);
}

.panel-paper-art {
    opacity: .025;
    filter: grayscale(1) contrast(1.2);
}

.tape-sticker,
.map-stamp-art,
.entry-stamp-art,
.footer-stamp,
.route-lines-art {
    opacity: .12;
    filter: saturate(1.6) hue-rotate(258deg) contrast(1.04);
    mix-blend-mode: multiply;
}

.section-title,
.small-head {
    border-bottom-color: rgba(23, 32, 51, .18);
}

.section-title h2,
.small-head h2,
.booth-mini strong,
.booth-card h3,
.app-booth strong,
.route-card strong,
.app-route-grid strong,
.rank-board h3,
.breadcrumb-line a,
.rich-text,
.collection-card h2,
.rank-table a,
.compact-rank a,
.side-news a {
    color: var(--ink);
}

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

.section-title > a,
.small-head > a,
.more-pill,
.filter-tabs button,
.guide-tabs .tabs-title > a {
    border: 2px solid rgba(23, 32, 51, .16);
    color: var(--ink);
    background: #fff;
    box-shadow: 4px 4px 0 rgba(255, 216, 77, .42);
}

.pin-mark,
.pin-mark.cyan,
.pin-mark.yellow,
.pin-mark.black {
    background: linear-gradient(180deg, #ff5d57, #ff9a4a);
    box-shadow: 0 0 0 4px rgba(255, 93, 87, .16);
}

.pin-mark.cyan {
    background: linear-gradient(180deg, #7c5cff, #316bff);
    box-shadow: 0 0 0 4px rgba(124, 92, 255, .16);
}

.pin-mark.yellow {
    background: linear-gradient(180deg, #ffd84d, #ff9a4a);
    box-shadow: 0 0 0 4px rgba(255, 216, 77, .2);
}

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

.booth-mini,
.booth-card,
.app-booth,
.route-card,
.app-route-grid a,
.rank-board,
.tool-ticket,
.friend-link-grid a,
.article-row,
.rank-table li,
.sitemap-row,
.info-matrix div,
.apk-info-grid div,
.permission-list li {
    border: 2px solid rgba(23, 32, 51, .16);
    background: #fff;
    box-shadow: 5px 6px 0 rgba(124, 92, 255, .1), 0 12px 24px rgba(35, 42, 73, .08);
}

.booth-mini b,
.booth-card b,
.app-booth b {
    color: var(--ink);
    background: rgba(255, 216, 77, .72);
    border: 1px solid rgba(23, 32, 51, .1);
}

.booth-mini span,
.schedule-list span,
.update-list em,
.booth-card span {
    color: var(--green);
}

.tag-ticket-row {
    border-top-color: rgba(23, 32, 51, .15);
}

.tag-ticket-row b {
    color: #fff;
    background: linear-gradient(135deg, #ff5d57, #7c5cff);
    box-shadow: 4px 4px 0 rgba(255, 216, 77, .48);
}

.tag-ticket-row a {
    border: 2px solid rgba(23, 32, 51, .15);
    background: #fff;
    color: var(--ink);
    box-shadow: 3px 3px 0 rgba(124, 92, 255, .08);
}

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

.tag-ticket-row a.active,
.filter-tabs a.active,
.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: transparent;
    background: linear-gradient(135deg, #ff5d57, #7c5cff);
    box-shadow: 4px 5px 0 rgba(255, 216, 77, .48);
}

.stage-copy {
    border: 2px solid rgba(255, 255, 255, .22);
    background: linear-gradient(135deg, rgba(23, 32, 51, .94), rgba(50, 38, 79, .92) 58%, rgba(255, 93, 87, .82) 145%);
    box-shadow: 8px 9px 0 rgba(255, 216, 77, .3), 0 18px 38px rgba(23, 32, 51, .24);
}

.stage-copy span {
    color: #ffd84d;
}

.stage-copy b {
    border: 2px solid rgba(23, 32, 51, .28);
    border-radius: var(--radius);
    color: var(--ink);
    background: linear-gradient(135deg, #ffd84d, #ff9a4a);
}

.stage-copy em,
.booth-card .card-action,
.app-booth em,
.pager .active,
.rank-table i {
    color: #fff;
    background: linear-gradient(135deg, #ff5d57, #7c5cff);
    box-shadow: 4px 5px 0 rgba(255, 216, 77, .45);
}

.stage-dots .swiper-pagination-bullet-active,
.screenshot-dots .swiper-pagination-bullet-active {
    background: #ff5d57;
}

.schedule-list li,
.update-list li,
.top-downloads li,
.article-list li,
.rank-board li,
.side-news li {
    border-bottom-color: rgba(23, 32, 51, .14);
}

.schedule-list time {
    color: var(--magenta);
}

.top-downloads li::before {
    color: var(--ink);
    background: var(--yellow);
}

.top-downloads li:nth-child(-n + 3)::before {
    color: #fff;
    background: var(--magenta);
}

.friend-link-grid a,
.pager a,
.pager span,
.sitemap-row a,
.about-tabs a,
.filter-tabs.rank-board-tabs a,
.line-button {
    border: 2px solid rgba(23, 32, 51, .18);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    box-shadow: 4px 5px 0 rgba(255, 216, 77, .36);
}

.tool-ticket {
    background: linear-gradient(135deg, rgba(255, 216, 77, .28), rgba(124, 92, 255, .12));
}

.footer-guide span {
    color: var(--ink);
    background: #ffd84d;
    border: 2px solid rgba(23, 32, 51, .28);
    border-radius: 999px;
    box-shadow: 4px 4px 0 rgba(255, 93, 87, .55);
}

.page-title-block .label-code,
.label-code,
.rank-table b {
    border: 2px solid rgba(23, 32, 51, .2);
    background: #ffd84d;
    color: var(--ink);
    box-shadow: 4px 4px 0 rgba(255, 93, 87, .38);
}

.detail-identity img,
.screenshot-strip img,
.screenshot-swiper img,
.compact-rank img,
.article-row img,
.collection-card > img,
.rank-table img,
.booth-card img,
.app-booth img,
.booth-mini img {
    border-color: rgba(23, 32, 51, .18);
    box-shadow: 3px 4px 0 rgba(23, 32, 51, .08);
}

.download-state {
    border: 2px solid rgba(23, 32, 51, .2);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #ff5d57, #7c5cff);
    box-shadow: 5px 6px 0 rgba(255, 216, 77, .42);
}

.download-state small {
    color: rgba(255, 255, 255, .8);
}

.download-state--ios {
    color: var(--ink);
    background: linear-gradient(135deg, #ffd84d, #ff9a4a);
}

.download-state--ios small {
    color: rgba(23, 32, 51, .7);
}

.download-state.is-disabled {
    background: #dfe4ef;
    color: #6a7386;
    box-shadow: none;
}

.permission-box,
.permission-modal {
    border: 2px solid rgba(23, 32, 51, .2);
    background: #fff;
    box-shadow: 8px 9px 0 rgba(124, 92, 255, .14), 0 22px 46px rgba(23, 32, 51, .18);
}

.permission-modal-open body::before {
    background: rgba(23, 32, 51, .42);
}

@media (max-width: 760px) {
    .masthead {
        display: flex;
        min-height: 92px;
        padding: 13px 0;
    }

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

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

    .guide-panel {
        box-shadow: 5px 6px 0 rgba(124, 92, 255, .1), 0 12px 28px rgba(35, 42, 73, .08);
    }
}

@media (max-width: 430px) {
    .masthead {
        min-height: 88px;
    }

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

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

/* Pop skin cleanup for legacy ticket art */
.admit-ticket,
.bookmark-ticket {
    border: 2px solid rgba(23, 32, 51, .18);
    border-radius: 999px;
    background: linear-gradient(135deg, #ff5d57, #7c5cff);
    filter: none;
    box-shadow: 5px 6px 0 rgba(255, 216, 77, .42);
}

.admit-ticket img,
.bookmark-ticket img {
    opacity: .06;
    filter: grayscale(1) contrast(1.2);
}

.admit-ticket span,
.bookmark-ticket span {
    text-shadow: none;
}

@media (max-width: 760px) {
    .expo-pass {
        width: min(370px, 100%);
    }

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

@media (max-width: 430px) {
    .expo-pass {
        width: min(370px, 100%);
    }

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