.gc-shell {
  color: #17233d;
  background: #f5f7fb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}

.gc-shell, .gc-shell * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.vmos-game-center-page { margin: 0; background: #f5f7fb; color: #17233d; }
body.gc-modal-open { overflow: hidden; }
.gc-shell a { color: inherit; text-decoration: none; }
.gc-shell a:hover { color: #4f6df5; }
.gc-shell button, .gc-shell input { font: inherit; }
.gc-shell img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }

.gc-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 max(24px, calc((100% - 1240px) / 2));
  border-bottom: 1px solid rgba(24, 40, 78, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}

.gc-brand { color: #536dfe; font-size: 22px; font-weight: 800; letter-spacing: .05em; }
.gc-header nav { display: flex; align-items: center; gap: 34px; }
.gc-header nav a { padding: 25px 0 22px; color: #68748c; border-bottom: 3px solid transparent; }
.gc-header nav a[aria-current="page"] { color: #3f5cf4; border-bottom-color: #536dfe; }
.gc-menu-toggle { display: none; }

.gc-main { width: min(1240px, 100%); margin: 0 auto; padding: 0 24px 72px; }
.gc-intro { padding: 64px 0 34px; text-align: center; }
.gc-eyebrow, .gc-section-heading span {
  color: #6179f7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}
.gc-intro h1 { margin: 10px 0 12px; font-size: clamp(34px, 5vw, 56px); letter-spacing: -.04em; }
.gc-intro > p:not(.gc-eyebrow) { color: #7b879d; }
.gc-search { display: flex; width: min(680px, 100%); margin: 30px auto 16px; }
.gc-search input {
  flex: 1;
  min-width: 0;
  padding: 15px 18px;
  border: 1px solid #d9dfeb;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: #fff;
  outline: 0;
}
.gc-search input:focus { border-color: #667cf4; box-shadow: 0 0 0 3px rgba(83, 109, 254, .12); }
.gc-search button, .gc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #536dfe, #6f52ed);
  color: #fff;
  cursor: pointer;
}
.gc-search button { border-radius: 0 12px 12px 0; }
.gc-hot-keywords { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; color: #8a95a8; font-size: 13px; }
.gc-hot-keywords a { color: #5f6e87; }
.gc-search-results { width: min(680px, 100%); margin: 12px auto 0; color: #7b879d; text-align: left; }
.gc-search-results article { padding: 14px 0; border-bottom: 1px solid #e2e7f0; }
.gc-search-results article a { color: #435fe7; font-weight: 700; }
.gc-search-results article p { margin: 6px 0 0; font-size: 13px; line-height: 1.6; }

.gc-section { margin-top: 54px; }
.gc-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; }
.gc-section-heading h2 { margin: 5px 0 0; font-size: 28px; letter-spacing: -.02em; }
.gc-section-heading > a { color: #66748d; font-size: 14px; }

.gc-hero-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(250px, .72fr); gap: 18px; }
.gc-hero-carousel { position: relative; min-height: 430px; overflow: hidden; border-radius: 24px; background: #1b2640; box-shadow: 0 18px 50px rgba(38, 54, 96, .16); }
.gc-hero-slides, .gc-hero-slide { width: 100%; height: 100%; min-height: 430px; }
.gc-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .35s ease; }
.gc-hero-slide.is-active { opacity: 1; visibility: visible; }
.gc-hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 18, 38, .82), rgba(10, 18, 38, .08) 72%); }
.gc-hero-slide picture, .gc-hero-slide img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.gc-hero-copy { position: absolute; z-index: 2; left: 44px; bottom: 48px; width: min(460px, calc(100% - 88px)); color: #fff; }
.gc-hero-copy h3 { margin: 12px 0 8px; font-size: clamp(28px, 4vw, 44px); }
.gc-hero-copy p { margin: 0 0 22px; color: rgba(255, 255, 255, .78); line-height: 1.7; }
.gc-badge { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; background: #eef1ff; color: #536dfe; font-size: 11px; font-weight: 700; }
.gc-carousel-arrow {
  position: absolute; z-index: 4; top: 50%; width: 38px; height: 38px; margin-top: -19px;
  border: 0; border-radius: 50%; background: rgba(255, 255, 255, .82); color: #25304a; font-size: 26px; cursor: pointer;
}
.gc-carousel-prev { left: 14px; }
.gc-carousel-next { right: 14px; }
.gc-carousel-dots { position: absolute; z-index: 4; right: 24px; bottom: 22px; display: flex; gap: 8px; }
.gc-carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.gc-carousel-dots button.is-active { width: 24px; border-radius: 5px; background: #fff; }
.gc-hero-secondary { display: grid; gap: 18px; align-content: start; }
.gc-hero-secondary article {
  position: relative; display: grid; grid-template-columns: 104px 1fr; gap: 14px; min-height: 128px;
  padding: 12px; overflow: hidden; border: 1px solid #e4e8f1; border-radius: 18px; background: #fff;
}
.gc-hero-secondary img { width: 104px; height: 104px; border-radius: 13px; object-fit: cover; }
.gc-hero-secondary h3 { margin: 12px 0 5px; }
.gc-hero-secondary p { display: -webkit-box; margin: 0; overflow: hidden; color: #7d899e; font-size: 13px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.gc-category-strip {
  display: flex; gap: 10px; margin-top: 28px; padding: 16px; overflow-x: auto;
  border: 1px solid #e5e9f2; border-radius: 16px; background: #fff;
}
.gc-category-strip a { flex: 0 0 auto; padding: 8px 15px; border-radius: 999px; background: #f3f5fa; color: #66738c; font-size: 13px; }

.gc-filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.gc-filter-row button {
  padding: 8px 17px; border: 1px solid #e0e5ef; border-radius: 999px; background: #fff; color: #66738b; cursor: pointer;
}
.gc-filter-row button.is-active { border-color: #536dfe; background: #536dfe; color: #fff; }
.gc-date-filter { margin-bottom: 20px; }
.gc-recent-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gc-recent-card { overflow: hidden; border: 1px solid #e3e8f1; border-radius: 20px; background: #fff; }
.gc-recent-card picture, .gc-recent-card img { width: 100%; aspect-ratio: 2.5 / 1; object-fit: cover; }
.gc-recent-card > div { padding: 20px; }
.gc-recent-card time { float: right; color: #8a96aa; font-size: 13px; }
.gc-recent-card h3 { margin: 13px 0 7px; }
.gc-recent-card p { margin: 0 0 12px; color: #7a879d; }
.gc-recent-card a { color: #536dfe; font-weight: 700; }
.gc-empty { padding: 40px 20px; border-radius: 18px; background: #fff; color: #8490a5; text-align: center; }
.gc-empty strong { display: block; margin-bottom: 8px; color: #526078; font-size: 17px; }
.gc-empty p { margin: 0; line-height: 1.7; }
.gc-hero-empty { min-height: 330px; display: grid; place-content: center; border: 1px dashed #d9dfeb; }
.gc-empty-grid { grid-column: 1 / -1; }
.gc-shell .gc-panel .gc-empty { padding: 18px 0; }
.gc-shell .gc-panel .gc-empty p { font-size: 13px; }

.gc-hot-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; }
.gc-game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gc-game-card { padding: 14px; border: 1px solid #e2e7f0; border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.gc-game-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(39, 58, 100, .1); }
.gc-game-card img { width: 100%; aspect-ratio: 1; border-radius: 13px; object-fit: cover; }
.gc-game-card h3 { margin: 13px 0 8px; }
.gc-game-card p { display: -webkit-box; min-height: 42px; margin: 0 0 14px; overflow: hidden; color: #7b879c; font-size: 13px; line-height: 1.6; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.gc-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid #edf0f5; color: #39a678; font-size: 12px; }
.gc-card-footer .gc-download { padding: 7px 14px; border-radius: 8px; background: #eef1ff; color: #536dfe; font-size: 13px; font-weight: 700; }
.gc-side-stack { display: grid; gap: 18px; align-content: start; }
.gc-panel { padding: 22px; border: 1px solid #e2e7f0; border-radius: 18px; background: #fff; }
.gc-panel > h2 { margin: 0 0 16px; font-size: 19px; }
.gc-panel ol { margin: 0; padding: 0; list-style-position: inside; }
.gc-panel ol li { padding: 10px 0; border-bottom: 1px solid #eef1f5; color: #64718a; }
.gc-panel article { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid #eef1f5; }
.gc-panel article h3 { margin: 0 0 5px; font-size: 14px; }
.gc-panel article p { margin: 0; color: #8a95a8; font-size: 12px; }
.gc-panel article a, .gc-more { color: #536dfe; font-size: 13px; white-space: nowrap; }
.gc-more { display: inline-block; margin-top: 15px; }

.gc-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gc-content-card { display: grid; grid-template-columns: 190px 1fr; gap: 18px; padding: 14px; border: 1px solid #e2e7f0; border-radius: 18px; background: #fff; }
.gc-content-card > img { width: 190px; height: 128px; border-radius: 12px; object-fit: cover; }
.gc-content-card h3 { margin: 12px 0 8px; }
.gc-content-card p { margin: 0; color: #7d899d; font-size: 13px; line-height: 1.6; }

.gc-footer { padding: 42px max(24px, calc((100% - 1192px) / 2)); background: #18213a; color: rgba(255,255,255,.74); }
.gc-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; }
.gc-footer strong { color: #fff; font-size: 20px; }
.gc-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.gc-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.gc-download-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.gc-modal-backdrop { position: absolute; inset: 0; background: rgba(11, 17, 34, .68); }
.gc-modal-card { position: relative; z-index: 1; width: min(420px, 100%); padding: 30px; border-radius: 22px; background: #fff; text-align: center; box-shadow: 0 26px 80px rgba(0,0,0,.3); }
.gc-modal-card h2 { margin: 0 0 8px; }
.gc-modal-card > p { color: #7c889d; line-height: 1.6; }
.gc-modal-close { position: absolute; top: 10px; right: 12px; width: 34px; height: 34px; border: 0; background: transparent; color: #78849a; font-size: 26px; cursor: pointer; }
.gc-qr-code { display: grid; place-items: center; min-height: 212px; margin: 20px auto; color: #7d899d; }
.gc-qr-code svg { width: 192px; height: 192px; }
.gc-modal-actions { display: flex; justify-content: center; gap: 10px; }
.gc-modal-actions button { padding: 0 20px; border: 1px solid #dce1eb; border-radius: 10px; background: #fff; cursor: pointer; }

.gc-detail { margin-top: 22px; padding: 24px; border: 1px solid #e2e7f0; border-radius: 20px; background: #fff; }
.gc-detail > header > picture img { width: 100%; max-height: 430px; border-radius: 16px; object-fit: cover; }
.gc-detail-heading { display: flex; align-items: center; gap: 18px; margin: 22px 0; }
.gc-detail-heading h1 { margin: 6px 0; }
.gc-icon { width: 96px; height: 96px; border-radius: 22px; object-fit: cover; }
.gc-detail dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin: 18px 0; color: #6c7890; }
.gc-detail dt { font-weight: 700; }
.gc-detail dd { margin: 0; word-break: break-all; }
.gc-rich-text { margin-top: 30px; padding-top: 24px; border-top: 1px solid #e8ecf3; line-height: 1.85; }
.gc-rich-text img { max-width: 100%; height: auto; }
.gc-related { margin-top: 34px; padding-top: 24px; border-top: 1px solid #e8ecf3; }
.gc-related .gc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gc-related article { padding: 16px; border: 1px solid #e5e9f1; border-radius: 14px; background: #f9faff; }
.gc-related article h3 { margin: 8px 0; }
.gc-related article p { color: #7b879c; font-size: 13px; }
.gc-related article a { color: #536dfe; }
.gc-unavailable { display: inline-block; padding: 12px 16px; border-radius: 10px; background: #fff7e8; color: #9b6715; }
.gc-error { max-width: 720px; padding-top: 20vh; text-align: center; }
.gc-error h1 { font-size: 42px; }
.gc-error > p:not(.gc-eyebrow) { margin-bottom: 28px; color: #7b879d; }

@media (max-width: 980px) {
  .gc-hero-layout, .gc-hot-layout { grid-template-columns: 1fr; }
  .gc-hero-secondary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gc-hero-secondary article { grid-template-columns: 80px 1fr; }
  .gc-hero-secondary img { width: 80px; height: 80px; }
  .gc-game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gc-content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .gc-header { min-height: 62px; padding: 0 16px; flex-wrap: wrap; }
  .gc-menu-toggle { display: block; padding: 7px 12px; border: 1px solid #dfe4ed; border-radius: 8px; background: #fff; color: #53627a; }
  .gc-header nav { display: none; flex: 0 0 calc(100% + 32px); flex-direction: column; align-items: stretch; gap: 0; margin: 0 -16px; padding: 8px 16px 14px; background: #fff; }
  .gc-header nav.is-open { display: flex; }
  .gc-header nav a { padding: 11px 4px; border: 0; }
  .gc-main { padding: 0 16px 54px; }
  .gc-intro { padding: 42px 0 22px; }
  .gc-intro h1 { font-size: 36px; }
  .gc-search { margin-top: 24px; }
  .gc-search input { padding: 13px 14px; }
  .gc-search button { padding: 0 17px; }
  .gc-section { margin-top: 42px; }
  .gc-section-heading h2 { font-size: 24px; }
  .gc-hero-carousel, .gc-hero-slides, .gc-hero-slide, .gc-hero-slide picture, .gc-hero-slide img { min-height: 470px; }
  .gc-hero-slide::after { background: linear-gradient(0deg, rgba(10, 18, 38, .88), rgba(10, 18, 38, .05) 70%); }
  .gc-hero-copy { left: 22px; bottom: 28px; width: calc(100% - 44px); }
  .gc-hero-copy h3 { font-size: 30px; }
  .gc-carousel-arrow { display: none; }
  .gc-carousel-dots { right: 18px; bottom: 18px; }
  .gc-hero-secondary { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gc-hero-secondary article { flex: 0 0 82%; scroll-snap-align: start; }
  .gc-recent-grid, .gc-game-grid, .gc-content-grid { grid-template-columns: 1fr; }
  .gc-content-card { grid-template-columns: 120px 1fr; }
  .gc-content-card > img { width: 120px; height: 100px; }
  .gc-content-card h3 { margin-top: 8px; }
  .gc-footer { grid-template-columns: 1fr; padding: 34px 20px; }
  .gc-footer nav { gap: 12px 18px; }
  .gc-footer > p { grid-column: 1; }
  .gc-detail { padding: 14px; }
  .gc-detail-heading { align-items: flex-start; }
  .gc-icon { width: 76px; height: 76px; border-radius: 18px; }
  .gc-modal-actions { flex-direction: column; }
  .gc-modal-actions > * { width: 100%; }
  .gc-related .gc-grid { grid-template-columns: 1fr; }
}
