:root {
  --primary-dark: #071832;
  --primary: #142b57;
  --primary-soft: #2b528b;
  --primary-pale: #eef4fb;
  --accent: #d8ae60;
  --accent-light: #f4d38a;
  --brand-primary: var(--primary-dark);
  --brand-accent: var(--accent);
  --brand-page: var(--surface);
  --brand-surface: var(--card);
  --brand-on-primary: #ffffff;
  --brand-on-accent: #13213d;
  --brand-card-radius: var(--radius-lg);
  --brand-button-radius: var(--radius-md);
  --surface: #f4f7fb;
  --card: #ffffff;
  --ink: #13213a;
  --text: var(--ink);
  --muted: #758197;
  --line: #dfe7f2;
  --green: #20875a;
  --orange: #9a6416;
  --red: #b42318;
  --shadow: 0 12px 30px rgba(8, 27, 58, .08);
  --radius-lg: 18px;
  --radius-md: 14px;
  --brand-secondary: var(--primary-soft);
  --brand-text: var(--ink);
  --brand-card-bg: var(--card);
  --section-gap: 16px;
  --hero-gradient: linear-gradient(135deg, var(--primary-dark), var(--accent));
  --shadow-color: rgba(8, 27, 58, .08);
}

body.dark,
#app.dark {
  --surface: #0f1623;
  --card: #1a2332;
  --ink: #e6ecf5;
  --text: var(--ink);
  --muted: #8a99b0;
  --line: #2a3650;
  --primary-pale: #1a2332;
  --brand-page: #0f1623;
  --brand-surface: #1a2332;
  --brand-card-bg: #1a2332;
  --brand-text: #e6ecf5;
  --shadow-color: rgba(0, 0, 0, .32);
  --shadow: 0 12px 30px rgba(0, 0, 0, .32);
  color-scheme: dark;
}

#app.dark .home-config-scope,
.dark .home-config-scope {
  background: var(--surface);
  color: var(--text);
}
#app.dark .home-config-scope .home-shortcut-panel,
#app.dark .home-config-scope .home-section,
#app.dark .home-config-scope .home-card,
#app.dark .home-config-scope .agenda-item,
#app.dark .home-config-scope .guest-card,
#app.dark .home-config-scope .notice-list,
#app.dark .home-config-scope .news-row,
#app.dark .home-config-scope .credential-card,
#app.dark .home-config-scope .tab-card,
#app.dark .home-config-scope .home-feature-card {
  background: var(--card);
  border-color: var(--line);
  color: var(--text);
}
#app.dark .home-config-scope .home-section-title,
#app.dark .home-config-scope .home-section-link,
#app.dark .home-config-scope h1,
#app.dark .home-config-scope h2,
#app.dark .home-config-scope h3,
#app.dark .home-config-scope .home-card-title {
  color: var(--text);
}
#app.dark .home-config-scope .home-section-icon,
#app.dark .home-config-scope .home-shortcut-label,
#app.dark .home-config-scope .muted,
#app.dark .home-config-scope .home-muted {
  color: var(--muted);
}

body.theme-medical-tech {
  --primary-dark: #06364f;
  --primary: #0878a6;
  --primary-soft: #21a4d8;
  --primary-pale: #e8f7fb;
  --accent: #16b8c7;
  --accent-light: #8ee7ef;
  --surface: #f2f8fb;
  --card: #ffffff;
  --ink: #0f2633;
  --muted: #66808d;
  --line: #d7edf3;
  --shadow: 0 12px 28px rgba(8, 120, 166, .08);
}

body.theme-clean-government {
  --primary-dark: #00288e;
  --primary: #00288e;
  --primary-soft: #1e40af;
  --primary-pale: #eef4ff;
  --accent: #60a5fa;
  --accent-light: #dbeafe;
  --surface: #f8f9ff;
  --card: #ffffff;
  --ink: #0b1c30;
  --muted: #697386;
  --line: #e8edf7;
  --shadow: 0 12px 28px rgba(0, 40, 142, .08);
  --radius-lg: 12px;
  --radius-md: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.preview-chrome,
html.preview-chrome body,
html.preview-chrome * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.preview-chrome::-webkit-scrollbar,
html.preview-chrome body::-webkit-scrollbar,
html.preview-chrome *::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
}

html.preview-chrome .page-shell:has(.home-template-mini_program_portal) {
  width: 100%;
  padding: 0;
}

html.preview-chrome .home-template-mini_program_portal {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(180deg, #eef2f9 0, var(--surface) 260px);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

body.theme-medical-tech {
  background:
    radial-gradient(circle at 82% 8%, rgba(22, 184, 199, .16), transparent 240px),
    linear-gradient(180deg, #eefaff 0, var(--surface) 270px);
}

body.theme-clean-government {
  background: #f8f9ff;
}
button, input, textarea, select { font: inherit; }
button { cursor: pointer; -webkit-tap-highlight-color: transparent; }
[role="button"][data-route]:focus-visible,
[role="button"][data-action]:focus-visible,
button:focus-visible,
.link:focus-visible {
  outline: 3px solid rgba(216, 174, 96, .55);
  outline-offset: 3px;
}
.global-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  color: #fff;
  background: rgba(7, 24, 50, .94);
  backdrop-filter: saturate(160%) blur(16px);
  box-shadow: 0 8px 22px rgba(8, 27, 58, .16);
}
.global-nav button {
  border: 0;
  color: inherit;
  background: transparent;
}
.global-nav .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.global-nav .brand img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.global-nav nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 22px;
}
.global-nav nav button { color: rgba(255,255,255,.76); font-size: 13px; }
.global-nav nav button.active { color: var(--accent-light); font-weight: 700; }
.account-link { margin-left: auto; color: var(--accent-light) !important; font-weight: 700; }
.page-shell {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 10px 14px 136px;
}

.surface-toolbar h1,
.exhibitor-title,
.activity-list-card h3,
.activity-hero-detail h1,
.article-head h1,
.detail-company-name,
.detail-product-name,
.profile-expo-name,
.profile-status-title,
.profile-quick-title,
.news-title {
  overflow-wrap: anywhere;
}

.surface-toolbar,
.exhibitor-toolbar,
.company-hero-detail,
.activity-list-card,
.article-head,
.credential-card,
.profile-expo-card,
.profile-status-card,
.profile-account-card,
.profile-quick-card,
.profile-schedule-card,
.service-credential-card,
.service-detail-hero,
.feature-closed-card {
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.feature-closed-page {
  min-height: calc(100vh - 190px);
  display: grid;
  place-items: center;
  padding: 34px 0;
}

.feature-closed-card {
  width: min(520px, 100%);
  padding: 30px 24px;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.feature-closed-mark {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(145deg, var(--primary), var(--primary-soft));
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(8, 27, 58, .18);
}

.feature-closed-card h1 {
  margin: 6px 0 10px;
  font-size: 24px;
}

.feature-closed-card p:not(.page-kicker) {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.feature-closed-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 18px 17px 17px;
  color: #fff;
  text-align: left;
  background: linear-gradient(145deg, #071832 0%, #142b57 60%, #284d86 100%);
  border-radius: 17px;
  box-shadow: 0 18px 44px rgba(8, 27, 58, .22);
}

.home-config-scope {
  --home-theme: var(--accent);
  --home-bg: var(--primary);
  --home-page-bg: transparent;
  --home-card-radius: 14px;
  --home-button-radius: 12px;
  --home-card-shadow: 0 18px 42px rgba(8, 27, 58, .075), 0 2px 8px rgba(8, 27, 58, .035);
  background: var(--home-page-bg);
}

.home-config-scope.home-density-compact .hero {
  min-height: 260px;
  padding: 22px;
}

.home-config-scope.home-density-compact .home-shortcut-panel,
.home-config-scope.home-density-compact .section-card,
.home-config-scope.home-density-compact .home-content-feed-card,
.home-config-scope.home-density-compact .home-exhibitor-card,
.home-config-scope.home-density-compact .home-activity-feature,
.home-config-scope.home-density-compact .news-card {
  padding: 14px;
}

.home-config-scope.home-density-spacious .hero {
  min-height: 420px;
  padding: 34px;
}

.home-config-scope.home-density-spacious .home-shortcut-panel,
.home-config-scope.home-density-spacious .section-card,
.home-config-scope.home-density-spacious .home-content-feed-card,
.home-config-scope.home-density-spacious .home-exhibitor-card,
.home-config-scope.home-density-spacious .home-activity-feature,
.home-config-scope.home-density-spacious .news-card {
  padding: 24px;
}

.home-config-scope .home-shortcut-panel,
.home-config-scope .hero,
.home-config-scope .home-content-feed-card,
.home-config-scope .home-live-card,
.home-config-scope .home-poster-card,
.home-config-scope .home-exhibitor-card,
.home-config-scope .home-activity-feature,
.home-config-scope .news-list,
.home-config-scope .news-row {
  border-radius: var(--home-card-radius);
}

.home-config-scope .btn,
.home-config-scope .link,
.home-config-scope button {
  border-radius: var(--home-button-radius);
}

.home-config-scope .hero,
.home-config-scope .shortcut-icon,
.home-config-scope .title-icon {
  background: linear-gradient(145deg, var(--home-bg) 0%, var(--primary) 58%, var(--primary-soft) 100%);
}

.home-config-scope .hero-badge,
.home-config-scope .home-banner-dots button.active,
.home-config-scope .time-dot,
.home-config-scope .home-live-card .link {
  background: var(--home-theme);
}

.home-config-scope .hero-mark,
.home-config-scope .home-live-meta,
.home-config-scope .home-poster-card strong {
  color: var(--home-theme);
}

.home-config-hero {
  background-size: cover;
  background-position: center;
}

.home-hero-video,
.home-hero-video-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-video {
  object-fit: cover;
  z-index: 0;
}

.home-hero-video-mask {
  z-index: 0;
  background: linear-gradient(145deg, color-mix(in srgb, var(--home-bg), transparent 16%), color-mix(in srgb, var(--home-theme), transparent 40%));
}

.theme-medical-tech .global-nav,
.theme-medical-tech .hero,
.theme-medical-tech .hero.dark,
.theme-medical-tech .profile-hero,
.theme-medical-tech .activity-hero-detail,
.theme-medical-tech .service-detail-hero {
  background: linear-gradient(145deg, #06364f 0%, #0878a6 58%, #21a4d8 100%);
}

.theme-medical-tech .surface-toolbar {
  background: linear-gradient(150deg, #fbfeff 0%, #e8f7fb 100%);
  border-color: rgba(178, 226, 238, .95);
}

.theme-medical-tech .surface-toolbar::before,
.theme-medical-tech .section-title::before {
  background: linear-gradient(180deg, #8ee7ef, #16b8c7);
}

.theme-clean-government .global-nav,
.theme-clean-government .hero,
.theme-clean-government .hero.dark,
.theme-clean-government .profile-hero,
.theme-clean-government .activity-hero-detail,
.theme-clean-government .service-detail-hero {
  background: linear-gradient(145deg, #075985 0%, #0284c7 58%, #38bdf8 100%);
}

.theme-clean-government .surface-toolbar {
  background: linear-gradient(150deg, #fff 0%, #e0f2fe 100%);
  border-color: #bae6fd;
  box-shadow: 0 10px 26px rgba(2, 132, 199, .08);
}

.theme-clean-government .surface-toolbar::before,
.theme-clean-government .exhibitor-toolbar::before,
.theme-clean-government .section-title::before {
  background: linear-gradient(180deg, #7dd3fc, #0284c7);
}
.theme-clean-government .toolbar-glow {
  background: radial-gradient(circle, rgba(96,165,250,.18), rgba(96,165,250,0) 68%);
}

.theme-clean-government .card,
.theme-clean-government .compact-card,
.theme-clean-government .section-card,
.theme-clean-government .news-item,
.theme-clean-government .activity-card,
.theme-clean-government .exhibitor-card {
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(23, 50, 74, .06);
}

.theme-expo-classic .home-config-scope {
  background:
    radial-gradient(circle at 78px 26px, rgba(214, 163, 66, .13), transparent 130px),
    linear-gradient(180deg, rgba(8, 27, 58, .08), transparent 260px);
}

.theme-expo-classic .home-config-scope .hero {
  min-height: 250px;
  background:
    radial-gradient(circle at 78% 12%, rgba(244, 211, 138, .24), transparent 120px),
    linear-gradient(145deg, #071832 0%, #142b57 58%, #284d86 100%);
  border: 1px solid rgba(244, 211, 138, .18);
  box-shadow: 0 22px 60px rgba(8, 27, 58, .28);
}

.theme-expo-classic .home-config-scope .home-shortcut-panel,
.theme-expo-classic .home-config-scope .home-content-feed-card,
.theme-expo-classic .home-config-scope .home-live-card,
.theme-expo-classic .home-config-scope .home-exhibitor-card,
.theme-expo-classic .home-config-scope .home-activity-feature,
.theme-expo-classic .home-config-scope .home-news-list,
.theme-expo-classic .home-config-scope .news-row {
  border-color: rgba(214, 163, 66, .22);
}

.theme-clean-government .home-config-scope {
  background:
    radial-gradient(circle at 80% 2%, rgba(14, 165, 233, .16), transparent 150px),
    linear-gradient(180deg, #e0f2fe 0, #f8fcff 320px);
}

.theme-clean-government .home-config-scope .hero {
  min-height: 218px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 89, 133, .94) 0%, rgba(2, 132, 199, .9) 60%, rgba(56, 189, 248, .84) 100%),
    radial-gradient(circle at 82% 12%, rgba(224, 242, 254, .46), transparent 118px);
  border: 1px solid rgba(125, 211, 252, .52);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(2, 132, 199, .22);
}

.theme-clean-government .home-config-scope .hero::before,
.theme-clean-government .home-config-scope .hero::after {
  border-color: rgba(224, 242, 254, .24);
}

.theme-clean-government .home-config-scope .hero-glow {
  background: radial-gradient(circle, rgba(186, 230, 253, .34), transparent 68%);
}

.theme-clean-government .home-config-scope .hero-mark {
  color: #e0f2fe;
  letter-spacing: 3px;
}

.theme-clean-government .home-config-scope .hero-title,
.theme-clean-government .home-config-scope .hero-meta-item strong {
  color: #fff;
}

.theme-clean-government .home-config-scope .hero-subtitle,
.theme-clean-government .home-config-scope .hero-meta-item,
.theme-clean-government .home-config-scope .hero-meta-item span {
  color: rgba(240, 249, 255, .82);
}

.theme-clean-government .home-config-scope .hero-badge,
.theme-clean-government .home-config-scope .btn {
  color: #075985;
  background: #e0f2fe;
  border: 1px solid rgba(186, 230, 253, .92);
  box-shadow: 0 10px 24px rgba(7, 89, 133, .16);
}

.theme-clean-government .home-config-scope .btn.secondary {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(224, 242, 254, .44);
}

.theme-clean-government .home-config-scope .home-shortcut-panel,
.theme-clean-government .home-config-scope .home-content-feed-card,
.theme-clean-government .home-config-scope .home-live-card,
.theme-clean-government .home-config-scope .home-poster-card,
.theme-clean-government .home-config-scope .home-exhibitor-card,
.theme-clean-government .home-config-scope .home-activity-feature,
.theme-clean-government .home-config-scope .home-news-list,
.theme-clean-government .home-config-scope .news-row {
  border-color: #bae6fd;
  border-radius: 14px;
  box-shadow: var(--home-card-shadow);
}

.theme-clean-government .home-config-scope .home-shortcut-icon,
.theme-clean-government .home-config-scope .shortcut-icon,
.theme-clean-government .home-config-scope .title-icon {
  background: linear-gradient(135deg, #0284c7, #38bdf8);
  box-shadow: 0 8px 18px rgba(2, 132, 199, .20);
}

.theme-clean-government .home-config-scope .home-section-icon,
.theme-clean-government .home-config-scope .home-content-feed-badge,
.theme-clean-government .home-config-scope .tag,
.theme-clean-government .home-config-scope .recommend-ribbon {
  color: #075985;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}

.theme-clean-government .home-config-scope .home-section-link,
.theme-clean-government .home-config-scope .home-content-feed-meta,
.theme-clean-government .home-config-scope .home-live-meta,
.theme-clean-government .home-config-scope .home-poster-card strong,
.theme-clean-government .home-config-scope .home-activity-time,
.theme-clean-government .home-config-scope .home-activity-status,
.theme-clean-government .home-config-scope .news-type {
  color: #0284c7;
}

.theme-clean-government .home-config-scope .home-content-feed-card .link,
.theme-clean-government .home-config-scope .home-live-card .link {
  color: #075985;
  background: #e0f2fe;
}

.theme-clean-government .home-config-scope .home-news-list .news-row {
  box-shadow: none;
}

.home-config-scope.is-custom-theme {
  background: var(--home-page-bg);
}

.home-config-scope.is-custom-theme .hero {
  background: linear-gradient(145deg, var(--home-bg) 0%, var(--home-bg) 58%, var(--home-theme) 100%);
  border-color: var(--home-theme);
  box-shadow: 0 18px 46px rgba(8, 27, 58, .18);
}

.home-config-scope.is-custom-theme .hero::before,
.home-config-scope.is-custom-theme .hero::after {
  border-color: rgba(255, 255, 255, .22);
}

.home-config-scope.is-custom-theme .hero-glow {
  background: radial-gradient(circle, rgba(255, 255, 255, .24), transparent 68%);
}

.home-config-scope.is-custom-theme .home-section-link,
.home-config-scope.is-custom-theme .home-content-feed-meta,
.home-config-scope.is-custom-theme .home-live-meta,
.home-config-scope.is-custom-theme .home-poster-card strong,
.home-config-scope.is-custom-theme .home-activity-time,
.home-config-scope.is-custom-theme .home-activity-status,
.home-config-scope.is-custom-theme .news-type {
  color: var(--home-theme);
}
.home-config-scope.is-custom-theme .hero-mark {
  color: var(--brand-on-primary);
  opacity: 0.92;
}

.home-config-scope.is-custom-theme .hero-badge,
.home-config-scope.is-custom-theme .home-section-icon,
.home-config-scope.is-custom-theme .home-content-feed-badge,
.home-config-scope.is-custom-theme .tag,
.home-config-scope.is-custom-theme .home-content-feed-card .link,
.home-config-scope.is-custom-theme .home-live-card .link {
  color: var(--home-bg);
  background: var(--home-theme);
  border-color: var(--home-theme);
}

.home-config-scope.is-custom-theme .btn {
  color: #fff;
  background: var(--home-bg);
  border-color: var(--home-bg);
}

.home-config-scope.is-custom-theme .btn.secondary {
  color: var(--home-bg);
  background: #fff;
  border-color: var(--home-theme);
}

.home-config-scope.is-custom-theme .shortcut-icon,
.home-config-scope.is-custom-theme .title-icon {
  background: linear-gradient(135deg, var(--home-bg), var(--home-theme));
  box-shadow: 0 8px 18px rgba(8, 27, 58, .16);
}

.home-config-scope.is-custom-theme .home-shortcut-panel,
.home-config-scope.is-custom-theme .home-content-feed-card,
.home-config-scope.is-custom-theme .home-live-card,
.home-config-scope.is-custom-theme .home-poster-card,
.home-config-scope.is-custom-theme .home-exhibitor-card,
.home-config-scope.is-custom-theme .home-activity-feature,
.home-config-scope.is-custom-theme .home-news-list {
  border-color: var(--home-theme);
  box-shadow: var(--home-card-shadow);
}

#app.is-custom-theme .page-shell {
  background: var(--home-page-bg);
}

#app.is-custom-theme .btn {
  /* Secondary pages do not mount the home-scoped radius token. Keep their
     actions on the template radius instead of letting an unresolved var()
     reset the browser's computed border radius to 0. */
  border-radius: var(--home-button-radius, var(--brand-button-radius, 12px));
}

#app.is-custom-theme .btn:not(.secondary),
#app.is-custom-theme .profile-status-action,
#app.is-custom-theme .profile-login-button,
#app.is-custom-theme .service-support-action,
#app.is-custom-theme .empty-action {
  color: #fff;
  background: var(--home-bg);
  border-color: var(--home-bg);
}

#app.is-custom-theme .btn.secondary,
#app.is-custom-theme .code-button,
#app.is-custom-theme .refresh-button,
#app.is-custom-theme .section-link,
#app.is-custom-theme .back-link {
  color: var(--home-bg);
  border-color: var(--home-theme);
}

#app.is-custom-theme .card,
#app.is-custom-theme .panel,
#app.is-custom-theme .compact-card,
#app.is-custom-theme .section-card,
#app.is-custom-theme .news-item,
#app.is-custom-theme .activity-card,
#app.is-custom-theme .exhibitor-card,
#app.is-custom-theme .service-list-card,
#app.is-custom-theme .service-credential-card,
#app.is-custom-theme .profile-status-card,
#app.is-custom-theme .profile-expo-card,
#app.is-custom-theme .profile-account-card,
#app.is-custom-theme .credential-card,
#app.is-custom-theme .visitor-pass-card {
  border-color: color-mix(in srgb, var(--home-theme), transparent 44%);
  border-radius: var(--home-card-radius);
}

#app.is-custom-theme .surface-toolbar,
#app.is-custom-theme .exhibitor-toolbar,
#app.is-custom-theme .profile-hero,
#app.is-custom-theme .activity-hero-detail,
#app.is-custom-theme .service-detail-hero {
  border-color: var(--home-theme);
  background: linear-gradient(135deg, var(--home-bg), color-mix(in srgb, var(--home-bg), var(--home-theme) 38%));
}

#app.is-custom-theme .surface-toolbar h1,
#app.is-custom-theme .surface-toolbar p:not(.eyebrow),
#app.is-custom-theme .exhibitor-title,
#app.is-custom-theme .page-subtitle,
#app.is-custom-theme .profile-hero h1,
#app.is-custom-theme .profile-hero p,
#app.is-custom-theme .activity-hero-detail h1,
#app.is-custom-theme .activity-hero-detail p,
#app.is-custom-theme .service-detail-hero h1,
#app.is-custom-theme .service-detail-hero p {
  color: var(--home-on-bg);
}

#app.is-custom-theme .surface-toolbar .eyebrow {
  color: color-mix(in srgb, var(--home-on-bg), var(--home-theme) 28%);
}

#app.is-custom-theme .page-kicker {
  color: color-mix(in srgb, var(--home-on-bg), var(--home-theme) 28%);
}

#app.is-custom-theme .page-kicker::before {
  background: var(--home-theme);
}

#app.is-custom-theme .section-title::before,
#app.is-custom-theme .surface-toolbar::before,
#app.is-custom-theme .exhibitor-toolbar::before,
#app.is-custom-theme .title-icon,
#app.is-custom-theme .company-logo,
#app.is-custom-theme .shortcut-icon {
  background: linear-gradient(135deg, var(--home-bg), var(--home-theme));
}

#app.is-custom-theme .toolbar-glow {
  background: radial-gradient(circle, color-mix(in srgb, var(--home-theme), transparent 72%), transparent 68%);
}

#app.is-custom-theme .surface-toolbar .title-icon {
  color: var(--home-on-theme);
  background: var(--home-theme);
  box-shadow: 0 10px 26px color-mix(in srgb, var(--home-theme), transparent 58%);
}

#app.is-custom-theme .exhibitor-title .title-icon {
  color: var(--home-on-theme);
  background: var(--home-theme);
  box-shadow: 0 10px 26px color-mix(in srgb, var(--home-theme), transparent 58%);
}

#app.is-custom-theme .mode-switch {
  background: color-mix(in srgb, var(--home-on-bg), transparent 84%);
}

#app.is-custom-theme .mode-switch button {
  color: color-mix(in srgb, var(--home-on-bg), transparent 28%);
}

#app.is-custom-theme .mode-switch button.active {
  color: var(--home-bg);
  background: color-mix(in srgb, var(--home-on-bg), transparent 4%);
}

#app.is-custom-theme .exhibitor-toolbar .search-wrap {
  border-color: color-mix(in srgb, var(--home-theme), transparent 52%);
}

#app.is-custom-theme .exhibitor-toolbar .search {
  background:
    radial-gradient(circle at 18px 50%, transparent 0 4px, var(--home-theme) 4.5px 6px, transparent 6.5px),
    linear-gradient(#fff, #fff);
}

#app.is-custom-theme .surface-toolbar .filter-row .chip {
  color: color-mix(in srgb, var(--home-bg), #13213d 35%);
  background: color-mix(in srgb, var(--home-on-bg), transparent 4%);
  border-color: color-mix(in srgb, var(--home-on-bg), transparent 72%);
}

#app.is-custom-theme .surface-toolbar .filter-row .chip.active {
  color: var(--home-on-theme);
  background: var(--home-theme);
  border-color: var(--home-theme);
}

#app.is-custom-theme .section-title,
#app.is-custom-theme .section-link,
#app.is-custom-theme .news-type,
#app.is-custom-theme .activity-status,
#app.is-custom-theme .content-feed-meta,
#app.is-custom-theme .content-feed-group,
#app.is-custom-theme .content-feed-action,
#app.is-custom-theme .live-stream-meta,
#app.is-custom-theme .live-stream-action,
#app.is-custom-theme .poster-title {
  color: var(--brand-accent);
}

#app.is-custom-theme .home-shortcut-icon,
#app.is-custom-theme .home-section-icon,
#app.is-custom-theme .feed-title-icon,
#app.is-custom-theme .section-title-icon,
#app.is-custom-theme .title-icon,
#app.is-custom-theme .company-logo,
#app.is-custom-theme .logo-block,
#app.is-custom-theme .time-dot,
#app.is-custom-theme .shortcut-icon {
  color: var(--brand-on-accent);
  background: var(--brand-accent);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--brand-accent), transparent 72%);
}

#app.is-custom-theme .home-shortcut-panel,
#app.is-custom-theme .home-content-feed-card,
#app.is-custom-theme .home-live-card,
#app.is-custom-theme .home-poster-card,
#app.is-custom-theme .home-exhibitor-card,
#app.is-custom-theme .home-activity-feature,
#app.is-custom-theme .home-news-list,
#app.is-custom-theme .content-feed-card,
#app.is-custom-theme .live-stream-card,
#app.is-custom-theme .poster-card,
#app.is-custom-theme .activity-feature,
#app.is-custom-theme .news-list {
  border-color: color-mix(in srgb, var(--brand-accent), transparent 48%);
  border-radius: var(--brand-card-radius);
}

#app.is-custom-theme .home-content-feed-card .link,
#app.is-custom-theme .home-live-card .link,
#app.is-custom-theme .feed-tab.active,
#app.is-custom-theme .feed-badge,
#app.is-custom-theme .profile-expo-badge,
#app.is-custom-theme .filter-row .chip.active,
#app.is-custom-theme .chip.active,
#app.is-custom-theme .mobile-tabs button.active,
#app.is-custom-theme .status:not(.green):not(.red):not(.orange),
#app.is-custom-theme .hero-status:not(.green):not(.red):not(.orange),
#app.is-custom-theme .status.registered,
#app.is-custom-theme .hero-status.registered,
#app.is-custom-theme .pill.orange,
#app.is-custom-theme .hero-badge,
#app.is-custom-theme .tag,
#app.is-custom-theme .recommend-ribbon,
#app.is-custom-theme .content-feed-badge {
  color: var(--brand-on-accent);
  background: var(--brand-accent);
  border-color: var(--brand-accent);
}

#app.is-custom-theme .hero .btn {
  color: var(--brand-on-accent);
  background: var(--brand-accent);
  border-radius: var(--brand-button-radius);
}

#app.is-custom-theme .feed-header {
  background: linear-gradient(145deg, var(--home-bg), color-mix(in srgb, var(--home-bg), var(--home-theme) 36%));
}

#app.is-custom-theme .feed-kicker,
#app.is-custom-theme .feed-meta,
#app.is-custom-theme .feed-action {
  color: var(--home-theme);
}

#app.is-custom-theme .feed-card {
  border-color: color-mix(in srgb, var(--home-theme), transparent 44%);
  border-radius: var(--home-card-radius);
}

#app.is-custom-theme .feed-placeholder {
  color: var(--brand-on-primary);
  background: linear-gradient(135deg, var(--brand-primary), color-mix(in srgb, var(--brand-primary), var(--brand-accent) 36%));
}

#app.is-custom-theme .progress div {
  background: linear-gradient(90deg, var(--home-bg), var(--home-theme));
}

#app.is-custom-theme .home-section-head::before,
#app.is-custom-theme .section-head::before,
#app.is-custom-theme .surface-toolbar::before {
  background: linear-gradient(90deg, color-mix(in srgb, var(--home-theme), transparent 86%), var(--home-theme), color-mix(in srgb, var(--home-bg), transparent 76%));
}

#app.is-custom-theme .home-config-scope,
#app.is-custom-theme .content-feeds-page,
#app.is-custom-theme .content-feed-detail-page {
  background: var(--brand-page);
}

#app.is-custom-theme .hero,
#app.is-custom-theme .hero.dark,
#app.is-custom-theme .profile-hero,
#app.is-custom-theme .activity-hero-detail,
#app.is-custom-theme .service-detail-hero,
#app.is-custom-theme .home-hero-video-mask {
  color: var(--brand-on-primary);
  background: linear-gradient(145deg, var(--brand-primary), color-mix(in srgb, var(--brand-primary), var(--brand-accent) 34%));
}

#app.is-custom-theme .hero::before,
#app.is-custom-theme .profile-hero::after {
  border-color: color-mix(in srgb, var(--brand-accent), transparent 64%);
}

#app.is-custom-theme .hero-glow {
  background: radial-gradient(circle, color-mix(in srgb, var(--brand-accent), transparent 62%), transparent 68%);
}

#app.is-custom-theme .hero-mark {
  color: var(--brand-on-primary);
  opacity: 0.92;
}
#app.is-custom-theme .feed-kicker,
#app.is-custom-theme .profile-kicker,
#app.is-custom-theme .cg-hero-badge,
#app.is-custom-theme .live-stream-placeholder,
#app.is-custom-theme .news-cover-placeholder,
#app.is-custom-theme .home-content-feed-placeholder,
#app.is-custom-theme .content-feed-placeholder {
  color: var(--brand-accent);
}

#app.is-custom-theme .hero-meta-icon,
#app.is-custom-theme .hero-primary,
#app.is-custom-theme .refresh-button,
#app.is-custom-theme .feed-tab.active,
#app.is-custom-theme .status.registered,
#app.is-custom-theme .hero-status.registered {
  color: var(--brand-on-accent);
  background: var(--brand-accent);
}

#app.is-custom-theme .hero .btn.secondary,
#app.is-custom-theme .hero-secondary {
  color: var(--brand-on-primary);
  background: color-mix(in srgb, var(--brand-on-primary), transparent 86%);
  border-color: color-mix(in srgb, var(--brand-on-primary), transparent 68%);
}

#app.is-custom-theme .product-card.dark,
#app.is-custom-theme .media-cover,
#app.is-custom-theme .feed-header,
#app.is-custom-theme .feed-placeholder,
#app.is-custom-theme .content-feed-placeholder,
#app.is-custom-theme .news-cover-placeholder,
#app.is-custom-theme .home-live-cover.placeholder {
  color: var(--brand-on-primary);
  background: linear-gradient(135deg, var(--brand-primary), color-mix(in srgb, var(--brand-primary), var(--brand-accent) 34%));
}

#app.is-custom-theme .home-content-feed-badge,
#app.is-custom-theme .feed-badge,
#app.is-custom-theme .content-feed-badge,
#app.is-custom-theme .mobile-tabs button.active {
  color: var(--brand-on-accent);
  background: var(--brand-accent);
}

#app.is-custom-theme .mobile-tabs button.active,
#app.is-custom-theme .tab-card button.active,
#app.is-custom-theme .mode-switch button.active {
  border-radius: var(--brand-button-radius);
}

#app.is-custom-theme .bottom-nav .active,
#app.is-custom-theme .mobile-tabs button.active {
  color: var(--brand-on-accent);
  background: var(--brand-accent);
}

#app.is-custom-theme .activity-hero-detail .tag,
#app.is-custom-theme .service-credential-card,
#app.is-custom-theme .credential-card,
#app.is-custom-theme .visitor-pass-card {
  border-color: color-mix(in srgb, var(--brand-accent), transparent 42%);
}

#app.is-custom-theme .activity-hero-detail .tag,
#app.is-custom-theme .visitor-pass-card.orange,
#app.is-custom-theme .profile-status-card.pending {
  background: color-mix(in srgb, var(--brand-accent), transparent 88%);
}

.home-layout-magazine .home-content-feed-section {
  margin-top: 18px;
}

.home-layout-magazine .home-content-feed-list {
  display: grid;
  gap: 12px;
}

.home-layout-magazine .home-content-feed-card:first-child {
  display: block;
}

.home-layout-magazine .home-content-feed-card:first-child .home-content-feed-media {
  height: 168px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.home-layout-magazine .home-news-list {
  display: grid;
  gap: 10px;
}

.home-shortcut-panel.is-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-shortcut-panel.is-compact .home-shortcut {
  min-height: 78px;
}

.home-layout-timeline .home-section.is-lead {
  margin-top: 16px;
}

.home-layout-timeline .home-section.is-lead .home-activity-feature {
  border-color: var(--home-theme);
  box-shadow: 0 18px 42px rgba(8, 27, 58, .12);
}

.home-layout-timeline .home-live-list,
.home-layout-timeline .home-content-feed-list {
  display: grid;
  gap: 12px;
}

.home-layout-portal .home-shortcut-panel.is-portal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut {
  min-height: 112px;
  align-items: flex-start;
  flex-direction: column;
}

.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut-icon {
  width: 42px;
  height: 42px;
}

.home-template-expo_portal {
  background:
    linear-gradient(180deg, var(--theme-bg, #eef2f9) 0, #fff 520px);
}

.home-template-expo_portal .home-section,
.home-template-expo_portal .home-shortcut-panel,
.home-template-expo_portal .home-content-feed-card,
.home-template-expo_portal .home-exhibitor-card,
.home-template-expo_portal .home-activity-feature,
.home-template-expo_portal .news-card {
  border-color: rgba(11, 43, 92, .12);
}

.home-template-summit_content {
  padding-top: 6px;
}

.home-template-summit_content .hero {
  min-height: 238px;
  padding-bottom: 18px;
  border-radius: 12px;
}

.home-template-summit_content .hero-mark {
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--home-theme), transparent 62%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--home-theme), transparent 88%);
  letter-spacing: .08em;
}

.home-template-summit_content .hero-title {
  max-width: 100%;
  font-size: 28px;
}

.home-template-summit_content .summit-program-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.summit-program-main,
.summit-program-side {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--home-card-radius);
  background: var(--card);
  box-shadow: var(--home-card-shadow);
}

.summit-program-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(244, 211, 138, .2), transparent 100px),
    linear-gradient(145deg, var(--primary-dark), var(--primary));
  border-color: rgba(244, 211, 138, .24);
}

.summit-side-kicker {
  color: var(--home-theme);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.summit-program-side h3 {
  margin: 12px 0 8px;
  font-size: 22px;
  line-height: 1.25;
}

.summit-program-side p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}

.summit-program-side .link {
  width: fit-content;
  margin-top: 18px;
  color: var(--primary-dark);
  background: var(--home-theme);
  border: 0;
}

.home-template-summit_content .summit-agenda {
  margin-top: 14px;
}

.home-template-summit_content .summit-agenda .home-section-head {
  align-items: center;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--home-theme), transparent 66%);
  border-radius: var(--home-card-radius);
  background: color-mix(in srgb, var(--home-theme), transparent 92%);
}

.home-template-summit_content .summit-agenda .home-activity-feature {
  border-color: var(--home-theme);
}

.home-template-summit_content .home-content-feed-list,
.home-template-summit_content .home-live-list {
  display: grid;
  gap: 12px;
}

.home-template-summit_content .home-content-feed-card:first-child {
  display: block;
}

.home-template-summit_content .home-content-feed-card:first-child .home-content-feed-media {
  height: 172px;
  border-radius: var(--home-card-radius) var(--home-card-radius) 0 0;
}

.home-template-summit_content .summit-content-feed .home-section-head {
  align-items: flex-end;
}

.home-template-summit_content .home-news-list {
  padding: 0 14px;
}

.home-template-summit_content .summit-shortcuts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-template-summit_content .summit-shortcuts .home-shortcut {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.home-template-brand_showcase .hero {
  min-height: 300px;
}

.home-template-brand_showcase .hero-title {
  font-size: 30px;
}

.brand-highlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(210px, .82fr);
  gap: 14px;
}

.brand-highlight-main,
.brand-highlight-mini {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: var(--home-card-radius);
  background: var(--primary-dark);
  box-shadow: var(--home-card-shadow);
}

.brand-highlight-main {
  min-height: 320px;
}

.brand-highlight-main img,
.brand-highlight-mini img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brand-highlight-main::after,
.brand-highlight-mini::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 24, 50, .78));
}

.brand-highlight-copy,
.brand-highlight-mini > div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
}

.brand-highlight-copy span,
.brand-highlight-mini span {
  display: block;
  margin-bottom: 8px;
  color: var(--home-theme);
  font-size: 12px;
  font-weight: 900;
}

.brand-highlight-copy strong {
  display: block;
  font-size: 26px;
  line-height: 1.25;
}

.brand-highlight-stack {
  display: grid;
  gap: 14px;
}

.brand-highlight-mini {
  min-height: 153px;
}

.brand-highlight-mini strong {
  display: block;
  overflow: hidden;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brand-highlight-placeholder {
  min-height: inherit;
  display: grid;
  place-items: center;
  color: var(--home-theme);
  font-weight: 900;
  letter-spacing: .16em;
}

.brand-highlight-placeholder img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-exhibitor-list {
  display: grid;
  gap: 12px;
}

.brand-exhibitor-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--home-theme), transparent 58%);
  border-radius: var(--home-card-radius);
  background: linear-gradient(135deg, var(--card), color-mix(in srgb, var(--card), var(--home-theme) 7%));
  box-shadow: var(--home-card-shadow);
}

.brand-exhibitor-logo {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: var(--brand-on-accent, #13213d);
  background: var(--home-theme);
  border-radius: 24px;
  font-size: 32px;
  font-weight: 900;
}

.brand-exhibitor-body {
  min-width: 0;
}

.brand-exhibitor-body span {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 4px 9px;
  color: var(--brand-on-accent, #13213d);
  background: var(--home-theme);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.brand-exhibitor-body strong,
.brand-exhibitor-body p,
.brand-exhibitor-body em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-exhibitor-body strong {
  color: var(--ink);
  font-size: 18px;
  white-space: nowrap;
}

.brand-exhibitor-body p {
  margin: 7px 0;
  color: var(--muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brand-exhibitor-body em {
  color: var(--home-theme);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.home-template-brand_showcase .home-content-feed-card:first-child,
.home-template-brand_showcase .home-exhibitor-card:first-child {
  transform: translateY(-2px);
}

.home-template-brand_showcase .home-content-feed-list {
  display: grid;
  gap: 14px;
}

.home-template-brand_showcase .home-exhibitor-row {
  display: grid;
  grid-template-columns: 1fr;
}

.home-template-brand_showcase .home-exhibitor-card {
  min-height: 154px;
}

.home-template-brand_showcase .brand-content-feed .home-content-feed-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hero::before {
  content: "";
  position: absolute;
  right: -52px;
  top: -58px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(244, 211, 138, .28);
  border-radius: 50%;
}
.hero::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: 98px;
  height: 98px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  transform: rotate(18deg);
}
.hero > div { position: relative; z-index: 1; }
.home-config-hero > h1,
.home-config-hero > .actions {
  position: relative;
  z-index: 1;
}
.hero.dark { background: linear-gradient(145deg, #071832 0%, #142b57 60%, #284d86 100%); }
.hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hero-mark {
  color: var(--accent-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.hero-badge {
  padding: 5px 9px;
  color: #1d2b44;
  background: linear-gradient(135deg, #fff2cf, var(--accent));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-title {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin-top: 12px !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hero-subtitle {
  position: relative;
  z-index: 1;
  margin-top: 7px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
}
.hero-meta {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 6px;
  padding: 7px;
  color: rgba(255,255,255,.88);
  background: rgba(7, 24, 50, .52);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
  backdrop-filter: blur(8px);
  font-size: 12px;
}
.hero-meta-item {
  min-width: 0;
  flex: 1 1 142px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  white-space: normal;
}
.hero-meta-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #112346;
  background: var(--home-theme);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.hero-icon-svg {
  width: 13px;
  height: 13px;
  display: block;
}
.profile-icon-svg {
  display: block;
  width: 17px;
  height: 17px;
}
.avatar .profile-icon-svg {
  width: 24px;
  height: 24px;
}
.hero-meta-item strong {
  color: #fff;
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--accent-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 800;
}
.hero p {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.55;
}
.dark p { color: rgba(255,255,255,.76); }
.actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 15px;
}
.btn {
  max-width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: 0 10px 24px rgba(20, 43, 87, .16);
}
.hero .btn {
  color: #10254a;
  background: linear-gradient(135deg, #fff7df, var(--accent));
  box-shadow: none;
}
.btn.secondary {
  color: var(--primary);
  background: var(--primary-pale);
  border: 1px solid #bfd4f3;
  box-shadow: none;
}
.hero .btn.secondary {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
}
.section {
  max-width: none;
  margin: 0;
  padding: 18px 0 0;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 2px 12px;
}
.section-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 800;
}
.section-copy {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.link {
  border: 0;
  color: var(--primary);
  background: transparent;
  font-weight: 800;
}
.grid { display: grid; gap: 12px; }
.grid.two, .grid.three { grid-template-columns: 1fr; }

.product-card, .panel, .empty {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid rgba(223, 231, 242, .9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.product-card[data-route] { cursor: pointer; }
.product-card.dark { color: #fff; background: linear-gradient(145deg, #071832, #142b57); }
.product-card h3, .panel h3, .h5-login-panel .login-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 800;
}
.product-card p, .panel p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.product-card.dark p { color: rgba(255,255,255,.74); }
.status-page-title {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}
.not-found-page .empty p,
.status-page .empty p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.meta {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
}

.home-shortcut-panel {
  margin-top: 13px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(223, 231, 242, .95);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.home-shortcut {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border: 1px solid rgba(223, 231, 242, .72);
  border-radius: 11px;
  cursor: pointer;
}
.home-shortcut-icon,
.home-section-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  box-shadow: 0 8px 18px rgba(20, 43, 87, .14);
}
.home-shortcut-icon {
  width: 33px;
  height: 33px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  color: #6e4a18;
  background: linear-gradient(135deg, #fff4d2, var(--accent));
  box-shadow: 0 8px 18px rgba(216, 174, 96, .2);
}
.home-shortcut-label {
  color: #111a2e;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.home-shortcut-desc {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}
.home-section {
  padding-top: var(--section-gap, 22px);
}
.home-section-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 14px;
}
.home-section-head::before {
  content: "";
  width: 6px;
  height: 16px;
  margin-top: 3px;
  flex: 0 0 auto;
  background: linear-gradient(180deg, var(--accent-light), var(--accent));
  border-radius: 999px;
}
.home-section-head > div {
  flex: 1;
  min-width: 0;
}
.home-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #111a2e;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.home-section-icon {
  width: 23px;
  height: 23px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.home-section-caption {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}
.home-section-link {
  margin-top: 10px;
  border: 0;
  color: var(--primary);
  background: transparent;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}
.home-exhibitor-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.home-exhibitor-card {
  position: relative;
  min-height: 126px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.home-exhibitor-card .company-logo {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 800;
}
.recommend-ribbon {
  position: absolute;
  right: 10px;
  top: 11px;
  padding: 3px 7px;
  color: #9b6a18;
  background: #fff3d4;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}
.home-exhibitor-name {
  min-height: auto;
  margin-top: 9px;
  color: #111a2e;
  font-size: 15px;
  line-height: 1.36;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.home-exhibitor-en {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-exhibitor-booth {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
}
.home-exhibitor-card .tag {
  display: inline-flex;
  margin-top: 9px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}
.home-activity-feature {
  padding: 14px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.time-rail {
  display: flex;
  align-items: center;
  gap: 9px;
}
.time-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(201,154,75,.12);
}
.home-activity-time {
  color: var(--accent);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}
.home-activity-title {
  margin-top: 7px;
  color: #111a2e;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.home-activity-venue {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}
.home-activity-footer {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.home-activity-status {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}
.home-news-list {
  padding: 0 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
}
.home-news-list.is-empty,
.news-list.card.is-empty {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.home-news-list .news-title {
  font-size: 14px;
  font-weight: 600;
}
.home-news-list .news-type {
  font-size: 12px;
  font-weight: 700;
}

.home-banner {
  position: relative;
  height: 130px;
  margin-top: 12px;
  overflow: hidden;
  background: #dfe7f2;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.home-banner-track {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  transition: transform .38s ease;
}
.home-banner-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.home-banner-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home-banner-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.home-banner-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.56);
}
.home-banner-dots button.active {
  width: 16px;
  background: #fff;
}

.home-live-list,
.home-content-feed-list,
.home-poster-list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 4px 20px;
  margin: 0 -4px -10px;
  scroll-snap-type: x mandatory;
}

.home-live-list::-webkit-scrollbar,
.home-content-feed-list::-webkit-scrollbar,
.home-poster-list::-webkit-scrollbar {
  display: none;
}

.home-content-feed-card {
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--home-card-shadow);
  scroll-snap-align: start;
}

.home-live-card {
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--home-card-shadow);
  scroll-snap-align: start;
}

.content-feed-page-list {
  display: grid;
  gap: 14px;
}

.content-feed-page-list .home-content-feed-card {
  flex-basis: auto;
}

.home-content-feed-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101827;
}

.home-content-feed-video,
.home-content-feed-cover,
.home-content-feed-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.home-content-feed-video,
.home-content-feed-cover {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.home-content-feed-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  background: linear-gradient(145deg, var(--primary-dark), var(--primary));
  font-weight: 800;
}

.home-content-feed-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 9px;
  color: #10254a;
  background: var(--home-theme);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.home-content-feed-body {
  padding: 14px;
}

.home-content-feed-meta {
  overflow: hidden;
  color: var(--home-theme);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-content-feed-body h3 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.home-content-feed-body p {
  min-height: 40px;
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-content-feed-card .link {
  padding: 6px 10px;
  color: var(--primary);
  background: var(--primary-pale);
  border-radius: 999px;
  font-weight: 800;
}

.content-feeds-page,
.content-feed-detail-page {
  min-height: 100vh;
  padding-top: 10px;
  background: linear-gradient(180deg, #eef2f9 0%, var(--surface) 180px);
}

.feed-header {
  padding: 17px 16px;
  color: #fff;
  background: linear-gradient(145deg, #071832 0%, #142b57 62%, #284d86 100%);
  border-radius: 15px;
  box-shadow: 0 11px 29px rgba(8, 27, 58, .22);
}

.feed-kicker {
  margin: 0;
  color: #f4d38a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.feed-title {
  margin: 8px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.feed-subtitle {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  line-height: 1.45;
}

.feed-tabs {
  width: 100%;
  display: flex;
  gap: 7px;
  margin: 13px 0 9px;
  overflow-x: auto;
  padding-bottom: 2px;
  white-space: nowrap;
}

.feed-tabs::-webkit-scrollbar {
  display: none;
}

.feed-tab {
  min-width: 56px;
  height: 30px;
  flex: 0 0 auto;
  padding: 0 12px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.feed-tab.active {
  color: #10254a;
  background: linear-gradient(135deg, #fff7df, #d8ae60);
  border-color: rgba(201, 154, 75, .45);
}

.feed-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.feed-card {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.content-feeds-template-summit_content .feed-header,
.activity-template-summit_content .activity-toolbar,
.news-template-summit_content .news-toolbar {
  color: #fff;
  background: linear-gradient(145deg, #111827 0%, #1f2937 60%, #334155 100%);
  border-color: rgba(255, 255, 255, .08);
}

.content-feeds-template-summit_content .feed-subtitle,
.activity-template-summit_content .activity-toolbar p,
.news-template-summit_content .news-toolbar p {
  color: rgba(255, 255, 255, .7);
}

.content-feeds-template-summit_content .feed-list {
  gap: 8px;
}

.content-feeds-template-summit_content .feed-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 140px;
  border-color: var(--accent);
}

.content-feeds-template-summit_content .feed-media {
  height: 100%;
  min-height: 140px;
}

.content-feeds-template-brand_showcase .feed-header {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 211, 138, .26), transparent 28%),
    linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 68%, #0f1e37 100%);
  border-radius: 24px;
}

.content-feeds-template-brand_showcase .feed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-feeds-template-brand_showcase .feed-card {
  border-color: rgba(96, 165, 250, .34);
}

.content-feeds-template-brand_showcase .feed-media {
  height: 156px;
}

.feed-media {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #101827;
}

.feed-cover,
.feed-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.feed-cover {
  object-fit: cover;
}

.feed-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4d38a;
  background: linear-gradient(135deg, #071832, #142b57 62%, #2b528b);
  font-size: 17px;
  font-weight: 800;
}

.feed-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 8px;
  color: #10254a;
  background: linear-gradient(135deg, #fff7df, #d8ae60);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.feed-play-mark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(8, 27, 58, .78);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.feed-body {
  padding: 12px;
}

.feed-meta {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.feed-card-title {
  margin: 5px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.36;
  font-weight: 800;
}

.feed-desc {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feed-action {
  margin-top: 9px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}

.detail-media {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #101827;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.detail-video,
.detail-cover,
.detail-placeholder {
  width: 100%;
  height: 210px;
  display: block;
}

.detail-video,
.detail-cover {
  object-fit: cover;
}

.detail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4d38a;
  background: linear-gradient(135deg, #071832, #142b57 62%, #2b528b);
  font-size: 18px;
  font-weight: 800;
}

.detail-badge {
  position: absolute;
  left: 11px;
  top: 11px;
  padding: 4px 8px;
  color: #10254a;
  background: linear-gradient(135deg, #fff7df, #d8ae60);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.detail-panel {
  margin-top: 11px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.detail-meta {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.detail-title {
  margin: 6px 0 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.detail-desc {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.detail-action {
  width: 100%;
  height: 39px;
  margin-top: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #2b528b);
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.panel-title,
.section-title {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
}

.note-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  color: var(--muted);
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}

.note-row:last-child {
  border-bottom: 0;
}

.note-row strong {
  color: var(--text);
  font-weight: 700;
  text-align: right;
}

.related-section {
  margin-top: 14px;
}

.related-card {
  margin-top: 8px;
  padding: 9px;
  display: flex;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.related-cover {
  width: 75px;
  height: 52px;
  flex-shrink: 0;
  display: block;
  border-radius: 8px;
  background: #101827;
  object-fit: cover;
}

.related-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4d38a;
  font-size: 11px;
  font-weight: 800;
}

.related-body {
  min-width: 0;
  flex: 1;
}

.related-meta {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}

.related-title {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-live-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: 184px;
  display: block;
  object-fit: cover;
  background: linear-gradient(145deg, var(--primary-dark), var(--primary));
}

.home-live-cover.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  font-weight: 800;
}

.home-live-body {
  padding: 14px;
}

.home-live-meta {
  font-size: 12px;
  font-weight: 800;
}

.home-live-body h3 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.home-live-body p {
  min-height: 40px;
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-live-card .link {
  padding: 6px 10px;
  color: #10254a;
  border-radius: 999px;
  font-weight: 800;
}

.home-poster-card {
  flex: 0 0 43%;
  min-width: 0;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--home-card-shadow);
  scroll-snap-align: start;
}

.home-poster-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
  background: var(--primary-pale);
}

.home-poster-card div {
  padding: 10px;
}

.home-poster-card strong,
.home-poster-card span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-poster-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.media-cover {
  width: 116px;
  height: 84px;
  float: left;
  margin: 0 14px 8px 0;
  display: block;
  object-fit: cover;
  background: linear-gradient(135deg, #071832, #142b57 62%, #2b528b);
  border-radius: 14px;
}
.card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  clear: both;
}
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--primary-pale);
  font-size: 12px;
  font-weight: 800;
}
.pill.green { color: var(--green); background: #eaf7f0; }
.pill.orange { color: #6e4a18; background: linear-gradient(135deg, #fff4d2, var(--accent)); }
.pill.red { color: var(--red); background: #fff0ed; }

.toolbar {
  position: relative;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 20px 18px 18px;
  background: linear-gradient(150deg, #f8fbff 0%, #eef3fb 100%);
  border: 1px solid rgba(219, 228, 241, .95);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(8, 27, 58, .08);
}
.toolbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(201,154,75,.08), rgba(201,154,75,.8), rgba(20,43,87,.08));
}
.toolbar h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 25px;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 900;
}
.title-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 12px;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(20,43,87,.16);
}
.title-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.service-list-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.exhibitor-toolbar {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 18px 13px 14px;
  background: linear-gradient(150deg, #f8fbff 0%, #eef3fb 100%);
  border: 1px solid rgba(219, 228, 241, .98);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(8, 27, 58, .08);
}
.exhibitor-toolbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(201,154,75,.08), rgba(201,154,75,.82), rgba(20,43,87,.08));
}
.toolbar-glow {
  position: absolute;
  right: -36px;
  top: -48px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,154,75,.2), rgba(201,154,75,0) 68%);
  pointer-events: none;
}
.page-intro {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.page-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.page-kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--accent);
}
.exhibitor-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #111a2e;
  font-size: 29px;
  line-height: 1.18;
  font-weight: 900;
}
.exhibitor-title .title-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 19px;
}
.page-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}
.mode-switch {
  position: relative;
  z-index: 1;
  width: 184px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4px;
  margin-bottom: 14px;
  padding: 4px;
  background: #e9eef4;
  border-radius: 11px;
}
.mode-switch button {
  height: 38px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-size: 15px;
  font-weight: 900;
}
.mode-switch button.active {
  color: var(--primary-dark);
  background: #fff;
  box-shadow: 0 6px 14px rgba(8,27,58,.08);
}

.booth-application-entry {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 58px;
  margin: 0 0 16px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--primary-dark);
  background: rgba(255,255,255,.94);
  border: 1px solid var(--border);
  border-radius: var(--brand-card-radius, 12px);
  box-shadow: 0 7px 18px rgba(8,27,58,.07);
  text-align: left;
  cursor: pointer;
}

.booth-application-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--home-on-theme, #13213d);
  background: var(--home-theme, #d8ae60);
  border-radius: var(--brand-button-radius, 10px);
  font-size: 14px;
  font-weight: 900;
}

.booth-application-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.booth-application-copy strong { font-size: 15px; }
.booth-application-copy small { color: var(--muted); font-size: 12px; }
.booth-application-arrow { flex: 0 0 auto; color: var(--muted); font-size: 25px; line-height: 1; }
.exhibitor-toolbar .search-wrap {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) 136px;
  gap: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--brand-card-radius, 16px);
  box-shadow: 0 10px 24px rgba(8, 27, 58, .08);
}
.exhibitor-toolbar .search {
  height: 44px;
  padding: 0 12px 0 36px;
  border: 0;
  border-radius: var(--brand-button-radius, 12px);
  box-shadow: none;
  color: #111a2e;
  font-size: 16px;
  font-weight: 700;
  background:
    radial-gradient(circle at 18px 50%, transparent 0 4px, var(--accent) 4.5px 6px, transparent 6.5px),
    linear-gradient(#fff, #fff);
}
.exhibitor-toolbar .search::placeholder {
  color: #8d96a6;
  font-weight: 700;
}
.exhibitor-toolbar .search-wrap .btn {
  height: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: none;
}
.filter-scroll {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  padding-right: 20px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, #000 calc(100% - 32px), transparent);
}
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-row {
  display: inline-flex;
  gap: 10px;
  padding-right: 58px;
}
.filter-row .chip {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 17px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
}
.filter-row .chip.active {
  color: #1b2c4a;
  background: linear-gradient(135deg, #fff4d2, var(--accent));
  border-color: #ead4a5;
}
.result-meta {
  margin: 2px 0 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}
.exhibitor-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.exhibitor-card {
  padding: 18px 16px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid rgba(223, 231, 242, .95);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(8, 27, 58, .07);
  cursor: pointer;
}
.item-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.company-logo {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 13px;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(20,43,87,.14);
}
.company-main { min-width: 0; flex: 1; }
.company-name {
  margin: 0;
  color: #111a2e;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}
.recommend {
  display: inline-flex;
  margin-left: 6px;
  padding: 2px 7px;
  color: #7a4f10;
  background: #fff3d4;
  border-radius: 999px;
  font-size: 12px;
  vertical-align: middle;
}
.company-en {
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.booth-line {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.booth {
  color: var(--primary);
  font-size: 18px;
  font-weight: 900;
}
.tag {
  flex: 0 0 auto;
  padding: 5px 10px;
  color: var(--primary);
  background: var(--primary-pale);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}
.booth-code-badge {
  min-width: 58px;
  max-width: 88px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 12px;
  color: #fff;
  background: #d8a63d;
  border: 1px solid rgba(168, 118, 28, .16);
  border-radius: 999px;
  font-family: SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 rgba(126, 83, 16, .12);
}
.product-line,
.need-line {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}
.need-line {
  margin-top: 4px;
  color: var(--primary-dark);
}

.exhibitor-template-summit_content .exhibitor-toolbar {
  background: linear-gradient(145deg, #111827, #1f2937);
  border-color: rgba(245, 196, 81, .26);
}

.exhibitor-template-summit_content .page-kicker,
.exhibitor-template-summit_content .page-subtitle {
  color: rgba(255, 255, 255, .72);
}

.exhibitor-template-summit_content .exhibitor-title {
  color: #fff;
}

.exhibitor-template-summit_content .mode-switch,
.exhibitor-template-summit_content .search-wrap,
.exhibitor-template-summit_content .filter-row .chip {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
}

.exhibitor-template-summit_content .mode-switch button.active,
.exhibitor-template-summit_content .filter-row .chip.active {
  color: #111827;
  background: var(--home-theme, var(--accent));
}

.summit-directory-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  background: #fff;
  border-color: var(--home-theme, var(--accent));
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.summit-directory-index {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #111827;
  background: color-mix(in srgb, var(--home-theme, var(--accent)), #fff 22%);
  border-radius: 16px;
  font-size: 24px;
  font-weight: 900;
}

.summit-directory-main {
  min-width: 0;
}

.summit-directory-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.summit-directory-head h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.summit-directory-head span {
  flex: 0 0 auto;
  padding: 3px 8px;
  color: #111827;
  background: color-mix(in srgb, var(--home-theme, var(--accent)), #fff 20%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.summit-directory-main p {
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.summit-directory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.summit-directory-meta strong,
.summit-directory-meta em {
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.summit-directory-meta strong {
  color: var(--primary);
  background: var(--primary-pale);
}

.summit-directory-meta em {
  color: #6b4b0f;
  background: #fff3d4;
}

.exhibitor-template-brand_showcase .exhibitor-toolbar {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--home-theme, var(--accent)), transparent 58%), transparent 140px),
    linear-gradient(145deg, var(--home-bg, var(--primary-dark)), var(--primary));
  border-color: color-mix(in srgb, var(--home-theme, var(--accent)), transparent 56%);
}

.exhibitor-template-brand_showcase .page-kicker,
.exhibitor-template-brand_showcase .page-subtitle {
  color: rgba(255, 255, 255, .76);
}

.exhibitor-template-brand_showcase .exhibitor-title {
  max-width: 720px;
  color: #fff;
  font-size: clamp(32px, 7vw, 52px);
}

.exhibitor-template-brand_showcase .exhibitor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.brand-showcase-card {
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.brand-showcase-media {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--primary-dark), var(--primary));
}

.brand-showcase-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 1;
}

.brand-showcase-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--home-theme, var(--accent));
  font-size: 48px;
  font-weight: 900;
  z-index: 0;
}

.brand-showcase-media span {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 5px 10px;
  color: var(--brand-on-accent, #13213d);
  background: var(--home-theme, var(--accent));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  z-index: 2;
}

.brand-showcase-body {
  padding: 16px;
}

.brand-showcase-body h3 {
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand-showcase-body p {
  min-height: 46px;
  margin: 8px 0 14px;
  color: var(--muted);
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brand-showcase-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-showcase-foot strong,
.brand-showcase-foot em {
  min-width: 0;
  padding: 5px 9px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-showcase-foot strong {
  color: var(--primary);
  background: var(--primary-pale);
}

.brand-showcase-foot em {
  color: var(--brand-on-accent, #13213d);
  background: var(--home-theme, var(--accent));
}

.exhibitor-detail-page {
  padding-bottom: 118px;
}
.back-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  margin: 0 0 12px;
  padding: 6px 12px 6px 8px;
  color: var(--primary);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(223, 231, 242, .95);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(20, 43, 87, .08);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  backdrop-filter: blur(10px);
}
.back-link::first-letter {
  letter-spacing: 0;
}
.back-link::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  background: var(--primary-pale);
  border-radius: 999px;
}
.back-link::after {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.back-link:active {
  transform: translateY(1px);
}
.company-hero-detail {
  padding: 22px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.detail-logo {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 16px;
  font-size: 25px;
}
.detail-company-name {
  margin: 14px 0 0 !important;
  color: #111a2e;
  font-size: 23px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
}
.detail-company-en {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.location-pill {
  margin: 16px auto 0;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 0;
  color: var(--primary);
  background: var(--primary-pale);
  border-radius: 999px;
  font-weight: 900;
}
.detail-copy {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 650;
}
.detail-section-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.25;
}
.detail-section-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 10px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(20,43,87,.16);
}
.highlight-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}
.highlight-card {
  padding: 13px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--primary-dark);
  line-height: 1.55;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(8, 27, 58, .05);
}
.highlight-card span {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  background: var(--accent);
  border-radius: 999px;
}
.detail-product-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}
.detail-product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(8, 27, 58, .05);
}
.detail-product-image {
  width: 100%;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  color: var(--primary);
  background: var(--primary-pale);
  font-size: 24px;
  font-weight: 900;
}
.product-image-shell {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.product-image-shell span {
  position: relative;
  z-index: 0;
}
.product-image-shell img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--primary-pale);
}
.product-placeholder {
  border-bottom: 1px solid var(--line);
}
.detail-product-body {
  padding: 12px;
}
.detail-product-name {
  color: #111a2e;
  font-weight: 900;
  line-height: 1.45;
}
.detail-product-desc {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 13px;
}
.need-list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.need-chip {
  padding: 8px 13px;
  color: var(--primary);
  background: var(--primary-pale);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}
.info-list-card {
  margin-top: 12px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.info-list-card div {
  min-height: 50px;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.info-list-card div:last-child { border-bottom: 0; }
.info-list-card span {
  flex: 0 0 auto;
  color: var(--muted);
  font-weight: 700;
}
.info-list-card strong {
  color: var(--primary-dark);
  text-align: right;
  word-break: break-all;
}
.match-card-detail {
  margin-top: 12px;
  padding: 16px;
  background: linear-gradient(135deg, #f6fbff, #fff);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.match-title {
  color: var(--primary-dark);
  font-weight: 900;
}
.match-desc {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 14px;
}
.bottom-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 24;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 28px rgba(8, 27, 58, .08);
  backdrop-filter: blur(18px);
}
.bottom-actions .btn {
  width: 100%;
  min-width: 0;
  margin: 0;
  box-shadow: none;
}
.toolbar p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 0 0 14px;
  padding: 0;
}
.search-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 8px;
  width: 100%;
}
.search {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--brand-button-radius, 14px);
  outline: none;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 27, 58, .06);
}
.chip {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 15px;
  color: var(--muted);
  background: #fff;
  font-weight: 800;
  font-size: 13px;
}
.chip.active {
  color: #1b2c4a;
  background: linear-gradient(135deg, #fff4d2, var(--accent));
  border-color: #ead4a5;
}

.detail {
  max-width: none;
  margin: 0;
  padding: 0 0 90px;
}
.detail h1 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 900;
}
.detail .lead {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.form { display: grid; gap: 12px; }
.field label { display: block; margin-bottom: 7px; font-weight: 800; }
.form-alert {
  padding: 11px 13px;
  color: var(--red);
  background: #fff0ed;
  border: 1px solid #f4b8b8;
  border-radius: 12px;
  line-height: 1.5;
  font-weight: 700;
}
.field.has-error input,
.field.has-error textarea,
.field.has-error select {
  border-color: #f4b8b8;
  background: #fffafa;
}
.field-error {
  margin-top: 7px;
  color: var(--red);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}
.code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 8px;
}
.code-button {
  min-height: 46px;
  padding: 0 10px;
  box-shadow: none;
  white-space: nowrap;
  color: var(--primary);
  background: #eef5ff;
  border: 1px solid #bfd4f3;
}
.login-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  background: #f7faff;
}
.field textarea { min-height: 112px; padding: 12px 13px; line-height: 1.5; }
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.checkbox-option {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin: 0 !important;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7faff;
  color: var(--text);
  font-size: 13px;
}
.checkbox-option input {
  width: 15px !important;
  min-height: 15px !important;
  padding: 0 !important;
  accent-color: var(--primary);
}
@media (max-width: 420px) {
  .code-row {
    grid-template-columns: 1fr;
  }
  .login-actions {
    grid-template-columns: 1fr;
  }
  .code-button {
    width: 100%;
  }
}
.empty {
  padding: 34px 16px;
  color: var(--muted);
  text-align: center;
  box-shadow: none;
}
.count-card {
  min-height: 112px;
  padding: 18px;
}
.count-card strong {
  display: block;
  margin-top: 6px;
  color: var(--primary);
  font-size: 32px;
  line-height: 1;
}

.bottom-sheet {
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin: 18px 0 0;
  padding: 10px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: 18px;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 28px rgba(8, 27, 58, .12);
}
.activity-action-sheet {
  position: sticky;
  bottom: calc(96px + env(safe-area-inset-bottom));
  grid-template-columns: minmax(0, 190px);
  justify-content: center;
}
.activity-action-sheet .btn {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
.activity-register-button {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
}
.activity-cancel-button {
  color: var(--primary);
  background: #eef5ff;
  border: 1px solid #bfd4f3;
  box-shadow: none;
}
.activity-disabled-button,
.activity-action-sheet .btn:disabled {
  color: #7b879a;
  background: #edf2f7;
  border: 1px solid #d9e2ee;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.mobile-tabs {
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 30;
  width: min(430px, calc(100% - 20px));
  transform: translateX(-50%);
  display: none;
  grid-template-columns: repeat(5, 1fr);
  padding: 6px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(8,27,58,.16);
  backdrop-filter: blur(20px);
}
.mobile-tabs button {
  min-height: 42px;
  min-width: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.mobile-tabs button.active {
  color: #10254a;
  background: linear-gradient(135deg, #fff4d2, var(--accent));
}
.toast {
  position: fixed;
  left: 50%;
  bottom: calc(86px + env(safe-area-inset-bottom));
  z-index: 50;
  transform: translateX(-50%);
  display: none;
  max-width: min(420px, calc(100% - 28px));
  padding: 11px 15px;
  color: #fff;
  background: rgba(7,24,50,.94);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}
.toast.show { display: block; }
.qr { width: 210px; max-width: 100%; display: block; margin: 18px auto; border-radius: 16px; }
.visitor-pass-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.visitor-pass-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(216,174,96,.12), var(--accent), rgba(20,43,87,.08));
}
.visitor-pass-card.approved,
.visitor-pass-card.green { border-color: #b7e1ca; }
.visitor-pass-card.pending,
.visitor-pass-card.orange { border-color: #f0d7ad; }
.visitor-pass-card.rejected,
.visitor-pass-card.red { border-color: #f4b8b8; }
.visitor-pass-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.visitor-pass-head h3 {
  margin: 4px 0 0;
  color: #111a2e;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
}
.visitor-pass-info {
  margin-top: 16px;
  padding: 13px 15px;
  display: grid;
  gap: 10px;
  background: #f8fafc;
  border-radius: 14px;
}
.visitor-pass-info div,
.visitor-pass-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.visitor-pass-info span,
.visitor-pass-code span {
  color: var(--muted);
  font-weight: 700;
}
.visitor-pass-info strong,
.visitor-pass-code strong {
  color: #111a2e;
  text-align: right;
  word-break: break-all;
}
.visitor-qr-panel {
  margin-top: 16px;
  padding: 18px 12px 14px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.visitor-qr {
  width: min(250px, 86%);
  margin: 0 auto;
  border-radius: 10px;
}
.visitor-qr-tip {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.visitor-pass-code {
  margin-top: 12px;
  padding: 12px 14px;
  background: var(--primary-pale);
  border-radius: 12px;
}
.visitor-pass-code strong {
  color: var(--primary);
  font-size: 13px;
  letter-spacing: .02em;
}
.visitor-pass-pending {
  margin-top: 16px;
  padding: 18px 16px;
  text-align: center;
  background: #fff8e8;
  border: 1px solid #f0d7ad;
  border-radius: 16px;
}
.visitor-pass-pending-title {
  color: #9a620f;
  font-size: 16px;
  font-weight: 900;
}
.visitor-pass-pending-copy {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.hero-image, .content-image, .content-video {
  width: 100%;
  display: block;
  margin: 16px 0;
  border-radius: 18px;
  background: #e8eef7;
}

.content-body img,
.content-body .content-image {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  display: block;
  margin: 14px 0;
  border-radius: 12px;
  background: #f3f6fb;
}

.content-body > img:first-child,
.content-body > .content-image:first-child,
.content-body > p:first-child > img:only-child,
.content-body > p:first-child > .content-image:only-child {
  margin-top: 0;
}

.content-body p > img,
.content-body p > .content-image {
  margin-right: auto;
  margin-left: auto;
}

.content-body p:has(> img:only-child),
.content-body p:has(> .content-image:only-child) {
  display: block;
  margin-bottom: 14px;
}

.content-body {
  color: #2f3850;
  overflow: visible;
  padding: 18px;
  border-color: rgba(223, 231, 242, .9) !important;
  border-radius: 18px;
  background: #fff;
  font-size: 15px;
  line-height: 1.8;
  box-shadow: 0 12px 30px rgba(20, 43, 87, .08);
}

.content-body a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 800;
}
.article-summary-rich {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.article-summary-rich p,
.article-summary-rich ul,
.article-summary-rich ol {
  margin: 0 0 12px;
}
.article-summary-rich ul,
.article-summary-rich ol {
  padding-left: 22px;
}
.article-summary-rich a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}
.article-summary-rich img {
  display: none;
}
.article-attachments {
  margin-top: 14px;
  padding: 16px;
}
.article-attachments-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.article-attachments-head div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.article-attachments-kicker {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.article-attachments-head strong {
  color: var(--text);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}
.article-attachments-head > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.article-attachment-list {
  display: grid;
  gap: 8px;
}
.article-attachment-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 64px;
  padding: 10px 12px;
  color: #172033;
  text-decoration: none;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(20, 43, 87, .06);
}
.article-attachment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  background: var(--primary);
  border-radius: 10px;
}
.article-attachment-info {
  min-width: 0;
}
.article-attachment-info strong,
.article-attachment-info em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-attachment-info strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}
.article-attachment-info em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}
.article-attachment-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 32px;
  padding: 0 12px;
  color: var(--primary);
  background: var(--primary-pale);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.shortcut-card {
  min-height: 92px;
  padding: 14px;
}
.shortcut-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 12px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(20,43,87,.16);
}
.shortcut-card h3 { margin-top: 10px; font-size: 16px; }
.shortcut-card p { font-size: 12px; }

@media (max-width: 760px) {
  .global-nav { display: none; }
  .global-nav nav { display: none; }
  .account-link { margin-left: 0; }
  .mobile-tabs { display: grid; }
  .page-shell { padding-bottom: calc(154px + env(safe-area-inset-bottom)); }
  .home-template-summit_content .summit-program-board,
  .brand-highlight-grid {
    grid-template-columns: 1fr;
  }
  .summit-program-side {
    min-height: 190px;
  }
  .brand-highlight-main {
    min-height: 248px;
  }
  .brand-highlight-mini {
    min-height: 132px;
  }
  .brand-exhibitor-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 14px;
  }
  .brand-exhibitor-logo {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 24px;
  }
  .exhibitor-template-brand_showcase .exhibitor-list {
    grid-template-columns: 1fr;
  }
  .content-feeds-template-brand_showcase .feed-list,
  .activity-template-brand_showcase .timeline,
  .news-template-brand_showcase .news-list-card,
  .matchmaking-template-brand_showcase .demand-list,
  .onsite-template-brand_showcase .onsite-list,
  .service-template-brand_showcase .service-list-card {
    grid-template-columns: 1fr;
  }
  .content-feeds-template-summit_content .feed-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .brand-showcase-media {
    height: 210px;
  }
  .summit-directory-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
  }
  .summit-directory-index {
    width: 52px;
    height: 52px;
  }
  .exhibitor-detail-page { padding-bottom: calc(206px + env(safe-area-inset-bottom)); }
  .bottom-actions {
    left: 50%;
    right: auto;
    bottom: calc(92px + env(safe-area-inset-bottom));
    width: min(430px, calc(100% - 20px));
    transform: translateX(-50%);
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(8,27,58,.16);
  }
  .bottom-actions .btn {
    min-height: 44px;
  }
}

@media (min-width: 761px) {
  .grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shortcut-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.surface-toolbar {
  position: relative;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 20px 18px 18px;
  background: linear-gradient(150deg, #f8fbff 0%, #eef3fb 100%);
  border: 1px solid rgba(219, 228, 241, .95);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(8, 27, 58, .08);
}
.surface-toolbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(201,154,75,.08), rgba(201,154,75,.8), rgba(20,43,87,.08));
}
.surface-toolbar > *:not(.toolbar-glow) { position: relative; z-index: 1; }
.surface-toolbar h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 900;
}
.surface-toolbar p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.activity-toolbar .activity-search { margin-top: 18px; }
.timeline { display: flex; flex-direction: column; }
.activity-timeline-item { display: flex; gap: 12px; cursor: pointer; }
.time-col { width: 56px; display: flex; flex-direction: column; align-items: center; }
.time { color: var(--accent); font-size: 14px; font-weight: 900; }
.line { flex: 1; width: 1px; min-height: 118px; margin-top: 8px; background: var(--line); }
.activity-timeline-item:last-child .line { background: transparent; }
.activity-list-card {
  flex: 1;
  margin-bottom: 14px;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.activity-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.status, .hero-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  color: #6e4a18;
  background: linear-gradient(135deg, #fff4d2, var(--accent));
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.status.green, .hero-status.green { color: var(--green); background: #eaf7f0; }
.status.registered, .hero-status.registered { color: #10254a; background: linear-gradient(135deg, #fff4d2, var(--accent)); box-shadow: 0 8px 20px rgba(201,154,75,.18); }
.status.orange, .hero-status.orange { color: #6e4a18; background: #fff4de; }
.status.red, .hero-status.red { color: var(--red); background: #fff0ed; }
.activity-list-card h3 { margin: 14px 0 9px; color: #111a2e; font-size: 18px; line-height: 1.45; font-weight: 900; }
.activity-list-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.activity-extra { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.organizer { color: var(--muted); font-size: 14px; }
.capacity-row { margin-top: 10px; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.progress { height: 6px; margin-top: 8px; background: #edf2f7; border-radius: 999px; overflow: hidden; }
.progress div { height: 100%; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: 999px; }
.activity-hero-detail { padding: 22px 18px; color: #fff; background: var(--primary-dark); border-radius: 18px; box-shadow: var(--shadow); }
.activity-hero-detail .tag { color: #fff; background: rgba(255,255,255,.15); }
.activity-hero-detail .hero-status.green,
.activity-hero-detail .hero-status.orange,
.activity-hero-detail .hero-status.red {
  background: rgba(255,255,255,.16);
  color: #ffe5c7;
}
.activity-hero-detail .hero-status.registered {
  color: #10254a;
  background: linear-gradient(135deg, #fff4d2, var(--accent));
}
.activity-hero-detail h1 { margin: 14px 0 0; font-size: 25px; line-height: 1.38; }
.activity-hero-detail .organizer { margin-top: 10px; color: rgba(255,255,255,.72); }
.activity-meta { margin-top: 18px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.18); }
.activity-meta div { display: flex; gap: 14px; padding-top: 10px; }
.activity-meta span { width: 48px; color: rgba(255,255,255,.58); }
.activity-meta strong { flex: 1; color: #fff; }
.hero-progress { height: 6px; margin-top: 16px; background: rgba(255,255,255,.18); border-radius: 999px; overflow: hidden; }
.hero-progress div { height: 100%; background: #fff; border-radius: 999px; }
.agenda-list, .guest-list, .notice-list { margin-top: 12px; display: flex; flex-direction: column; gap: 10px; }
.agenda-item, .guest-card, .notice-list { padding: 14px; display: flex; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 18px rgba(8, 27, 58, .05); }
.agenda-time { min-width: 72px; color: var(--accent); font-weight: 900; }
.agenda-title, .guest-name { color: var(--primary-dark); font-weight: 900; }
.avatar { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #fff; background: var(--primary); border-radius: 14px; font-weight: 900; }
.notice-list { display: block; }
.notice-list div { padding: 10px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.notice-list div:last-child { border-bottom: 0; }

.activity-template-summit_content .activity-toolbar {
  box-shadow: 0 18px 42px rgba(15, 23, 42, .2);
}

.activity-template-summit_content .activity-timeline-item {
  gap: 10px;
}

.activity-template-summit_content .activity-list-card {
  border-color: var(--accent);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.activity-template-summit_content .time {
  color: var(--primary);
}

.activity-template-brand_showcase .activity-toolbar,
.news-template-brand_showcase .news-toolbar {
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(244, 211, 138, .22), transparent 30%),
    linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 66%, #0f1e37 100%);
  border-color: rgba(96, 165, 250, .28);
  border-radius: 24px;
}

.activity-template-brand_showcase .activity-toolbar p,
.news-template-brand_showcase .news-toolbar p {
  color: rgba(255, 255, 255, .72);
}

.activity-template-brand_showcase .timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.activity-template-brand_showcase .activity-timeline-item {
  display: block;
}

.activity-template-brand_showcase .time-col {
  display: none;
}

.activity-template-brand_showcase .activity-list-card {
  height: 100%;
  margin: 0;
  border-color: rgba(96, 165, 250, .28);
}

.news-list-card { padding: 0 16px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.news-row { display: flex; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.news-template-summit_content .news-list-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.news-template-summit_content .news-row {
  margin-bottom: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-color: var(--accent);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}
.news-template-brand_showcase .news-list-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.news-template-brand_showcase .news-row {
  display: block;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(96, 165, 250, .3);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.news-template-brand_showcase .news-cover-wrap {
  width: 100%;
  height: 156px;
  border-radius: 0;
}
.news-template-brand_showcase .news-content {
  padding: 14px;
}
.theme-clean-government .news-row,
.theme-clean-government .home-config-scope .news-row {
  border-bottom-color: rgba(15, 36, 51, .06);
}

.theme-clean-government #app {
  min-height: 100vh;
  background: #f8f9ff;
}
.theme-clean-government .global-nav {
  display: none;
}
.theme-clean-government .global-nav nav button,
.theme-clean-government .account-link,
.theme-clean-government .global-nav .brand {
  color: #1f2937 !important;
}
.theme-clean-government .global-nav nav button.active {
  color: #00288e !important;
}
.theme-clean-government .page-shell {
  width: min(448px, 100%);
  min-height: 100vh;
  background: #f8f9ff;
  box-shadow: 0 18px 60px rgba(15, 23, 42, .08);
}
.theme-clean-government .cg-template {
  min-height: 100vh;
  margin: -10px -14px -136px;
  padding: 0 16px 116px;
  background: #f8f9ff;
}
.cg-appbar {
  position: sticky;
  top: 0;
  z-index: 18;
  margin: 0 -16px 18px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #eef1f7;
  box-shadow: 0 2px 12px rgba(0, 40, 142, .04);
  backdrop-filter: blur(18px);
}
.cg-user { display: flex; align-items: center; gap: 10px; min-width: 0; }
.cg-avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #00288e;
  background: #eff5ff;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  font-weight: 900;
}
.cg-welcome {
  max-width: 250px;
  overflow: hidden;
  color: #697386;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cg-role {
  width: fit-content;
  margin-top: 3px;
  padding: 2px 7px;
  color: #00288e;
  background: #eef4ff;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
}
.cg-scan {
  width: 36px;
  height: 36px;
  border: 0;
  color: #00288e;
  background: #eef4ff;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
}
.cg-hero {
  position: relative;
  min-height: 208px;
  overflow: hidden;
  padding: 76px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.28), rgba(0,0,0,.04)),
    linear-gradient(145deg, #00288e, #1e40af);
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 40, 142, .16);
}
.cg-hero-badge {
  width: fit-content;
  margin-bottom: 6px;
  padding: 3px 8px;
  color: #dbeafe;
  background: rgba(219,234,254,.14);
  border: 1px solid rgba(219,234,254,.34);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}
.cg-hero h1 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}
.cg-hero p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
}
.cg-hero-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 700;
}
.cg-dots {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 6px;
}
.cg-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.42);
  border-radius: 999px;
}
.cg-dots button.active {
  width: 18px;
  background: #fff;
}
.cg-actions-panel {
  margin-top: 18px;
  padding: 16px 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 10px;
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}
.cg-action {
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  border: 0;
  color: #374151;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}
.cg-action-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #00288e;
  border-radius: 12px;
  box-shadow: 0 7px 14px rgba(0, 40, 142, .14);
  font-size: 22px;
  font-weight: 900;
}
.cg-action-icon.accent {
  color: #fff;
  background: #60a5fa;
  box-shadow: 0 7px 14px rgba(96, 165, 250, .18);
}
.theme-clean-government .home-config-scope .home-section {
  margin-top: 24px;
}
.theme-clean-government .home-config-scope .home-section-head,
.theme-clean-government .section-head {
  align-items: flex-end;
}
.theme-clean-government .home-config-scope .home-section-title,
.theme-clean-government .section-title {
  color: #0b1c30;
  font-size: 18px;
  font-weight: 900;
}
.theme-clean-government .home-config-scope .home-section-icon,
.theme-clean-government .home-config-scope .home-shortcut-icon,
.theme-clean-government .home-config-scope .title-icon,
.theme-clean-government .home-config-scope .shortcut-icon,
.theme-clean-government .company-logo,
.theme-clean-government .title-icon {
  color: #fff;
  background: #00288e;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 40, 142, .12);
}
.theme-clean-government .home-config-scope .home-content-feed-card,
.theme-clean-government .home-config-scope .home-live-card,
.theme-clean-government .home-config-scope .home-poster-card,
.theme-clean-government .home-config-scope .home-exhibitor-card,
.theme-clean-government .home-config-scope .home-activity-feature,
.theme-clean-government .home-config-scope .home-news-list,
.theme-clean-government .card,
.theme-clean-government .panel,
.theme-clean-government .compact-card,
.theme-clean-government .section-card,
.theme-clean-government .activity-card,
.theme-clean-government .exhibitor-card,
.theme-clean-government .service-list-card,
.theme-clean-government .profile-status-card,
.theme-clean-government .profile-expo-card,
.theme-clean-government .profile-account-card {
  background: #fff;
  border-color: #eef1f7;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}
.theme-clean-government .surface-toolbar,
.theme-clean-government .profile-hero,
.theme-clean-government .activity-hero-detail,
.theme-clean-government .service-detail-hero {
  color: #fff;
  background: linear-gradient(145deg, #00288e 0%, #1e40af 100%);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 40, 142, .14);
}
.theme-clean-government .service-credential-card,
.theme-clean-government .credential-card,
.theme-clean-government .visitor-pass-card {
  color: #fff;
  background: linear-gradient(145deg, #00288e 0%, #1e40af 72%, #60a5fa 160%);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0, 40, 142, .18);
}
.theme-clean-government .recommend,
.theme-clean-government .recommend-ribbon,
.theme-clean-government .chip.active,
.theme-clean-government .filter-row .chip.active,
.theme-clean-government .status.registered,
.theme-clean-government .hero-status.registered {
  color: #075985;
  background: #e0f2fe;
  border-color: #bae6fd;
  box-shadow: 0 8px 18px rgba(2, 132, 199, .10);
}
.theme-clean-government .section-link {
  color: #00288e;
  background: #eef4ff;
  border-color: #cfe0ff;
  box-shadow: none;
}
.theme-clean-government .feed-badge,
.theme-clean-government .detail-badge,
.theme-clean-government .feed-tab.active,
.theme-clean-government .profile-expo-badge,
.theme-clean-government .service-credential-action,
.theme-clean-government .refresh-button,
.theme-clean-government .pill.orange {
  color: #075985;
  background: #e0f2fe;
  border-color: #bae6fd;
  box-shadow: 0 8px 18px rgba(2, 132, 199, .10);
}
.theme-clean-government .feed-placeholder,
.theme-clean-government .detail-placeholder,
.theme-clean-government .home-live-cover.placeholder,
.theme-clean-government .news-cover-placeholder,
.theme-clean-government .content-feed-placeholder {
  color: #dbeafe;
  background: linear-gradient(135deg, #00288e, #1e40af 62%, #60a5fa);
}
.theme-clean-government .profile-hero::after,
.theme-clean-government .service-credential-card::after {
  border-color: rgba(191, 219, 254, .34);
}
.theme-clean-government .service-credential-mark {
  color: rgba(219, 234, 254, .20);
}
.theme-clean-government .profile-kicker,
.theme-clean-government .feed-kicker,
.theme-clean-government .service-support-badge {
  color: #60a5fa;
}
.theme-clean-government .visitor-pass-card .eyebrow,
.theme-clean-government .visitor-pass-card h3,
.theme-clean-government .visitor-pass-info span,
.theme-clean-government .visitor-pass-info strong,
.theme-clean-government .visitor-pass-code span,
.theme-clean-government .visitor-pass-code strong,
.theme-clean-government .visitor-qr-tip {
  color: #fff;
}
.theme-clean-government .visitor-qr-panel {
  padding: 12px;
  background: rgba(255,255,255,.96);
  border-radius: 14px;
}
.theme-clean-government .visitor-qr-panel .visitor-qr-tip {
  color: #697386;
}
.theme-clean-government .h5-login-panel {
  margin-top: 24px;
  padding: 24px 18px;
}
.theme-clean-government .h5-login-panel h3,
.theme-clean-government .h5-login-panel .login-title {
  color: #0b1c30;
  font-size: 22px;
}
.theme-clean-government .field input,
.theme-clean-government .field textarea,
.theme-clean-government .field select {
  background: #f8f9ff;
  border-color: #e8edf7;
  border-radius: 12px;
}
.theme-clean-government .btn {
  color: #fff;
  background: #00288e;
  border-color: #00288e;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 40, 142, .12);
}
.theme-clean-government .btn.secondary,
.theme-clean-government .code-button,
.theme-clean-government .refresh-button,
.theme-clean-government .section-link {
  color: #00288e;
  background: #eef4ff;
  border-color: #dbe7ff;
  box-shadow: none;
}
.theme-clean-government .mobile-tabs {
  display: grid;
  width: min(448px, 100%);
  bottom: 0;
  padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  border: 1px solid #eef1f7;
  border-bottom: 0;
  border-radius: 0;
  box-shadow: 0 -4px 16px rgba(15, 23, 42, .04);
}
.theme-clean-government .mobile-tabs button {
  min-height: 50px;
  color: #9ca3af;
  border-radius: 12px;
  font-size: 11px;
}
.theme-clean-government .mobile-tabs button.active {
  color: #00288e;
  background: #eef4ff;
}
.news-row:last-child { border-bottom: 0; }
.home-config-scope .home-news-list .news-row {
  border-color: transparent;
  border-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.news-cover-wrap { position: relative; flex: 0 0 auto; width: 86px; height: 60px; overflow: hidden; border-radius: 12px; background: #111827; }
.news-cover { width: 100%; height: 100%; display: block; object-fit: cover; }
.news-cover-placeholder { display: flex; align-items: center; justify-content: center; color: var(--accent-light); background: linear-gradient(135deg, #071832, #142b57 62%, #2b528b); font-size: 13px; font-weight: 900; }
.news-cover-placeholder img { width: 28px; height: 28px; object-fit: contain; }
.news-play { position: absolute; left: 50%; top: 50%; width: 28px; height: 28px; margin: -14px 0 0 -14px; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0,0,0,.5); border-radius: 50%; font-size: 12px; }
.video-duration { position: absolute; left: 6px; bottom: 5px; padding: 2px 6px; color: #fff; background: rgba(0,0,0,.62); border-radius: 999px; font-size: 11px; }
.news-content { flex: 1; min-width: 0; }
.news-type { margin-bottom: 5px; color: var(--accent); font-size: 12px; font-weight: 900; }
.news-title { margin: 0 0 6px; color: #111a2e; font-size: 16px; line-height: 1.45; font-weight: 850; }
.muted { color: var(--muted); font-size: 13px; }
.article-head { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.article-head h1 { margin: 8px 0 0; color: #111a2e; font-size: 25px; line-height: 1.35; }
.article-head p { margin: 10px 0 0; color: var(--muted); line-height: 1.65; }

.credential-card { margin-top: 16px; padding: 16px; display: flex; justify-content: space-between; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.credential-label { color: var(--muted); font-size: 13px; }
.credential-title { margin-top: 4px; color: #111a2e; font-size: 18px; font-weight: 900; }
.credential-card .btn { width: 76px; min-height: 38px; box-shadow: none; }

.profile-hero {
  position: relative;
  overflow: hidden;
  margin: 4px 0 12px;
  padding: 28px 15px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  background: linear-gradient(135deg, #071832, #142b57 62%, #294f86);
  border-radius: 16px;
  box-shadow: 0 11px 29px rgba(8,27,58,.22);
}
.profile-hero::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -36px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(244,211,138,.24);
  border-radius: 50%;
}
.profile-kicker {
  position: absolute;
  left: 15px;
  top: 11px;
  color: var(--accent-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}
.profile-hero .avatar {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.18);
  font-size: 21px;
  box-shadow: none;
}
.profile-main {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}
.nickname {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.profile-id {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  word-break: break-all;
}
.refresh-button {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 30px;
  border: 0;
  color: #10254a;
  background: linear-gradient(135deg, #fff7df, var(--accent));
  border-radius: var(--brand-button-radius, 7px);
  font-size: 13px;
  font-weight: 700;
}
.profile-expo-card,
.profile-status-card,
.profile-account-card,
.profile-quick-card,
.profile-schedule-card,
.profile-empty {
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.profile-expo-card {
  margin-bottom: 11px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 13px;
}
.profile-expo-label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}
.profile-expo-name {
  margin: 4px 0;
  color: #111a2e;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}
.profile-expo-badge {
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: linear-gradient(135deg, #fff4d2, var(--accent));
  border-radius: 14px;
  font-weight: 800;
}
.profile-status-card {
  padding: 14px;
  border-color: #d8e6f5;
  border-radius: 13px;
}
.profile-status-card.approved { border-color: #b7e1ca; }
.profile-status-card.pending { border-color: #f0d7ad; }
.profile-status-card.rejected { border-color: #f4b8b8; }
.profile-status-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.profile-status-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.profile-status-title {
  margin-top: 4px;
  color: #111a2e;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}
.profile-status-pill {
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--primary-pale);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.approved .profile-status-pill { color: #147642; background: #eaf8f0; }
.pending .profile-status-pill { color: #9a620f; background: #fff4de; }
.rejected .profile-status-pill { color: var(--red); background: #fff0f0; }
.profile-status-desc {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.profile-visitor-info {
  margin-top: 11px;
  padding: 9px 10px;
  background: #f8fafc;
  border-radius: 8px;
}
.profile-visitor-info div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 0;
  font-size: 13px;
}
.profile-visitor-info span {
  color: var(--muted);
  font-weight: 600;
}
.profile-visitor-info strong {
  text-align: right;
  color: #111a2e;
  font-weight: 700;
}
.profile-status-action {
  width: min(155px, 100%);
  min-height: 46px;
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 8px;
}
.profile-section {
  padding-top: 22px;
}
.profile-section .section-head {
  padding-bottom: 12px;
}
.section-link {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(216, 174, 96, .34);
  border-radius: 999px;
  color: var(--primary);
  background: linear-gradient(135deg, rgba(255, 248, 226, .96), rgba(244, 211, 138, .78));
  box-shadow: 0 8px 18px rgba(216, 174, 96, .14);
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}
.section-link::after {
  content: "›";
  margin-top: -1px;
  font-size: 15px;
  line-height: 1;
}
.profile-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.profile-quick-card {
  min-height: 95px;
  padding: 12px;
  border-radius: 13px;
  cursor: pointer;
}
.profile-quick-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--profile-quick-icon-color, #fff);
  background: var(--profile-quick-icon-background, linear-gradient(135deg, var(--primary), var(--primary-soft)));
  border-radius: var(--profile-quick-icon-radius, 9px);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--profile-quick-icon-shadow, 0 5px 12px rgba(20,43,87,.14));
}
.profile-quick-title {
  margin-top: 9px;
  color: #111a2e;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}
.profile-quick-desc {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}
.profile-schedule-preview {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.profile-schedule-card {
  padding: 12px;
  border-radius: 13px;
  cursor: pointer;
}
.profile-schedule-time {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}
.profile-schedule-title {
  margin: 5px 0;
  color: #111a2e;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}
.profile-empty {
  padding: 22px 12px;
  color: var(--muted);
  text-align: center;
  border-radius: 13px;
}
.profile-empty-action {
  min-width: 118px;
  min-height: 42px;
  margin: 16px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20,43,87,.14);
}
.profile-account-card {
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 13px;
}
.profile-login-button {
  flex: 0 0 auto;
  min-width: 76px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20,43,87,.14);
}
.account-title {
  margin-bottom: 4px;
  color: #111a2e;
  font-weight: 700;
}

.service-center-toolbar {
  padding-bottom: 14px;
}
.service-template-summit_content .service-center-toolbar,
.venue-template-summit_content .venue-toolbar,
.service-detail-template-summit_content .service-detail-hero {
  color: #fff;
  background: linear-gradient(145deg, #111827 0%, #1f2937 62%, #334155 100%);
  border-color: rgba(255, 255, 255, .08);
}
.service-template-summit_content .service-center-toolbar p,
.venue-template-summit_content .venue-toolbar p {
  color: rgba(255, 255, 255, .72);
}
.service-template-summit_content .service-list-item,
.service-detail-template-summit_content .service-info-card,
.service-detail-template-summit_content .service-faq-card,
.service-detail-template-summit_content .service-contact-card {
  border-color: var(--accent);
}
.service-template-brand_showcase .service-center-toolbar,
.venue-template-brand_showcase .venue-toolbar,
.service-detail-template-brand_showcase .service-detail-hero {
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(244, 211, 138, .22), transparent 30%),
    linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 66%, #0f1e37 100%);
  border-color: rgba(96, 165, 250, .28);
  border-radius: 24px;
}
.service-template-brand_showcase .service-center-toolbar p,
.venue-template-brand_showcase .venue-toolbar p {
  color: rgba(255, 255, 255, .72);
}
.service-template-brand_showcase .service-list-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.service-template-brand_showcase .service-list-item {
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(96, 165, 250, .3);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.venue-template-brand_showcase .venue-map-shell {
  border-color: rgba(96, 165, 250, .3);
}
.service-credential-card {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary) 62%, var(--primary-soft));
  border-radius: 18px;
  box-shadow: 0 11px 29px rgba(8,27,58,.24);
  cursor: pointer;
}
.service-credential-card::after {
  content: "";
  position: absolute;
  right: -35px;
  top: -45px;
  width: 115px;
  height: 115px;
  border: 1px solid rgba(244,211,138,.28);
  border-radius: 50%;
}
.service-credential-mark {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: rgba(244,211,138,.18);
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
}
.service-credential-label {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}
.service-credential-title {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}
.service-credential-action {
  position: relative;
  z-index: 1;
  min-width: 78px;
  height: 32px;
  border: 0;
  color: #10254a;
  background: linear-gradient(135deg, #fff7df, var(--accent));
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}
.service-center-section {
  padding-top: 22px;
}
.service-center-section > .section-title {
  margin-bottom: 11px;
}
.service-list-card {
  padding: 0 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
}
.service-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.service-list-item:last-child {
  border-bottom: 0;
}
.service-list-icon {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 9px;
  font-weight: 800;
  box-shadow: 0 5px 12px rgba(20,43,87,.14);
}
.service-list-main {
  flex: 1;
  min-width: 0;
}
.service-list-name {
  color: #111a2e;
  font-weight: 600;
}
.service-list-desc {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.service-list-arrow {
  color: #9aa5b4;
  font-size: 24px;
  font-weight: 300;
}
.service-guide-list {
  display: grid;
  gap: 10px;
}
.service-guide-image {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
}
.service-support-card {
  margin-top: 19px;
  padding: 17px 15px;
  text-align: center;
  background: linear-gradient(180deg, #fff, #f9fbff);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.service-support-badge {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.service-support-title {
  margin-top: 5px;
  color: #111a2e;
  font-size: 15px;
  font-weight: 700;
}
.service-support-card .muted {
  margin-top: 5px;
  font-size: 12px;
}
.service-support-action {
  width: 140px;
  min-height: 42px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20,43,87,.14);
}
.service-detail-page {
  padding-bottom: 80px;
}
.service-detail-hero {
  padding: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-radius: 14px;
}
.service-detail-eyebrow {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-detail-title {
  margin: 7px 0 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}
.service-detail-desc {
  margin-top: 9px;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  font-size: 13px;
}
.service-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 11px;
}
.service-stat-card,
.service-info-card,
.service-faq-card,
.service-contact-card,
.service-address-card,
.service-zone-card,
.service-map-board,
.service-tips-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
}
.service-stat-card {
  padding: 11px 5px;
  text-align: center;
}
.service-stat-value {
  margin-bottom: 4px;
  color: var(--primary-dark);
  font-size: 15px;
  font-weight: 800;
}
.service-info-card,
.service-faq-card,
.service-contact-card,
.service-address-card {
  margin-top: 12px;
  padding: 13px;
}
.service-info-title {
  color: #111a2e;
  font-size: 15px;
  font-weight: 700;
}
.service-info-desc {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 13px;
}
.service-zone-card {
  display: flex;
  gap: 9px;
  margin-top: 12px;
  padding: 12px;
}
.service-zone-card span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 5px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(201,154,75,.12);
}
.service-map-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: 12px;
  padding: 9px;
}
.service-map-block {
  min-height: 75px;
  padding: 11px;
  background: var(--primary-pale);
  border-radius: 9px;
}
.service-map-area {
  display: inline-flex;
  padding: 3px 7px;
  color: #fff;
  background: var(--primary);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}
.service-map-name {
  margin-top: 7px;
  color: #111a2e;
  font-size: 14px;
  font-weight: 700;
}
.service-map-desc {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.service-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.service-contact-card.is-unavailable {
  cursor: default;
}
.service-contact-card.is-unavailable .service-contact-value {
  color: var(--muted);
  font-weight: 600;
}
.service-contact-value {
  flex: 0 0 auto;
  max-width: 42%;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  word-break: break-all;
}
.service-address-card {
  line-height: 1.7;
  cursor: pointer;
}
.service-copy-tip {
  margin-top: 4px;
  color: var(--primary);
  font-size: 12px;
}
.service-question {
  color: var(--primary-dark);
  font-weight: 700;
  line-height: 1.5;
}
.service-answer {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 13px;
}
.service-tips-card {
  margin-top: 12px;
  padding: 11px 14px;
}
.service-tip {
  position: relative;
  padding: 5px 0 5px 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.service-tip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
}
.venue-page {
  padding-bottom: 80px;
}
.venue-toolbar h1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.venue-filter-scroll {
  margin-top: 13px;
  padding-right: 20px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, #000 calc(100% - 30px), transparent);
}
.venue-filter-scroll::-webkit-scrollbar { display: none; }
.venue-back {
  margin-top: 12px;
  width: auto;
  min-height: 36px;
  padding: 0 14px;
}
.venue-filter-row {
  display: inline-flex;
  gap: 7px;
  padding: 0 52px 2px 0;
}
.venue-filter {
  padding: 7px 12px;
  border: 0;
  color: var(--primary);
  background: var(--primary-pale);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.venue-filter.active {
  color: #fff;
  background: var(--primary);
}
.venue-map-shell {
  position: relative;
  padding: 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
}
.venue-map-shell.hall-mode {
  padding-left: 8px;
  padding-right: 8px;
}
.venue-map-axis {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
.venue-map-axis.top {
  margin-bottom: 7px;
}
.venue-map-axis.bottom {
  margin-top: 7px;
}
.venue-map-controls {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.venue-map-controls button {
  min-width: 38px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary);
  background: #fff;
  font-weight: 800;
}
.venue-map-controls span {
  min-width: 42px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.venue-map-viewport {
  position: relative;
  width: 100%;
  overflow: auto;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.venue-map-viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.venue-map-shell.portrait-mode .venue-map-viewport {
  aspect-ratio: 9 / 16;
  border: 1px solid var(--line);
  background: #f8fbff;
  overflow: auto;
  scroll-snap-type: x proximity;
}
.venue-map-scroll-space {
  position: relative;
  width: calc(100% * var(--venue-map-zoom, 1));
  min-width: 100%;
  height: calc(100% * var(--venue-map-zoom, 1));
  min-height: 100%;
}
.venue-map-scroll-space.overview {
  width: var(--venue-map-width, 100%);
  height: auto;
  min-height: 0;
}
.venue-map-scroll-space.overview .venue-map-canvas {
  width: 100%;
}
.venue-map-canvas {
  position: relative;
  width: var(--venue-map-width, 100%);
  height: auto;
  aspect-ratio: var(--venue-map-aspect, 1.45);
  min-height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fbff, #eef5fb);
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  touch-action: pan-x pan-y;
}
.venue-map-shell.portrait-mode .venue-map-canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% * 16 / 9);
  min-width: calc(100% * 16 / 9);
  min-height: 0;
  aspect-ratio: 16 / 9;
  scroll-snap-align: start;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}
.venue-map-canvas.overview-canvas {
  width: 100%;
  min-height: 250px;
  max-height: 420px;
}
.venue-map-shell.portrait-mode .venue-map-canvas.overview-canvas {
  width: calc(100% * 16 / 9);
  min-height: 0;
  max-height: none;
}
.venue-map-shell.portrait-mode .venue-map-controls {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 6;
  flex-direction: column;
  margin: 0;
  transform: translateY(-50%);
}
.venue-map-shell.portrait-mode .venue-map-controls button {
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  box-shadow: 0 8px 18px rgba(8, 27, 58, .12);
}
.venue-map-shell.portrait-mode .venue-map-controls span {
  min-width: 42px;
  padding: 2px 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 6px 14px rgba(8, 27, 58, .08);
}
.venue-map-canvas.with-image {
  background: #f8fbff;
  border-style: solid;
}
.venue-map-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: .72;
}
.venue-map-canvas::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(99,112,131,.16);
}
.venue-map-canvas::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(99,112,131,.16);
}
.venue-map-point {
  position: absolute;
  min-width: 34px;
  min-height: 28px;
  padding: 4px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 11px;
  color: #153e70;
  background: #fff;
  box-shadow: 0 5px 15px rgba(21,62,112,.08);
  text-align: center;
  cursor: pointer;
  transform: translateZ(0);
  overflow: visible;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.venue-map-point::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 16px;
}
.venue-map-point.hall {
  background: #eaf3ff;
  min-width: 48px;
  min-height: 34px;
  padding-left: 8px;
  padding-right: 8px;
}
.venue-map-point.booth {
  color: #334155;
  background: #eef2f7;
  border-color: #d7dee8;
  min-width: 58px;
  min-height: 38px;
  padding: 5px 7px;
}
.venue-map-point.activity {
  color: #7a4b09;
  background: #fff4de;
  min-width: 54px;
}
.venue-map-point.service {
  color: #147642;
  background: #eaf8f0;
  min-width: 44px;
}
.venue-map-point.facility,
.venue-map-point.traffic {
  color: #374151;
  background: #f3f4f6;
  min-width: 42px;
}
.venue-map-point.active {
  border-color: var(--accent);
  box-shadow: 0 8px 22px rgba(201,154,75,.28), 0 0 0 4px rgba(216,174,96,.16);
  transform: translateZ(0) scale(1.03);
}
.venue-map-point.booth.active {
  color: #0f2f63;
  background: linear-gradient(135deg, #fff7df, #f2c56b);
  border-color: rgba(201, 154, 75, .72);
}
.venue-point-name {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  overflow: visible;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.overview-canvas .venue-map-point.hall .venue-point-name,
.overview-canvas .venue-map-point.short-label .venue-point-name,
.overview-canvas .venue-map-point.narrow-point .venue-point-name,
.overview-canvas .venue-map-point.tiny-point .venue-point-name {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.overview-canvas .venue-map-point.short-label {
  min-width: 40px;
  border-radius: 999px;
}
.overview-canvas .venue-map-point.hall.short-label {
  min-width: 58px;
}
.overview-canvas .venue-map-point.narrow-point {
  min-width: 48px;
  min-height: 36px;
  border-radius: 18px;
}
.overview-canvas .venue-map-point.hall.narrow-point,
.overview-canvas .venue-map-point.hall.tiny-point {
  min-width: 54px;
  min-height: 40px;
  border-radius: 20px;
}
.overview-canvas .venue-map-point.service.short-label,
.overview-canvas .venue-map-point.service.narrow-point,
.overview-canvas .venue-map-point.service.tiny-point {
  min-width: 44px;
  min-height: 32px;
  border-radius: 999px;
}
.overview-canvas .venue-map-point.activity.narrow-point,
.overview-canvas .venue-map-point.activity.tiny-point {
  min-width: 50px;
  min-height: 34px;
  border-radius: 20px;
}
.overview-canvas .venue-map-point.tiny-point {
  min-width: 42px;
  min-height: 30px;
  padding: 5px 8px;
  border-radius: 999px;
}
.hall-canvas .venue-map-point.booth {
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
  padding: 4px 5px;
}
.venue-map-canvas.layout-source.hall-canvas .venue-map-point.booth {
  border-radius: 4px;
  padding: 1px;
  box-shadow: inset 0 0 0 1px rgba(71, 85, 105, .14);
}
.venue-map-canvas.layout-source.hall-canvas .venue-map-point.booth.active {
  box-shadow: inset 0 0 0 1px rgba(120, 83, 24, .24), 0 0 0 3px rgba(216,174,96,.28);
}
.hall-canvas .venue-map-point.booth .venue-point-name {
  display: block;
  overflow: hidden;
  font-family: SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  line-height: 1;
  text-overflow: ellipsis;
  transform: rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.venue-map-shell.portrait-mode .overview-canvas .venue-map-point .venue-point-name {
  transform: rotate(-90deg);
  transform-origin: center;
}
.venue-map-point.long-label .venue-point-name {
  font-size: 12px;
  line-height: 1.2;
}
.venue-map-point.booth.long-label .venue-point-name {
  font-size: 11px;
}
.venue-point-type {
  display: none;
}
.venue-legend {
  margin-top: 9px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
  font-size: 12px;
}
.venue-legend div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.venue-legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #eaf3ff;
}
.venue-legend-dot.activity {
  background: #fff4de;
}
.venue-legend-dot.booth {
  background: #f2c56b;
}
.venue-legend-dot.service {
  background: #eaf8f0;
}
.venue-detail-card {
  margin-top: 11px;
  padding: 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
}
.venue-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.venue-detail-title {
  color: #111a2e;
  font-size: 17px;
  font-weight: 800;
}
.venue-detail-copy {
  margin-top: 9px;
  color: var(--muted);
  line-height: 1.75;
}
.venue-detail-action {
  margin-top: 12px;
}
.venue-related-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.venue-related-card {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.venue-related-title {
  color: #111a2e;
  font-weight: 700;
  line-height: 1.4;
}

.tab-card { margin-top: 14px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.tab-card button { height: 40px; border: 0; color: var(--muted); background: transparent; border-radius: 12px; font-weight: 900; }
.tab-card button.active { color: #fff; background: var(--primary); }
.onsite-list { display: flex; flex-direction: column; gap: 12px; }
.onsite-item, .point-item { padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.onsite-item h3, .point-item h3 { margin: 12px 0 0; color: #111a2e; font-size: 18px; line-height: 1.45; }
.item-copy { margin-top: 10px; color: var(--muted); line-height: 1.75; }
.point-item { display: flex; gap: 13px; }
.point-icon { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--primary); background: var(--primary-pale); border-radius: 14px; font-weight: 900; }
.point-meta { margin-top: 6px; color: var(--primary); font-size: 13px; font-weight: 900; }
.location { margin-top: 9px; color: var(--ink); line-height: 1.5; font-weight: 700; }

.match-toolbar .page-kicker,
.expos-toolbar .page-kicker {
  margin-bottom: 8px;
}
.match-tabs {
  grid-template-columns: repeat(3, 1fr);
}
.match-tabs button {
  font-size: 13px;
}
.match-secondary-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.match-secondary-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  color: var(--primary);
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.match-secondary-actions button.active {
  color: #10254a;
  background: linear-gradient(135deg, #fff4d2, var(--accent));
  border-color: #ead4a5;
}
.matchmaking-template-summit_content .match-toolbar,
.onsite-template-summit_content .onsite-toolbar {
  color: #fff;
  background: linear-gradient(145deg, #111827 0%, #1f2937 62%, #334155 100%);
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .2);
}
.matchmaking-template-summit_content .match-toolbar p,
.onsite-template-summit_content .onsite-toolbar p {
  color: rgba(255, 255, 255, .7);
}
.matchmaking-template-summit_content .demand-card,
.onsite-template-summit_content .onsite-item,
.onsite-template-summit_content .point-item {
  border-color: var(--accent);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}
.matchmaking-template-brand_showcase .match-toolbar,
.onsite-template-brand_showcase .onsite-toolbar {
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(244, 211, 138, .22), transparent 30%),
    linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 66%, #0f1e37 100%);
  border-color: rgba(96, 165, 250, .28);
  border-radius: 24px;
}
.matchmaking-template-brand_showcase .match-toolbar p,
.onsite-template-brand_showcase .onsite-toolbar p {
  color: rgba(255, 255, 255, .72);
}
.matchmaking-template-brand_showcase .demand-list,
.onsite-template-brand_showcase .onsite-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.matchmaking-template-brand_showcase .demand-card,
.onsite-template-brand_showcase .onsite-item,
.onsite-template-brand_showcase .point-item {
  height: 100%;
  border-color: rgba(96, 165, 250, .3);
}
.profile-template-summit_content .profile-hero {
  background: linear-gradient(145deg, #111827 0%, #1f2937 62%, #334155 100%);
}
.profile-template-summit_content .profile-quick-card,
.profile-template-summit_content .profile-schedule-card {
  border-color: var(--accent);
}
.profile-template-brand_showcase .profile-hero {
  background:
    radial-gradient(circle at 84% 12%, rgba(244, 211, 138, .22), transparent 30%),
    linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 66%, #0f1e37 100%);
  border-radius: 24px;
}
.profile-template-brand_showcase .profile-quick-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.profile-template-brand_showcase .profile-quick-card {
  border-color: rgba(96, 165, 250, .3);
}
.demand-search {
  margin: 0 0 14px;
}
.demand-list,
.recommend-list,
.expo-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.demand-list {
  margin-top: 14px;
}
.demand-card,
.recommend-group,
.publish-card,
.expo-item,
.current-card {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.demand-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.demand-title {
  margin-top: 14px;
  color: #111a2e;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}
.demand-meta {
  margin-top: 7px;
  color: var(--primary);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 850;
}
.demand-desc {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.info-grid {
  margin-top: 14px;
  padding: 10px 13px;
  background: #f8fafc;
  border-radius: 14px;
}
.info-grid div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 6px 0;
  color: var(--muted);
  font-size: 13px;
}
.info-grid strong {
  color: var(--ink);
  text-align: right;
}
.booth-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}
.booth-template-guide {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.booth-guide-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px 12px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.booth-guide-item > span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  color: #fff;
  background: var(--primary);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}
.booth-guide-item div { display: grid; gap: 2px; min-width: 0; }
.booth-guide-item strong { color: var(--ink); font-size: 13px; }
.booth-guide-item small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.booth-progress-step {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 9px;
  color: #667085;
  background: #f3f5f8;
  border-radius: 12px;
  font-size: 12px;
}
.booth-progress-step span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  color: #fff;
  background: #98a2b3;
  font-weight: 900;
}
.booth-progress-step strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.booth-progress-step.is-done { color: #174b35; background: #eaf7ef; }
.booth-progress-step.is-done span { background: #1f8a5b; }
.booth-progress-step.is-rejected { color: #8a261f; background: #fff0ed; }
.booth-progress-step.is-rejected span { background: #c64438; }
.booth-existing-note {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 15px;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.booth-existing-note span { color: var(--muted); font-size: 13px; line-height: 1.6; }
.booth-existing-note .btn { justify-self: start; margin: 2px 0 0; }
.booth-application-form-card { padding: 18px; }
.booth-form-section {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 16px 0 4px;
  border: 0;
  border-top: 1px solid var(--line);
}
.booth-form-section legend {
  padding: 0 10px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}
.booth-arranged-tip { padding: 11px 13px; color: var(--muted); background: #f8fafc; border-radius: 12px; font-size: 13px; line-height: 1.55; }
.booth-form-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.booth-application-form-card .field em { color: var(--red); font-style: normal; }
.booth-extra-fields {
  padding: 13px 0 0;
  border-top: 1px solid var(--line);
}
.booth-extra-fields summary {
  margin-bottom: 12px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 850;
}
.booth-extra-fields[open] { display: grid; gap: 12px; }
.booth-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 4px; }
.booth-submit-row span { color: var(--muted); font-size: 12px; }
.booth-submit-row .btn { margin: 0; }
@media (max-width: 430px) {
  .booth-progress-step { flex-direction: column; text-align: center; }
  .booth-form-two { grid-template-columns: 1fr; }
  .booth-submit-row { align-items: stretch; flex-direction: column; }
  .booth-submit-row .btn { width: 100%; }
}
.two-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}
.two-actions .btn {
  width: 100%;
  min-width: 0;
  margin: 0;
  box-shadow: none;
}
.audit-tip,
.recommend-copy {
  margin-top: 12px;
  padding: 13px;
  color: var(--muted);
  background: #f8fafc;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.65;
}
.recommend-copy {
  margin: 0 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.source-title {
  color: var(--primary-dark);
  font-weight: 900;
  line-height: 1.5;
}
.match-card {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.match-score {
  display: inline-flex;
  padding: 4px 9px;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.match-reason {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.form-title {
  color: #111a2e;
  font-size: 19px;
  font-weight: 900;
}
.form-copy {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.empty-action {
  width: auto;
  margin: 16px auto 0;
}
.current-card {
  margin-top: 16px;
}
.edition-label {
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}
.expo-name {
  color: #111a2e;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}
.compact {
  width: auto;
  margin-top: 14px;
  box-shadow: none;
}
.archive-title {
  margin: 4px 2px 14px;
}
.expo-item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.edition {
  width: 62px;
  flex: 0 0 auto;
  color: var(--primary-dark);
  font-size: 22px;
  font-weight: 900;
}
.expo-main {
  flex: 1;
  min-width: 0;
}
.expo-main .muted {
  margin-top: 4px;
}
.arrow {
  color: #9aa5b4;
  font-size: 28px;
  line-height: 1;
}
.point-actions {
  margin-top: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 9px;
}
.point-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  margin: 0;
  box-shadow: none;
}

.access-modal-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 27, 58, .52);
  backdrop-filter: blur(8px);
}

.access-modal {
  width: min(100%, 360px);
  padding: 24px 22px 20px;
  color: #fff;
  background: linear-gradient(145deg, rgba(20, 43, 87, .98), rgba(8, 27, 58, .98));
  border: 1px solid rgba(244, 211, 138, .24);
  border-radius: 22px;
  box-shadow: 0 28px 68px rgba(8, 27, 58, .35);
}

.access-kicker {
  margin-bottom: 10px;
  color: #f4d38a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.access-modal h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.access-modal p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}

.access-modal-actions {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.access-modal-actions .btn {
  width: 100%;
  min-width: 0;
  margin: 0;
  box-shadow: none;
}

.appointment-modal {
  width: min(100%, 380px);
}

.appointment-fields {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.appointment-fields label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 800;
}

.appointment-fields input,
.appointment-fields textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  outline: none;
  box-sizing: border-box;
}

.appointment-fields textarea {
  min-height: 92px;
  padding: 11px 12px;
  line-height: 1.6;
  resize: vertical;
}

.appointment-fields input:focus,
.appointment-fields textarea:focus {
  border-color: rgba(244, 211, 138, .72);
  box-shadow: 0 0 0 3px rgba(244, 211, 138, .14);
}

.appointment-fields ::placeholder {
  color: rgba(255, 255, 255, .46);
}

.linked-profile-card {
  margin: 0 0 14px;
  padding: 14px 15px;
  background: linear-gradient(135deg, #fff9ea, #fff);
  border: 1px solid #f0d9a8;
  border-radius: 15px;
}

.linked-profile-title {
  margin-bottom: 7px;
  color: #8a5a12;
  font-size: 13px;
  font-weight: 900;
}

.linked-profile-card div:not(.linked-profile-title) {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  font-size: 13px;
}

.linked-profile-card span {
  color: var(--muted);
}

.linked-profile-card strong {
  flex: 1;
  color: var(--primary-dark);
  text-align: right;
  word-break: break-all;
}

/* H5 visual polish pass: shared rhythm for customer-facing templates. */
.page-shell {
  padding-inline: 12px;
}

.global-nav {
  height: 52px;
  padding: 0 max(16px, calc((100vw - 900px) / 2 + 16px));
}

.global-nav .brand {
  letter-spacing: 0;
  text-transform: none;
}

.global-nav nav button {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease;
}

.global-nav nav button.active {
  color: var(--brand-on-primary);
  background: rgba(255,255,255,.10);
}

.card,
.feed-card,
.exhibitor-card,
.activity-list-card,
.home-content-feed-card,
.home-live-card,
.home-poster-card,
.home-exhibitor-card,
.home-activity-feature,
.home-news-list,
.service-list-card,
.profile-status-card,
.profile-expo-card,
.profile-account-card,
.credential-card,
.visitor-pass-card {
  border-color: color-mix(in srgb, var(--line), var(--primary) 8%);
  box-shadow: 0 16px 38px rgba(8, 27, 58, .075), 0 2px 8px rgba(8, 27, 58, .035);
}

.toolbar,
.exhibitor-toolbar,
.activity-toolbar,
.news-toolbar,
.feed-header,
.surface-toolbar {
  border-color: color-mix(in srgb, var(--line), var(--primary) 10%);
  box-shadow: 0 18px 42px rgba(8, 27, 58, .08);
}

.exhibitor-toolbar,
.activity-toolbar,
.news-toolbar {
  padding: 18px 14px 15px;
}

.page-kicker,
.feed-kicker,
.eyebrow,
.hero-mark {
  letter-spacing: .08em;
}

.exhibitor-title,
.toolbar h1,
.feed-title {
  text-wrap: balance;
}

.page-subtitle,
.feed-subtitle,
.home-section-caption {
  color: color-mix(in srgb, var(--muted), var(--ink) 10%);
}

.search-wrap,
.exhibitor-toolbar .search-wrap {
  overflow: hidden;
  border-color: color-mix(in srgb, var(--line), var(--primary) 8%);
}

.filter-row,
.feed-tabs {
  gap: 8px;
}

.filter-row .chip,
.feed-tab,
.tab-card button {
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.filter-row .chip.active,
.feed-tab.active,
.tab-card button.active {
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent), transparent 82%);
}

.home-content-feed-media,
.feed-media,
.detail-media {
  background: linear-gradient(145deg, var(--primary-dark), var(--primary));
}

.home-content-feed-video,
.home-content-feed-cover,
.feed-cover,
.detail-video,
.detail-cover {
  background: #101827;
}

.home-content-feed-body,
.home-live-body,
.feed-body {
  display: flex;
  min-height: 164px;
  flex-direction: column;
}

.home-content-feed-body h3,
.home-live-body h3,
.feed-card-title,
.company-name,
.activity-list-card h3,
.news-title {
  color: var(--ink);
  text-wrap: pretty;
}

.home-content-feed-body p,
.home-live-body p,
.feed-desc {
  color: color-mix(in srgb, var(--muted), var(--ink) 8%);
}

.home-content-feed-card .link,
.home-live-card .link,
.feed-action {
  width: fit-content;
  margin-top: auto;
}

.home-content-feed-badge,
.feed-badge,
.detail-badge,
.recommend,
.recommend-ribbon {
  border: 1px solid color-mix(in srgb, var(--accent), #fff 42%);
}

.home-poster-card {
  flex-basis: min(46%, 190px);
}

.home-poster-card img {
  background: color-mix(in srgb, var(--primary-pale), var(--card) 35%);
}

.exhibitor-card,
.feed-card,
.activity-list-card {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.exhibitor-card:active,
.feed-card:active,
.activity-list-card:active,
.home-content-feed-card:active,
.home-live-card:active,
.home-exhibitor-card:active {
  transform: translateY(1px);
}

.theme-clean-government {
  --text: var(--ink);
}

.theme-clean-government .page-shell {
  background:
    linear-gradient(180deg, rgba(238,244,255,.8), rgba(248,249,255,0) 190px),
    #f8f9ff;
}

.theme-clean-government .exhibitor-toolbar,
.theme-clean-government .activity-toolbar,
.theme-clean-government .news-toolbar,
.theme-clean-government .feed-header {
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,244,255,.92));
  border-color: #dbe7ff;
}

.theme-clean-government .feed-header {
  color: #0b1c30;
}

.theme-clean-government .feed-title,
.theme-clean-government .feed-subtitle,
.theme-clean-government .feed-kicker {
  color: inherit;
}

.theme-clean-government .feed-kicker,
.theme-clean-government .page-kicker {
  color: #2563eb;
}

.theme-clean-government .home-content-feed-badge,
.theme-clean-government .feed-badge,
.theme-clean-government .detail-badge,
.theme-clean-government .recommend,
.theme-clean-government .recommend-ribbon,
.theme-clean-government .feed-tab.active,
.theme-clean-government .filter-row .chip.active,
.theme-clean-government .tab-card button.active {
  color: #075985;
  background: #e0f2fe;
  border-color: #bae6fd;
  box-shadow: 0 8px 18px rgba(2, 132, 199, .10);
}

.theme-clean-government .home-content-feed-card .link,
.theme-clean-government .home-live-card .link,
.theme-clean-government .feed-action {
  color: #00288e;
  background: #eef4ff;
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }

  .global-nav {
    display: none;
  }

  .page-shell {
    width: 100%;
    padding: 8px 12px 112px;
  }

  .hero {
    border-radius: 16px;
  }

  .hero h1,
  .hero-title {
    font-size: 22px;
    line-height: 1.22;
  }

  .hero-meta {
    gap: 7px;
    padding: 7px;
    border-radius: 15px;
  }

  .hero-meta-item {
    flex-basis: 100%;
    padding: 4px 7px;
  }

  .actions {
    gap: 8px;
  }

  .home-section {
    padding-top: 20px;
  }

  .home-section-head {
    padding-bottom: 11px;
  }

  .home-section-title {
    font-size: 18px;
  }

  .home-section-link {
    font-size: 12px;
  }

  .home-content-feed-list,
  .home-live-list {
    gap: 10px;
    padding-bottom: 16px;
  }

  .home-content-feed-card,
  .home-live-card {
    flex-basis: 92%;
  }

  .home-content-feed-body,
  .home-live-body,
  .feed-body {
    min-height: 148px;
    padding: 13px;
  }

  .home-content-feed-media,
  .home-live-cover,
  .feed-media {
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: none;
  }

  .home-poster-card {
    flex-basis: 58%;
  }

  .toolbar,
  .exhibitor-toolbar,
  .activity-toolbar,
  .news-toolbar,
  .feed-header {
    margin-bottom: 14px;
    padding: 17px 13px 14px;
    border-radius: 16px;
  }

  .exhibitor-title,
  .toolbar h1 {
    gap: 10px;
    font-size: 24px;
  }

  .title-icon,
  .exhibitor-title .title-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 17px;
  }

  .page-subtitle {
    font-size: 13px;
    line-height: 1.5;
  }

  .mode-switch {
    width: 100%;
  }

  .exhibitor-toolbar .search-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding: 6px;
  }

  .exhibitor-toolbar .search-wrap .btn {
    width: 100%;
  }

  .filter-row .chip,
  .feed-tab {
    min-height: 34px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .result-meta {
    font-size: 13px;
  }

  .exhibitor-card {
    padding: 15px 14px;
    border-radius: 16px;
  }

  .company-logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 18px;
  }

  .company-name {
    font-size: 16px;
  }

  .booth-line {
    align-items: flex-start;
    margin-top: 13px;
  }

  .booth {
    font-size: 16px;
  }

  .product-line,
  .need-line {
    font-size: 14px;
  }

  .feed-list {
    gap: 12px;
  }

  .feed-card {
    border-radius: 16px;
  }

  .feed-card-title {
    font-size: 16px;
  }

  .content-feeds-template-brand_showcase .feed-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* H5 visual polish pass 2: mobile product feel and first-screen density. */
.mobile-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
}

.mobile-tabs button {
  position: relative;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1;
}

.mobile-tabs button::before {
  content: "首";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: color-mix(in srgb, var(--muted), var(--ink) 10%);
  background: transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.mobile-tabs button[data-route="#/home"]::before { content: "首"; }
.mobile-tabs button[data-route="#/exhibitors"]::before { content: "展"; }
.mobile-tabs button[data-route="#/activities"]::before { content: "会"; }
.mobile-tabs button[data-route="#/news"]::before { content: "讯"; }
.mobile-tabs button[data-route="#/profile"]::before { content: "我"; }

.mobile-tabs button span {
  font-size: 11px;
}

.mobile-tabs button.active::before {
  color: var(--brand-on-accent);
  background: var(--accent);
  transform: translateY(-1px);
}

.home-shortcut-panel {
  position: relative;
  overflow: hidden;
}

.home-shortcut-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84);
}

.home-shortcut {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-shortcut:active {
  transform: translateY(1px);
}

.home-shortcut-icon {
  color: var(--brand-on-accent);
  background: linear-gradient(135deg, color-mix(in srgb, #fff, var(--accent) 22%), var(--accent));
}

.home-section-head::before {
  width: 4px;
  height: 18px;
}

.home-section-title {
  letter-spacing: 0;
}

.home-exhibitor-card,
.home-activity-feature,
.home-news-list {
  border-color: color-mix(in srgb, var(--line), var(--accent) 8%);
}

.home-content-feed-card,
.home-live-card,
.feed-card {
  border-radius: 16px;
}

.home-content-feed-media,
.home-live-cover,
.feed-media {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.feed-play-mark {
  right: 12px;
  bottom: 12px;
  box-shadow: 0 8px 18px rgba(8, 27, 58, .22);
}

.content-feeds-page,
.exhibitor-page,
.activity-page,
.news-page {
  padding-bottom: 88px;
}

.content-feeds-template-summit_content .feed-card,
.summit-directory-card {
  border-left-width: 1px;
  border-color: color-mix(in srgb, var(--line), var(--accent) 18%);
}

.theme-clean-government .mobile-tabs button.active::before {
  color: #fff;
  background: #60a5fa;
}

.theme-clean-government .home-shortcut-icon {
  color: #fff;
  background: #60a5fa;
  box-shadow: 0 8px 18px rgba(96, 165, 250, .16);
}

@media (max-width: 640px) {
  .home-shortcut-panel,
  .home-layout-portal .home-shortcut-panel.is-portal,
  .home-shortcut-panel.is-compact,
  .home-template-summit_content .summit-shortcuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 9px;
    border-radius: 16px;
  }

  .home-shortcut,
  .home-layout-portal .home-shortcut-panel.is-portal .home-shortcut,
  .home-shortcut-panel.is-compact .home-shortcut,
  .home-template-summit_content .summit-shortcuts .home-shortcut {
    min-height: 86px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 9px;
    border-radius: 13px;
  }

  .home-shortcut-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .home-shortcut-label {
    font-size: 13px;
    line-height: 1.25;
  }

  .home-shortcut-desc {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.25;
  }

  .home-section-head::before {
    margin-top: 4px;
  }

  .home-content-feed-card,
  .home-live-card {
    flex-basis: 94%;
  }

  .home-content-feed-body h3,
  .home-live-body h3,
  .feed-card-title {
    font-size: 15px;
    line-height: 1.38;
  }

  .home-content-feed-body p,
  .home-live-body p,
  .feed-desc {
    font-size: 12px;
  }

  .mobile-tabs {
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: min(430px, calc(100% - 22px));
    padding: 6px;
    border-radius: 20px;
  }

  .mobile-tabs button {
    min-height: 54px;
    border-radius: 15px;
  }

  .mobile-tabs button.active {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent), #fff 50%);
  }

  .theme-clean-government .mobile-tabs button.active {
    box-shadow: inset 0 0 0 1px #cfe0ff;
  }
}

/* H5 visual polish pass 3: tighter hierarchy, calmer material, stronger theme fidelity. */
.home-config-scope {
  --home-card-shadow: 0 14px 34px rgba(8, 27, 58, .065), 0 1px 4px rgba(8, 27, 58, .04);
}

.theme-clean-government .home-config-scope:not(.is-custom-theme) {
  --home-theme: #60a5fa;
  --accent: #60a5fa;
  --accent-light: #dbeafe;
  --brand-on-accent: #ffffff;
}

.home-config-hero {
  border: 1px solid color-mix(in srgb, var(--home-theme), rgba(255,255,255,.55) 60%);
  box-shadow: 0 18px 44px rgba(8, 27, 58, .18);
}

.home-config-hero::before,
.home-config-hero::after {
  opacity: .62;
}

.hero-title {
  max-width: 100%;
  text-shadow: 0 2px 12px rgba(7, 24, 50, .22);
}

.hero-subtitle {
  max-width: 26em;
  text-shadow: 0 1px 10px rgba(7, 24, 50, .18);
}

.hero-meta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(84px, .75fr);
  gap: 7px;
  padding: 6px;
  background: rgba(7, 24, 50, .42);
  border-color: rgba(255, 255, 255, .20);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .13);
}

.hero-meta-item {
  min-height: 38px;
  padding: 6px 8px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
}

.hero-meta-icon {
  color: var(--brand-on-accent);
  background: var(--home-theme);
  box-shadow: 0 6px 14px color-mix(in srgb, var(--home-theme), transparent 72%);
}

.hero-meta-item strong {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.theme-clean-government .hero-meta {
  background: rgba(7, 31, 76, .32);
}

.theme-clean-government .hero-meta-icon {
  color: #fff;
  background: #60a5fa;
}

.home-shortcut-panel {
  background: rgba(255,255,255,.94);
  border-color: color-mix(in srgb, var(--line), var(--home-theme) 10%);
  box-shadow: 0 16px 36px rgba(8, 27, 58, .07);
}

.home-shortcut {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  border-color: color-mix(in srgb, var(--line), var(--home-theme) 8%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}

.home-shortcut-icon {
  color: var(--brand-on-accent);
  background: var(--home-theme);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--home-theme), transparent 78%);
}

.home-shortcut-desc {
  color: color-mix(in srgb, var(--muted), var(--ink) 8%);
}

.home-section-head {
  align-items: center;
}

.home-section-head::before {
  border-radius: 999px;
  background: linear-gradient(180deg, var(--home-theme), color-mix(in srgb, var(--home-theme), #fff 45%));
  box-shadow: 0 6px 14px color-mix(in srgb, var(--home-theme), transparent 78%);
}

.home-section-title,
.feed-card-title,
.home-content-feed-body h3,
.home-live-body h3 {
  letter-spacing: 0;
}

.home-content-feed-card,
.home-live-card,
.feed-card {
  border-color: color-mix(in srgb, var(--line), var(--home-theme) 10%);
  box-shadow: var(--home-card-shadow);
}

.home-content-feed-card .link,
.home-live-card .link,
.feed-action {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 13px;
  color: color-mix(in srgb, var(--primary), var(--home-theme) 18%);
  background: color-mix(in srgb, var(--primary-pale), #fff 28%);
  border: 1px solid color-mix(in srgb, var(--line), var(--home-theme) 18%);
}

.home-content-feed-badge,
.feed-badge,
.detail-badge {
  color: var(--brand-on-accent);
  background: var(--home-theme);
  border-color: color-mix(in srgb, var(--home-theme), #fff 36%);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--home-theme), transparent 78%);
}

.home-content-feed-video,
.feed-card video,
.detail-video {
  object-fit: cover;
  background: #05070d;
}

.feed-card {
  background: #fff;
}

.feed-body,
.home-content-feed-body,
.home-live-body {
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--primary-pale), #fff 78%));
}

.mobile-tabs {
  border: 1px solid rgba(223, 231, 242, .96);
  box-shadow: 0 18px 42px rgba(8, 27, 58, .14), 0 1px 0 rgba(255,255,255,.9) inset;
}

.mobile-tabs button {
  color: color-mix(in srgb, var(--muted), var(--ink) 10%);
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.mobile-tabs button.active {
  color: var(--ink);
  background: color-mix(in srgb, var(--accent), #fff 18%);
}

.theme-clean-government .mobile-tabs button.active {
  color: #0b1c30;
  background: #dbeafe;
}

@media (max-width: 640px) {
  .page-shell {
    padding-inline: 10px;
  }

  .hero {
    padding: 17px 16px 16px;
  }

  .hero h1,
  .hero-title {
    font-size: 24px;
    line-height: 1.16;
  }

  .hero-subtitle {
    font-size: 13px;
    line-height: 1.45;
  }

  .hero-meta {
    grid-template-columns: minmax(0, 1.4fr) minmax(76px, .6fr);
    margin-top: 15px;
  }

  .hero-meta-item {
    flex-basis: auto;
    gap: 6px;
  }

  .hero-meta-icon {
    width: 22px;
    height: 22px;
  }

  .hero-meta-item strong {
    font-size: 12px;
  }

  .home-shortcut-panel,
  .home-layout-portal .home-shortcut-panel.is-portal,
  .home-shortcut-panel.is-compact,
  .home-template-summit_content .summit-shortcuts {
    gap: 7px;
    padding: 8px;
  }

  .home-shortcut,
  .home-layout-portal .home-shortcut-panel.is-portal .home-shortcut,
  .home-shortcut-panel.is-compact .home-shortcut,
  .home-template-summit_content .summit-shortcuts .home-shortcut {
    min-height: 82px;
    padding: 10px 8px 9px;
  }

  .home-shortcut-icon {
    width: 32px;
    height: 32px;
  }

  .home-section {
    padding-top: 19px;
  }

  .home-section-head {
    padding-bottom: 11px;
  }

  .home-content-feed-card,
  .home-live-card {
    flex-basis: 92%;
  }

  .home-content-feed-body,
  .home-live-body,
  .feed-body {
    min-height: 138px;
    padding: 12px;
  }

  .feed-media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .mobile-tabs {
    width: min(420px, calc(100% - 18px));
  }
}

/* H5 visual polish pass 4: flagship rhythm and tactile motion. */
.page-shell {
  position: relative;
}

.page-shell.is-route-ready > * {
  animation: h5-route-enter .24s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes h5-route-enter {
  from {
    opacity: .86;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-config-hero {
  isolation: isolate;
  background-position: center;
}

.home-config-hero::before {
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), transparent 32%),
    linear-gradient(90deg, rgba(255,255,255,.16), transparent 32%, transparent 68%, rgba(255,255,255,.10));
  opacity: .78;
  transform: none;
}

.home-config-hero::after {
  right: 14px;
  bottom: 14px;
  left: 14px;
  top: auto;
  width: auto;
  height: 1px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  opacity: .75;
  transform: none;
}

.hero-glow {
  position: absolute;
  inset: auto 12px 12px;
  z-index: 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 24, 50, .46));
  border-radius: 0 0 15px 15px;
}

.hero-top,
.hero-title,
.hero-subtitle,
.hero-meta,
.actions {
  position: relative;
  z-index: 1;
}

.hero-mark {
  width: fit-content;
  padding: 4px 8px;
  color: var(--brand-on-accent);
  background: color-mix(in srgb, var(--home-theme), rgba(7,24,50,.24) 18%);
  border: 1px solid color-mix(in srgb, var(--home-theme), #fff 42%);
  border-radius: 999px;
  letter-spacing: .04em;
  text-transform: none;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--home-theme), transparent 80%);
}

.hero-title {
  margin-top: 13px !important;
  font-size: 25px;
}

.actions .btn {
  min-height: 44px;
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.actions .btn:active {
  transform: translateY(1px) scale(.995);
}

.hero .btn {
  box-shadow: 0 10px 22px color-mix(in srgb, var(--home-theme), transparent 78%);
}

.hero .btn.secondary {
  backdrop-filter: blur(8px);
}

.home-banner {
  overflow: hidden;
  margin-top: 13px;
  border: 1px solid color-mix(in srgb, var(--line), var(--home-theme) 12%);
  box-shadow: 0 16px 34px rgba(8, 27, 58, .07);
}

.home-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.14), transparent 28%, rgba(7,24,50,.06));
}

.home-shortcut {
  position: relative;
  overflow: hidden;
}

.home-shortcut::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.36), transparent 46%);
  opacity: .8;
}

.home-shortcut > * {
  position: relative;
  z-index: 1;
}

.home-shortcut:active,
.home-content-feed-card:active,
.home-live-card:active,
.feed-card:active,
.exhibitor-card:active {
  transform: translateY(1px) scale(.997);
}

.home-content-feed-list,
.home-live-list,
.home-poster-list {
  scroll-padding-inline: 4px;
}

.home-content-feed-card,
.home-live-card,
.feed-card,
.exhibitor-card {
  transform-origin: center top;
}

.home-content-feed-media::after,
.feed-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7,24,50,.04), transparent 42%, rgba(7,24,50,.16));
}

.home-content-feed-badge,
.feed-badge {
  z-index: 2;
  color: var(--brand-on-accent);
  background: color-mix(in srgb, var(--accent), #fff 8%);
  border-color: color-mix(in srgb, var(--accent), #fff 32%);
  backdrop-filter: blur(8px);
}

.theme-clean-government .home-content-feed-badge,
.theme-clean-government .feed-badge {
  color: #fff;
  background: #2563eb;
  border-color: #60a5fa;
}

.feed-play-mark {
  z-index: 2;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  background: rgba(7, 24, 50, .82);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
}

.feed-tabs {
  padding: 2px 2px 4px;
}

.feed-tab {
  box-shadow: 0 1px 0 rgba(255,255,255,.86) inset;
}

.feed-tab.active {
  color: var(--brand-on-accent);
  background: var(--home-theme, var(--accent));
}

.theme-clean-government .feed-tab.active {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
}

.exhibitor-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,250,252,.98));
}

.company-logo {
  box-shadow: 0 10px 20px color-mix(in srgb, var(--primary), transparent 82%);
}

.mobile-tabs::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  filter: blur(8px);
}

@supports (animation-timeline: view()) {
  .home-section,
  .feed-card,
  .exhibitor-card,
  .activity-list-card {
    animation: h5-card-rise both;
    animation-timeline: view();
    animation-range: entry 0% cover 22%;
  }

  @keyframes h5-card-rise {
    from {
      opacity: .82;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding-inline: 9px;
  }

  .home-config-hero {
    min-height: 236px;
  }

  .hero-title {
    max-width: 96%;
    font-size: 25px;
    line-height: 1.14;
  }

  .hero-meta {
    border-radius: 17px;
  }

  .hero-meta-item {
    min-height: 39px;
    border-radius: 12px;
  }

  .actions {
    gap: 8px;
  }

  .actions .btn {
    min-height: 43px;
  }

  .home-banner {
    border-radius: 13px;
  }

  .home-shortcut-panel,
  .home-layout-portal .home-shortcut-panel.is-portal,
  .home-shortcut-panel.is-compact,
  .home-template-summit_content .summit-shortcuts {
    border-radius: 18px;
  }

  .home-shortcut-label {
    font-size: 12px;
    font-weight: 800;
  }

  .home-shortcut-desc {
    font-size: 10px;
  }

  .home-section-title {
    font-size: 20px;
  }

  .home-section-caption {
    max-width: 18em;
  }

  .feed-header,
  .exhibitor-toolbar,
  .activity-toolbar,
  .news-toolbar {
    border-radius: 18px;
  }
}

/* Template: industry_compass. A resource-index layout for B2B and supply-chain expos. */
.home-template-industry_compass {
  --home-theme: #0f766e;
  --accent: #0f766e;
  --accent-light: #ccfbf1;
  --brand-on-accent: #ffffff;
  --primary: #12345a;
  --primary-dark: #081a2e;
  --primary-soft: #1f6f8b;
  --primary-pale: #edf7f6;
  --surface: #f4f8fb;
  --line: #dbe8ec;
  --home-card-shadow: 0 10px 26px rgba(8, 27, 58, .07);
}

.home-template-industry_compass .hero {
  min-height: 222px;
  display: grid;
  align-content: end;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(8, 26, 46, .90), rgba(15, 118, 110, .54)),
    var(--home-bg, #12345a);
  border-color: rgba(20, 184, 166, .45);
  border-radius: 18px;
}

.home-template-industry_compass .hero-mark {
  color: #ccfbf1;
  background: rgba(15, 118, 110, .26);
  border-color: rgba(153, 246, 228, .34);
}

.home-template-industry_compass .hero-title {
  max-width: 11em;
  margin-top: 12px !important;
  font-size: 27px;
  line-height: 1.08;
}

.home-template-industry_compass .hero-subtitle {
  max-width: 18em;
  color: rgba(236, 253, 245, .86);
}

.home-template-industry_compass .hero-meta {
  grid-template-columns: 1fr;
  width: min(100%, 270px);
  background: rgba(8, 26, 46, .44);
}

.home-template-industry_compass .hero-meta-item {
  min-height: 34px;
  padding-block: 5px;
}

.home-template-industry_compass .actions {
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}

.home-template-industry_compass .hero .btn {
  color: #ffffff;
  background: #0f766e;
  border: 1px solid rgba(153,246,228,.34);
  box-shadow: 0 10px 22px rgba(15, 118, 110, .25);
}

.home-template-industry_compass .hero .btn.secondary {
  background: rgba(255,255,255,.12);
}

.home-template-industry_compass .home-shortcut-panel.is-compass {
  margin-top: 10px;
  grid-template-columns: 1fr;
  gap: 7px;
  padding: 8px;
  background: #ffffff;
  border-radius: 16px;
}

.home-template-industry_compass .is-compass .home-shortcut {
  min-height: 58px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 10px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ffffff, #f7fbfc);
}

.home-template-industry_compass .is-compass .home-shortcut-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #0f766e;
}

.home-template-industry_compass .is-compass .home-shortcut-label {
  font-size: 13px;
}

.home-template-industry_compass .is-compass .home-shortcut-desc {
  font-size: 11px;
}

.compass-brief {
  padding-top: 14px;
}

.compass-brief-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px 10px;
}

.compass-brief-head span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
}

.compass-brief-head strong {
  max-width: 15em;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  text-align: right;
}

.compass-brief-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.compass-brief-card {
  min-height: 76px;
  padding: 12px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--line), #0f766e 10%);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(8, 27, 58, .055);
}

.compass-brief-card span {
  display: block;
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
}

.compass-brief-card strong {
  margin-top: 7px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-template-industry_compass .home-section-head {
  padding-bottom: 10px;
}

.home-template-industry_compass .home-section-head::before {
  width: 22px;
  height: 3px;
  margin-top: 11px;
  background: #0f766e;
}

.home-template-industry_compass .home-section-icon {
  color: #fff;
  background: #12345a;
  border-radius: 10px;
}

.home-template-industry_compass .home-section-title {
  font-size: 19px;
}

.home-template-industry_compass .home-exhibitor-row,
.home-template-industry_compass .home-news-list {
  gap: 8px;
}

.home-template-industry_compass .home-exhibitor-card,
.home-template-industry_compass .news-row,
.home-template-industry_compass .home-activity-feature {
  border-color: color-mix(in srgb, var(--line), #0f766e 12%);
  box-shadow: 0 8px 20px rgba(8, 27, 58, .055);
}

.home-template-industry_compass .home-content-feed-list {
  display: grid;
  gap: 9px;
  overflow: visible;
  padding: 0;
  margin: 0;
}

.home-template-industry_compass .home-content-feed-card {
  flex-basis: auto;
  display: grid;
  grid-template-columns: 122px 1fr;
  min-height: 120px;
  border-radius: 14px;
}

.home-template-industry_compass .home-content-feed-media {
  height: 100%;
  aspect-ratio: auto;
}

.home-template-industry_compass .home-content-feed-body {
  min-height: 120px;
}

.home-template-industry_compass .home-content-feed-badge,
.content-feeds-template-industry_compass .feed-badge {
  background: #0f766e;
  border-color: #5eead4;
}

.content-feeds-template-industry_compass .feed-header,
.exhibitor-template-industry_compass .exhibitor-toolbar,
.activity-template-industry_compass .activity-toolbar,
.news-template-industry_compass .news-toolbar {
  color: #0b1c30;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(237,247,246,.94));
  border: 1px solid #cfe3e6;
  box-shadow: 0 12px 28px rgba(8, 27, 58, .07);
}

.content-feeds-template-industry_compass .feed-title,
.content-feeds-template-industry_compass .feed-subtitle,
.content-feeds-template-industry_compass .feed-kicker,
.activity-template-industry_compass .activity-toolbar,
.news-template-industry_compass .news-toolbar {
  color: #0b1c30;
}

.content-feeds-template-industry_compass .feed-kicker,
.exhibitor-template-industry_compass .page-kicker,
.activity-template-industry_compass .eyebrow,
.news-template-industry_compass .eyebrow {
  color: #0f766e;
}

.content-feeds-template-industry_compass .feed-list {
  gap: 9px;
}

.content-feeds-template-industry_compass .feed-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  min-height: 132px;
  border-color: #cfe3e6;
  border-radius: 14px;
}

.content-feeds-template-industry_compass .feed-media {
  height: 100%;
  min-height: 132px;
}

.content-feeds-template-industry_compass .feed-body {
  min-height: 132px;
}

.content-feeds-template-industry_compass .feed-meta,
.exhibitor-template-industry_compass .result-meta {
  color: #0f766e;
}

.exhibitor-template-industry_compass .title-icon,
.exhibitor-template-industry_compass .company-logo {
  color: #fff;
  background: #0f766e;
}

.exhibitor-template-industry_compass .recommend,
.exhibitor-template-industry_compass .pill.orange {
  color: #0f513f;
  background: #ccfbf1;
  border-color: #99f6e4;
}

@media (max-width: 640px) {
  .home-template-industry_compass .hero {
    min-height: 250px;
  }

  .home-template-industry_compass .hero-meta {
    grid-template-columns: 1fr;
  }

  .home-template-industry_compass .actions {
    grid-template-columns: 1fr 1fr;
  }

  .home-template-industry_compass .home-shortcut-panel.is-compass {
    grid-template-columns: 1fr 1fr;
  }

  .home-template-industry_compass .is-compass .home-shortcut {
    min-height: 68px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .compass-brief-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-template-industry_compass .home-content-feed-card,
  .content-feeds-template-industry_compass .feed-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }
}

/* Industry compass mobile corrections: keep index cards readable under theme overrides. */
.home-template-industry_compass .hero-title {
  font-size: 25px;
}

.exhibitor-template-industry_compass .btn,
.content-feeds-template-industry_compass .feed-tab.active,
.theme-clean-government .content-feeds-template-industry_compass .feed-tab.active {
  color: #fff;
  background: #0f766e;
  border-color: #0f766e;
}

.template-industry_compass .mobile-tabs button.active,
.theme-clean-government.template-industry_compass .mobile-tabs button.active {
  color: #062f2b;
  background: #ccfbf1;
}

.template-industry_compass .mobile-tabs button.active::before,
.theme-clean-government.template-industry_compass .mobile-tabs button.active::before {
  color: #fff;
  background: #0f766e;
}

.home-template-industry_compass {
  padding-bottom: 96px;
}

.content-feeds-template-industry_compass .feed-card {
  min-width: 0;
}

.content-feeds-template-industry_compass .feed-media,
.content-feeds-template-industry_compass .feed-body {
  min-width: 0;
}

.content-feeds-template-industry_compass .feed-media {
  width: 100%;
}

.content-feeds-template-industry_compass .feed-cover,
.content-feeds-template-industry_compass .feed-placeholder {
  width: 100%;
  min-width: 0;
  object-fit: cover;
}

.content-feeds-template-industry_compass .feed-card-title,
.content-feeds-template-industry_compass .feed-desc,
.content-feeds-template-industry_compass .feed-action {
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .content-feeds-template-industry_compass .feed-card {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 128px;
  }

  .content-feeds-template-industry_compass .feed-media {
    min-height: 128px;
    aspect-ratio: auto;
  }

  .content-feeds-template-industry_compass .feed-body {
    min-height: 128px;
    padding: 10px;
  }

  .content-feeds-template-industry_compass .feed-card-title {
    font-size: 13px;
    line-height: 1.35;
  }

.content-feeds-template-industry_compass .feed-desc {
    -webkit-line-clamp: 1;
  }
}

/* Template differentiation pass: established templates should feel structurally distinct. */
.home-template-summit_content .hero {
  min-height: 470px;
}

.home-template-summit_content .home-activity-feature,
.activity-template-summit_content .activity-list-card,
.activity-template-summit_content .activity-timeline-item {
  border-left: 1px solid #d8e5f8;
  background:
    linear-gradient(90deg, rgba(96, 165, 250, .10), rgba(255, 255, 255, 0) 120px),
    #fff;
}

.home-template-summit_content .home-content-feed-list,
.home-template-summit_content .home-news-list,
.activity-template-summit_content .timeline {
  gap: 10px;
}

.content-feeds-template-summit_content .feed-card:first-child {
  grid-template-columns: minmax(220px, .85fr) minmax(0, 1fr);
  min-height: 188px;
}

.content-feeds-template-summit_content .feed-card:first-child .feed-media {
  min-height: 188px;
}

.home-template-brand_showcase .hero {
  min-height: 580px;
}

.home-template-brand_showcase .home-content-feed-card:first-child,
.home-template-brand_showcase .home-exhibitor-card:first-child {
  min-height: 220px;
}

.home-template-brand_showcase .home-content-feed-card:first-child .home-content-feed-media,
.home-template-brand_showcase .home-exhibitor-card:first-child .company-logo {
  min-height: 168px;
}

.content-feeds-template-brand_showcase .feed-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
  min-height: 240px;
}

.content-feeds-template-brand_showcase .feed-card:first-child .feed-media {
  min-height: 240px;
}

.exhibitor-template-brand_showcase .exhibitor-card:first-child {
  grid-column: 1 / -1;
}

.home-template-industry_compass .home-shortcut-panel,
.home-template-industry_compass .home-exhibitor-row {
  border-radius: 10px;
}

.home-template-industry_compass .home-exhibitor-card,
.exhibitor-template-industry_compass .exhibitor-card,
.matchmaking-template-industry_compass .demand-card {
  border-color: #cfe3e6;
  border-radius: 10px;
}

.home-template-industry_compass .home-exhibitor-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
}

.exhibitor-template-industry_compass .exhibitor-list,
.matchmaking-template-industry_compass .demand-list {
  gap: 8px;
}

@media (max-width: 640px) {
  .content-feeds-template-summit_content .feed-card:first-child,
  .content-feeds-template-brand_showcase .feed-card:first-child,
  .home-template-industry_compass .home-exhibitor-card {
    grid-template-columns: 1fr;
  }

  .home-template-brand_showcase .hero {
    min-height: 430px;
  }

  .content-feeds-template-brand_showcase .feed-card:first-child .feed-media {
    min-height: 180px;
  }
}

/* Final shortcut alignment: keep the six primary entry cards visually centered. */
.home-shortcut-panel:not(.is-compass) .home-shortcut,
.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut,
.home-shortcut-panel.is-compact:not(.is-compass) .home-shortcut,
.home-template-summit_content .summit-shortcuts .home-shortcut {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
}

/* Secondary page template differentiation: exhibitors, activities, news and services now change structure, not only color. */
.activity-card-mark,
.news-card-action,
.service-list-index {
  display: none;
}

.service-list-index {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.activity-template-summit_content .activity-card-mark,
.activity-template-brand_showcase .activity-card-mark,
.activity-template-industry_compass .activity-card-mark,
.activity-template-government_service .activity-card-mark,
.activity-template-youth_event .activity-card-mark,
.activity-template-minimal_business .activity-card-mark,
.news-template-summit_content .news-card-action,
.news-template-brand_showcase .news-card-action,
.news-template-industry_compass .news-card-action,
.news-template-government_service .news-card-action,
.news-template-youth_event .news-card-action,
.news-template-minimal_business .news-card-action,
.service-template-summit_content .service-list-index,
.service-template-brand_showcase .service-list-index,
.service-template-industry_compass .service-list-index,
.service-template-government_service .service-list-index,
.service-template-youth_event .service-list-index,
.service-template-minimal_business .service-list-index {
  display: inline-flex;
}

.activity-card-mark {
  width: fit-content;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  color: var(--brand-on-accent);
  background: var(--accent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.news-card-action {
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-top: 10px;
  padding: 5px 10px;
  color: color-mix(in srgb, var(--primary), var(--accent) 18%);
  background: color-mix(in srgb, var(--accent-light), #fff 55%);
  border: 1px solid color-mix(in srgb, var(--line), var(--accent) 22%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.compass-index-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.compass-index-code {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 14px;
  color: #063b36;
  background: #ccfbf1;
  font-size: 12px;
  font-weight: 900;
}

.compass-index-code strong {
  display: block;
  color: #0b1c30;
  font-size: 19px;
  line-height: 1.15;
}

.compass-index-main {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 14px 14px 14px 0;
}

.compass-index-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.official-directory-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.official-directory-main {
  min-width: 0;
  flex: 1;
}

.official-directory-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.official-directory-meta {
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.official-directory-meta strong,
.official-directory-meta em {
  display: none;
}

.compass-index-head h3,
.official-directory-title h3,
.youth-booth-card h3,
.minimal-directory-card h3 {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.compass-index-head span,
.official-directory-title span {
  flex: 0 0 auto;
  padding: 3px 7px;
  color: #0f766e;
  background: #ecfeff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.compass-index-main p,
.official-directory-main p,
.youth-booth-card p,
.minimal-directory-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.compass-index-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.compass-index-foot em,
.compass-index-foot strong {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.compass-index-foot em {
  color: #0f766e;
  background: #ecfeff;
}

.compass-index-foot strong {
  color: #12345a;
  background: #eef2ff;
}

.activity-template-summit_content .activity-list-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px 12px;
  align-items: start;
}

.activity-template-summit_content .activity-card-mark {
  grid-row: span 3;
  border-radius: 8px;
  background: #1f2937;
}

.news-template-summit_content .news-row {
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
}

.service-template-summit_content .service-list-item {
  align-items: flex-start;
}

.service-template-summit_content .service-list-index {
  color: #60a5fa;
}

.activity-template-brand_showcase .timeline,
.news-template-brand_showcase .news-list-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.activity-template-brand_showcase .activity-list-card,
.news-template-brand_showcase .news-row {
  min-height: 190px;
  display: grid;
  align-content: space-between;
}

.activity-template-brand_showcase .activity-card-mark,
.news-template-brand_showcase .news-card-action,
.service-template-brand_showcase .service-list-index {
  color: #075e6b;
  background: #ccfbf1;
}

.news-template-brand_showcase .news-row:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1fr);
}

.activity-template-industry_compass .activity-list-card {
  border-radius: 10px;
}

.activity-template-industry_compass .activity-card-mark,
.news-template-industry_compass .news-card-action,
.service-template-industry_compass .service-list-index {
  color: #fff;
  background: #0f766e;
}

.news-template-industry_compass .news-row {
  grid-template-columns: 118px minmax(0, 1fr);
  border-radius: 10px;
}

.service-template-industry_compass .service-list-card {
  display: grid;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-template-industry_compass .service-list-item {
  padding: 12px;
  border: 1px solid #cfe3e6;
  border-radius: 10px;
  background: #fff;
}

.service-template-industry_compass .service-list-index {
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.home-template-mini_program_portal ~ .service-center-page .service-list-index,
.template-mini_program_portal .service-list-index {
  color: #0b2b5c;
}

@media (max-width: 640px) {
  .compass-index-card,
  .news-template-summit_content .news-row,
  .news-template-brand_showcase .news-row:first-child,
  .news-template-industry_compass .news-row {
    grid-template-columns: 1fr;
  }

  .compass-index-code {
    min-height: 72px;
  }

  .compass-index-main {
    padding: 0 14px 14px;
  }

  .activity-template-summit_content .activity-list-card,
  .activity-template-brand_showcase .timeline,
  .news-template-brand_showcase .news-list-card {
    grid-template-columns: 1fr;
  }
}

.home-shortcut-panel:not(.is-compass) .home-shortcut-icon,
.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut-icon,
.home-shortcut-panel.is-compact:not(.is-compass) .home-shortcut-icon,
.home-template-summit_content .summit-shortcuts .home-shortcut-icon {
  margin: 0 auto;
}

.home-shortcut-text {
  display: grid;
  justify-items: center;
  gap: 3px;
  width: 100%;
  min-width: 0;
}

.home-shortcut-panel:not(.is-compass) .home-shortcut-label,
.home-shortcut-panel:not(.is-compass) .home-shortcut-desc,
.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut-label,
.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut-desc,
.home-shortcut-panel.is-compact:not(.is-compass) .home-shortcut-label,
.home-shortcut-panel.is-compact:not(.is-compass) .home-shortcut-desc,
.home-template-summit_content .summit-shortcuts .home-shortcut-label,
.home-template-summit_content .summit-shortcuts .home-shortcut-desc {
  max-width: 100%;
  text-align: center;
}

/* Mini program portal template: H5 version of the current WeChat home UI. */
.home-template-mini_program_portal {
  margin: -10px -14px -136px;
  padding: 0 16px 118px;
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 163, 66, .16), transparent 30%),
    linear-gradient(180deg, #eef3fb 0%, #f7f9fc 46%, #eef3f8 100%);
}

.mp-portal-appbar {
  position: sticky;
  top: 0;
  z-index: 18;
  margin: 0 -16px 14px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(244, 248, 253, .94);
  border-bottom: 1px solid rgba(16, 37, 74, .08);
  box-shadow: 0 8px 24px rgba(16, 37, 74, .06);
  backdrop-filter: blur(18px);
}

.mp-portal-user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.mp-portal-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #10254a;
  background: linear-gradient(135deg, #fff5db, #d9ad58);
  border: 1px solid rgba(214, 163, 66, .45);
  border-radius: 13px;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(214, 163, 66, .16);
}

.mp-portal-user-copy {
  min-width: 0;
}

.mp-portal-welcome {
  max-width: 230px;
  overflow: hidden;
  color: #10254a;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-portal-role {
  width: fit-content;
  margin-top: 3px;
  padding: 2px 7px;
  color: #8b6721;
  background: rgba(214, 163, 66, .14);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
}

.mp-portal-scan {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(16, 37, 74, .1);
  color: #10254a;
  background: rgba(255, 255, 255, .86);
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(16, 37, 74, .08);
}

.mp-portal-hero {
  position: relative;
  min-height: 226px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-bottom: 14px;
  padding: 76px 18px 18px;
  color: #fff;
  background:
    linear-gradient(to top, rgba(5, 18, 42, .9), rgba(5, 18, 42, .36), rgba(5, 18, 42, .08)),
    linear-gradient(145deg, #071832, #16366d 62%, #d6a342 150%);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(214, 163, 66, .22);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(16, 37, 74, .18);
}

.mp-portal-hero-video,
.mp-portal-hero-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mp-portal-hero-video {
  object-fit: cover;
}

.mp-portal-hero-mask {
  background: linear-gradient(to top, rgba(5, 18, 42, .88), rgba(5, 18, 42, .34), rgba(5, 18, 42, .08));
}

.mp-portal-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.mp-portal-badge {
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 9px;
  color: #10254a;
  background: linear-gradient(135deg, #ffe7a9, #d9ad58);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.mp-portal-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.24;
  letter-spacing: 0;
}

.mp-portal-hero p {
  margin: 8px 0 0;
  max-width: 30em;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.mp-portal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.mp-portal-meta span {
  padding: 5px 8px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.mp-portal-actions {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}

.mp-portal-actions .btn {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
}

.mp-portal-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 13px 0 18px;
  padding: 10px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(230,235,242,.9);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(8,27,58,.07), 0 3px 8px rgba(8,27,58,.035);
}

.mp-portal-shortcut {
  min-height: 84px;
  padding: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border: 0;
  border-radius: 7px;
  box-shadow: none;
}

.mp-portal-shortcut-icon {
  flex: 0 0 auto;
  width: 33px;
  height: 33px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #09285a, #2c548e);
  border-radius: 10px;
  box-shadow: 0 5px 11px rgba(20,43,87,.16);
}

.mp-portal-shortcut-icon-img {
  width: 19px;
  height: 19px;
  display: block;
}

.mp-portal-shortcut-title {
  color: #0f1c33;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.mp-portal-shortcut-desc {
  margin-top: 2px;
  color: #738096;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
}

.home-template-mini_program_portal .home-banner,
.home-template-mini_program_portal .home-section {
  border-color: rgba(214, 163, 66, .18);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(16, 37, 74, .07);
}

.home-template-mini_program_portal .home-section-head::before {
  background: linear-gradient(180deg, #f1cc7a, #d6a342);
}

.home-template-mini_program_portal .home-section-icon {
  color: #10254a;
  background: linear-gradient(135deg, #ffe7a9, #d9ad58);
}

.home-template-mini_program_portal .home-section-link {
  color: #10254a;
}

.home-template-mini_program_portal .home-content-feed-card,
.home-template-mini_program_portal .home-live-card,
.home-template-mini_program_portal .home-exhibitor-card,
.home-template-mini_program_portal .home-activity-feature,
.home-template-mini_program_portal .news-card {
  border-color: rgba(214, 163, 66, .22);
}

@media (max-width: 640px) {
  .home-template-mini_program_portal {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mp-portal-hero {
    min-height: 216px;
    border-radius: 18px;
  }

  .mp-portal-hero h1 {
    font-size: 21px;
  }

  .home-template-mini_program_portal .mp-portal-shortcuts,
  .home-template-mini_program_portal .home-shortcut-panel.mp-portal-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 14px;
  }

  .mp-portal-shortcut {
    min-height: 84px;
    padding: 12px 9px;
  }

  .mp-portal-shortcut-icon {
    width: 33px;
    height: 33px;
    border-radius: 10px;
  }

  .mp-portal-shortcut-title {
    font-size: 13px;
  }

  .mp-portal-shortcut-desc {
    font-size: 11px;
  }
}

/* Final video feed fit: avoid the homepage video card leaving a large right gutter. */
.home-content-feed-section .home-content-feed-list {
  padding-right: 0;
}

.home-content-feed-section .home-content-feed-card {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  border-color: color-mix(in srgb, var(--home-theme), #fff 58%);
  box-shadow:
    0 18px 38px rgba(8, 27, 58, .055),
    0 0 0 1px color-mix(in srgb, var(--home-theme), #fff 76%);
}

.home-content-feed-section .home-content-feed-media,
.home-content-feed-section .home-content-feed-video,
.home-content-feed-section .home-content-feed-cover,
.home-content-feed-section .home-content-feed-placeholder {
  width: 100%;
  min-width: 0;
}

/* Mini program portal: directly mirrors WeChat/pages/home/home.wxml + home.wxss. */
.home-template-mini_program_portal {
  --home-theme: var(--accent, #d8ae60);
  --home-theme-soft: rgba(216, 174, 96, .28);
  --home-bg: var(--primary-dark, #081b3a);
  --home-page-bg: var(--surface, #f3f6fb);
  --home-on-bg: #fff;
  --home-on-theme: #13213d;
  --home-card-radius: 14px;
  --home-button-radius: 7px;
  --home-card-shadow: 0 12px 30px rgba(8, 27, 58, .07), 0 3px 8px rgba(8, 27, 58, .035);
  min-height: 100vh;
  margin: -10px -14px -136px;
  padding: 0 16px 116px;
  background:
    radial-gradient(circle at 16% 0%, rgba(216, 174, 96, .16), transparent 28%),
    linear-gradient(180deg, #eef3fb 0%, #f7f9fc 45%, #eef3f8 100%);
}

.home-template-mini_program_portal .cg-appbar {
  position: sticky;
  top: 0;
  z-index: 18;
  margin: 0 -16px 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(244, 248, 253, .94);
  border-bottom: 1px solid rgba(16, 37, 74, .08);
  box-shadow: 0 8px 24px rgba(16, 37, 74, .06);
  backdrop-filter: blur(18px);
}

.home-template-mini_program_portal .cg-user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.home-template-mini_program_portal .cg-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #10254a;
  background: linear-gradient(135deg, #fff5db, #d9ad58);
  border: 1px solid rgba(216, 174, 96, .45);
  border-radius: 13px;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(216, 174, 96, .16);
}

.home-template-mini_program_portal .cg-welcome {
  max-width: 230px;
  overflow: hidden;
  color: #10254a;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-template-mini_program_portal .cg-role {
  width: fit-content;
  margin-top: 3px;
  padding: 2px 7px;
  color: #8b6721;
  background: rgba(216, 174, 96, .14);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
}

.home-template-mini_program_portal .cg-scan {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(16, 37, 74, .1);
  color: #10254a;
  background: rgba(255, 255, 255, .86);
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(16, 37, 74, .08);
}

.home-template-mini_program_portal .hero {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 -16px;
  padding: 56px 18px 16px;
  color: var(--home-on-bg);
  background:
    linear-gradient(to top, rgba(5, 18, 42, .9), rgba(5, 18, 42, .36), rgba(5, 18, 42, .08)),
    linear-gradient(145deg, #071832, #16366d 62%, #d8ae60 150%);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -40px 60px rgba(3, 12, 30, .26);
}

.home-template-mini_program_portal .hero-bg-video,
.home-template-mini_program_portal .hero-bg-mask,
.home-template-mini_program_portal .hero-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-template-mini_program_portal .hero-bg-video {
  object-fit: cover;
}

.home-template-mini_program_portal .hero-bg-mask {
  background: linear-gradient(to top, rgba(5, 18, 42, .9), rgba(5, 18, 42, .34), rgba(5, 18, 42, .08));
}

.home-template-mini_program_portal .hero-glow {
  background:
    radial-gradient(circle at 14% 18%, rgba(216, 174, 96, .42), transparent 25%),
    radial-gradient(circle at 86% 12%, rgba(75, 107, 161, .36), transparent 24%);
  pointer-events: none;
}

.home-template-mini_program_portal .hero-top,
.home-template-mini_program_portal .hero-title,
.home-template-mini_program_portal .hero-subtitle,
.home-template-mini_program_portal .hero-meta,
.home-template-mini_program_portal .hero-actions {
  position: relative;
  z-index: 1;
}

.home-template-mini_program_portal .hero-mark {
  width: fit-content;
  padding: 4px 10px;
  color: #10254a;
  background: linear-gradient(135deg, #ffe7a9, #d9ad58);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.home-template-mini_program_portal .hero-title {
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.home-template-mini_program_portal .hero-subtitle {
  margin-top: 7px;
  max-width: 330px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.home-template-mini_program_portal .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.home-template-mini_program_portal .hero-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.home-template-mini_program_portal .hero-meta-icon {
  color: #f0cf82;
  font-weight: 900;
}

.home-template-mini_program_portal .hero-actions {
  display: flex;
  gap: 9px;
  margin-top: 14px;
}

.home-template-mini_program_portal .hero-action {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.home-template-mini_program_portal .hero-primary {
  color: #10254a;
  background: linear-gradient(135deg, #ffe7a9, #d9ad58);
}

.home-template-mini_program_portal .hero-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .2);
}

.home-template-mini_program_portal .banner-swiper {
  position: relative;
  overflow: hidden;
  height: 86px;
  margin-top: 14px;
  border-radius: 14px;
  box-shadow: var(--home-card-shadow);
}

.home-template-mini_program_portal .home-banner-track {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  transition: transform .35s ease;
}

.home-template-mini_program_portal .home-banner-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.home-template-mini_program_portal .banner-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-template-mini_program_portal .home-banner-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
}

.home-template-mini_program_portal .shortcut-panel {
  margin-top: 14px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(230, 235, 242, .9);
  border-radius: var(--home-card-radius);
  box-shadow: var(--home-card-shadow);
}

.home-template-mini_program_portal.home-layout-portal .portal-panel {
  gap: 10px;
  margin-top: 14px;
}

.home-template-mini_program_portal .shortcut {
  min-height: 84px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border-radius: var(--home-button-radius);
  box-shadow: 0 1px 0 rgba(16, 37, 74, .04);
}

.home-template-mini_program_portal .shortcut-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--home-bg), #2c548e);
  border-radius: 10px;
  box-shadow: 0 5px 11px rgba(20, 43, 87, .16);
}

.home-template-mini_program_portal .shortcut-icon-img {
  width: 20px;
  height: 20px;
  display: block;
}

.home-template-mini_program_portal .shortcut-label {
  color: var(--home-on-theme);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.home-template-mini_program_portal .shortcut-desc {
  margin-top: 3px;
  color: var(--muted, #697386);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}

.home-template-mini_program_portal .section {
  margin-top: 18px;
}

.home-template-mini_program_portal .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-template-mini_program_portal .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--home-on-theme);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}

.home-template-mini_program_portal .section-title-icon {
  width: 22px;
  height: 22px;
  padding: 5px;
  object-fit: contain;
  background: linear-gradient(135deg, var(--home-bg), #2c548e);
  border-radius: 7px;
}

.home-template-mini_program_portal .section-caption {
  margin-top: 4px;
  color: var(--muted, #697386);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.home-template-mini_program_portal .section-link {
  flex: 0 0 auto;
  border: 0;
  color: var(--home-bg);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
}

.home-template-mini_program_portal .card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(230, 235, 242, .95);
  border-radius: var(--home-card-radius);
  box-shadow: var(--home-card-shadow);
}

.home-template-mini_program_portal .content-feed-list,
.home-template-mini_program_portal .live-stream-scroll,
.home-template-mini_program_portal .poster-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
}

.home-template-mini_program_portal .content-feed-card,
.home-template-mini_program_portal .live-stream-card,
.home-template-mini_program_portal .poster-card {
  flex: 0 0 88%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
}

.home-template-mini_program_portal .content-feed-media,
.home-template-mini_program_portal .live-stream-cover,
.home-template-mini_program_portal .poster-image {
  position: relative;
  width: 100%;
  background: #dce4ef;
}

.home-template-mini_program_portal .content-feed-media {
  height: 172px;
}

.home-template-mini_program_portal .content-feed-video,
.home-template-mini_program_portal .content-feed-cover,
.home-template-mini_program_portal .content-feed-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-template-mini_program_portal .content-feed-placeholder,
.home-template-mini_program_portal .live-stream-placeholder,
.home-template-mini_program_portal .news-cover-placeholder {
  display: grid;
  place-items: center;
  color: #10254a;
  background: linear-gradient(135deg, #eef3fb, #d8ae60);
  font-weight: 900;
}

.home-template-mini_program_portal .content-feed-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 9px;
  color: #10254a;
  background: linear-gradient(135deg, #ffe7a9, #d9ad58);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.home-template-mini_program_portal .content-feed-body,
.home-template-mini_program_portal .live-stream-body,
.home-template-mini_program_portal .poster-body {
  padding: 14px;
}

.home-template-mini_program_portal .content-feed-meta,
.home-template-mini_program_portal .live-stream-meta,
.home-template-mini_program_portal .news-type {
  color: #d6a342;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
}

.home-template-mini_program_portal .content-feed-title,
.home-template-mini_program_portal .live-stream-title,
.home-template-mini_program_portal .poster-title,
.home-template-mini_program_portal .activity-title,
.home-template-mini_program_portal .news-title {
  margin-top: 7px;
  color: var(--home-on-theme);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.home-template-mini_program_portal .content-feed-group,
.home-template-mini_program_portal .content-feed-desc,
.home-template-mini_program_portal .live-stream-desc,
.home-template-mini_program_portal .poster-desc,
.home-template-mini_program_portal .activity-venue,
.home-template-mini_program_portal .muted {
  margin-top: 6px;
  color: var(--muted, #697386);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.home-template-mini_program_portal .content-feed-action,
.home-template-mini_program_portal .live-stream-action {
  width: fit-content;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(16, 37, 74, .1);
  color: #10254a;
  background: #f4f7fb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.home-template-mini_program_portal .live-stream-cover {
  height: 142px;
  object-fit: cover;
  display: block;
}

.home-template-mini_program_portal .poster-card {
  flex-basis: 44%;
}

.home-template-mini_program_portal .poster-image {
  height: 150px;
  object-fit: cover;
  display: block;
}

.home-template-mini_program_portal .exhibitor-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-template-mini_program_portal .exhibitor-mini {
  position: relative;
  min-height: 150px;
  padding: 14px;
  overflow: hidden;
}

.home-template-mini_program_portal .logo-block {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--home-bg), #2c548e);
  border-radius: 14px;
  font-size: 18px;
  font-weight: 900;
}

.home-template-mini_program_portal .recommend-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 7px;
  color: #8b6721;
  background: rgba(216, 174, 96, .16);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.home-template-mini_program_portal .exhibitor-mini-name {
  margin-top: 12px;
  color: var(--home-on-theme);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.home-template-mini_program_portal .exhibitor-mini-en {
  margin-top: 4px;
  color: var(--muted, #697386);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.home-template-mini_program_portal .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.home-template-mini_program_portal .tag,
.home-template-mini_program_portal .activity-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 8px;
  color: #8b6721;
  background: rgba(216, 174, 96, .14);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.home-template-mini_program_portal .activity-feature {
  padding: 16px;
}

.home-template-mini_program_portal .time-rail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-template-mini_program_portal .time-dot {
  width: 9px;
  height: 9px;
  background: #d6a342;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(216, 174, 96, .14);
}

.home-template-mini_program_portal .activity-time {
  color: #d6a342;
  font-size: 12px;
  font-weight: 900;
}

.home-template-mini_program_portal .activity-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
}

.home-template-mini_program_portal .news-list {
  overflow: hidden;
}

.home-template-mini_program_portal .news-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid rgba(230, 235, 242, .9);
}

.home-template-mini_program_portal .news-item:last-child {
  border-bottom: 0;
}

.home-template-mini_program_portal .news-cover-wrap {
  position: relative;
  flex: 0 0 92px;
  height: 68px;
  overflow: hidden;
  border-radius: 10px;
  background: #dce4ef;
}

.home-template-mini_program_portal .news-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-template-mini_program_portal .news-play {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #10254a;
  background: rgba(255, 255, 255, .84);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.home-template-mini_program_portal .news-content {
  min-width: 0;
  flex: 1;
}

@media (min-width: 520px) {
  .home-template-mini_program_portal {
    max-width: 448px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Use the exact WeChat tabbar PNG assets instead of generated text icons. */
.mobile-tabs button::before {
  content: none !important;
}

.mobile-tabs .tabbar-icon {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

.mobile-tabs .tabbar-icon-active {
  display: none;
}

.mobile-tabs button.active .tabbar-icon-default {
  display: none;
}

.mobile-tabs button.active .tabbar-icon-active {
  display: block;
}

.mobile-tabs button.active {
  background: transparent;
}

/* Keep minimal_business readable when a tenant-level custom theme injects a dark hero color. */
.home-config-scope.is-custom-theme.home-template-minimal_business .hero {
  color: #111827;
  background: #fff !important;
  border-color: #e5e7eb;
  box-shadow: none;
}

.theme-expo-classic .home-config-scope.home-template-minimal_business .hero {
  color: #111827;
  background: #fff !important;
  border-color: #e5e7eb;
  box-shadow: none;
}

.home-config-scope.is-custom-theme.home-template-minimal_business .hero-title,
.home-config-scope.is-custom-theme.home-template-minimal_business .hero-subtitle,
.home-config-scope.is-custom-theme.home-template-minimal_business .hero-meta-item,
.home-config-scope.is-custom-theme.home-template-minimal_business .hero-meta-item strong,
.home-config-scope.is-custom-theme.home-template-minimal_business .meta-strong,
.theme-expo-classic .home-config-scope.home-template-minimal_business .hero-title,
.theme-expo-classic .home-config-scope.home-template-minimal_business .hero-subtitle,
.theme-expo-classic .home-config-scope.home-template-minimal_business .hero-meta-item,
.theme-expo-classic .home-config-scope.home-template-minimal_business .hero-meta-item strong,
.theme-expo-classic .home-config-scope.home-template-minimal_business .meta-strong {
  color: #111827;
}

#app .home-config-scope.home-template-minimal_business .hero .btn.secondary {
  color: #374151;
  background: #fff;
  border-color: #d1d5db;
}

.home-config-scope.is-custom-theme.home-template-minimal_business .hero-glow,
.home-config-scope.is-custom-theme.home-template-minimal_business .hero::before,
.home-config-scope.is-custom-theme.home-template-minimal_business .hero::after,
.theme-expo-classic .home-config-scope.home-template-minimal_business .hero-glow,
.theme-expo-classic .home-config-scope.home-template-minimal_business .hero::before,
.theme-expo-classic .home-config-scope.home-template-minimal_business .hero::after {
  display: none;
}

/* Second template polish pass: complete the remaining five template families. */
.home-template-expo_portal {
  --portal-ink: #0f2442;
  --portal-blue: #0b2b5c;
  --portal-gold: #d6a342;
  --portal-line: #dbe5f2;
  background:
    linear-gradient(180deg, #eef4fb 0, #f7f9fc 360px);
}

.home-template-expo_portal .hero {
  min-height: 430px;
  border: 1px solid rgba(214, 163, 66, .24);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(7, 24, 50, .96), rgba(11, 43, 92, .88) 62%, rgba(214, 163, 66, .38)),
    #0b2b5c;
}

.home-template-expo_portal .hero-title {
  max-width: 12em;
  text-wrap: balance;
}

.home-template-expo_portal .home-shortcut-panel:not(.is-compass) {
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  gap: 10px;
  border: 1px solid rgba(214, 163, 66, .22);
}

.home-template-expo_portal .home-shortcut,
.home-template-expo_portal .home-section,
.home-template-expo_portal .home-content-feed-card,
.home-template-expo_portal .home-exhibitor-card,
.home-template-expo_portal .home-activity-feature,
.home-template-expo_portal .news-card {
  border-color: var(--portal-line);
  box-shadow: 0 12px 28px rgba(15, 36, 66, .07);
}

.home-template-expo_portal .home-section-head {
  border-bottom: 1px solid var(--portal-line);
}

.home-template-expo_portal .home-section-title,
.home-template-expo_portal .home-exhibitor-name,
.home-template-expo_portal .home-activity-title,
.home-template-expo_portal .news-title {
  color: var(--portal-ink);
}

.home-template-expo_portal .home-section-icon,
.home-template-expo_portal .home-shortcut-icon,
.home-template-expo_portal .tag {
  background: linear-gradient(135deg, var(--portal-blue), #315c9f);
}

.home-template-summit_content {
  --summit-ink: #0f335f;
  --summit-blue: #2563eb;
  --summit-soft: #eff6ff;
  --summit-line: #d8e5f8;
}

.home-template-summit_content .hero {
  min-height: 500px;
  border: 1px solid rgba(96, 165, 250, .22);
  border-radius: 18px;
  background:
    linear-gradient(145deg, #0b1934, #0f335f 58%, #2563eb);
}

.home-template-summit_content .summit-program-board {
  gap: 12px;
}

.home-template-summit_content .summit-program-main,
.home-template-summit_content .summit-program-side,
.home-template-summit_content .home-content-feed-card,
.home-template-summit_content .home-activity-feature,
.activity-template-summit_content .activity-list-card,
.news-template-summit_content .news-row,
.service-template-summit_content .service-list-item {
  border-color: var(--summit-line);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 51, 95, .07);
}

.home-template-summit_content .summit-shortcuts {
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  border: 1px solid var(--summit-line);
}

.home-template-summit_content .summit-shortcuts .home-shortcut {
  min-height: 92px;
  background: linear-gradient(180deg, #fff, var(--summit-soft));
}

.activity-template-summit_content .activity-card-mark,
.news-template-summit_content .news-card-action,
.service-template-summit_content .service-list-index {
  color: #fff;
  background: var(--summit-blue);
  border-radius: 7px;
}

.home-template-brand_showcase {
  --showcase-ink: #063f48;
  --showcase-teal: #10b8c7;
  --showcase-soft: #e6fbfd;
  --showcase-line: #bcecf1;
  background:
    linear-gradient(180deg, #effdff 0, #f8feff 420px);
}

.home-template-brand_showcase .hero {
  min-height: 590px;
  border: 1px solid rgba(16, 184, 199, .24);
  border-radius: 28px;
  background:
    linear-gradient(145deg, #064e5b, #075e6b 58%, #10b8c7);
  box-shadow: 0 24px 60px rgba(7, 94, 107, .18);
}

.brand-highlight-grid,
.brand-exhibitor-list {
  gap: 14px;
}

.brand-highlight-main,
.brand-highlight-mini,
.brand-exhibitor-card,
.home-template-brand_showcase .home-content-feed-card,
.home-template-brand_showcase .home-exhibitor-card,
.content-feeds-template-brand_showcase .feed-card,
.brand-showcase-card {
  border-color: var(--showcase-line);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(7, 94, 107, .10);
}

.home-template-brand_showcase .home-shortcut-panel:not(.is-compass) {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-template-brand_showcase .home-shortcut {
  min-height: 104px;
  border: 1px solid var(--showcase-line);
  background: linear-gradient(180deg, #fff, var(--showcase-soft));
}

.activity-template-brand_showcase .activity-card-mark,
.news-template-brand_showcase .news-card-action,
.service-template-brand_showcase .service-list-index {
  color: #063f48;
  background: var(--showcase-soft);
  border: 1px solid var(--showcase-line);
  border-radius: 999px;
}

.home-template-industry_compass .hero {
  min-height: 260px;
  border-radius: 14px;
}

.home-template-industry_compass .home-shortcut-panel.is-compass {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border: 1px solid #cfe3e6;
}

.home-template-industry_compass .is-compass .home-shortcut {
  min-height: 72px;
}

.compass-brief-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.home-template-industry_compass .home-content-feed-card,
.content-feeds-template-industry_compass .feed-card {
  border-radius: 12px;
}

.home-template-industry_compass .home-exhibitor-card,
.exhibitor-template-industry_compass .exhibitor-card,
.matchmaking-template-industry_compass .demand-card {
  border-radius: 12px;
}

.home-template-mini_program_portal {
  --mp-ink: #10254a;
  --mp-gold: #d6a342;
}

.home-template-mini_program_portal .hero {
  margin: 0 -8px;
  border: 1px solid rgba(216, 174, 96, .18);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(16, 37, 74, .14);
}

.home-template-mini_program_portal .hero-actions {
  flex-wrap: wrap;
}

.home-template-mini_program_portal .hero-action {
  flex: 1 1 132px;
}

.home-template-mini_program_portal .shortcut-panel,
.home-template-mini_program_portal .mp-portal-shortcuts {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border-color: rgba(216, 174, 96, .20);
}

.home-template-mini_program_portal .shortcut,
.home-template-mini_program_portal .mp-portal-shortcut,
.home-template-mini_program_portal .card,
.home-template-mini_program_portal .home-section,
.home-template-mini_program_portal .news-item {
  border-color: rgba(216, 174, 96, .18);
}

@media (max-width: 640px) {
  .home-template-expo_portal .hero,
  .home-template-summit_content .hero,
  .home-template-brand_showcase .hero {
    min-height: 410px;
  }

  .home-template-expo_portal .actions,
  .home-template-summit_content .actions,
  .home-template-brand_showcase .actions {
    grid-template-columns: 1fr;
  }

  .home-template-expo_portal .home-shortcut-panel:not(.is-compass),
  .home-template-summit_content .summit-shortcuts,
  .home-template-brand_showcase .home-shortcut-panel:not(.is-compass),
  .home-template-industry_compass .home-shortcut-panel.is-compass,
  .home-template-mini_program_portal .shortcut-panel,
  .home-template-mini_program_portal .mp-portal-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-template-industry_compass .actions,
  .home-template-mini_program_portal .hero-actions {
    grid-template-columns: 1fr;
  }

  .home-template-mini_program_portal .hero {
    margin-right: 0;
    margin-left: 0;
  }
}

/* H5 template visual acceptance guard: keep every template inside the phone viewport. */
html,
body,
#app,
.page-shell,
.home-config-scope {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

.page-shell {
  overflow-x: clip;
}

.home-config-scope,
.home-config-scope * {
  min-width: 0;
}

.home-config-scope .hero,
.home-config-scope .home-section,
.home-config-scope .home-shortcut-panel,
.home-config-scope .home-content-feed-list,
.home-config-scope .home-live-list,
.home-config-scope .home-poster-list,
.home-config-scope .home-exhibitor-row,
.home-template-mini_program_portal .shortcut-panel,
.home-template-mini_program_portal .mp-portal-shortcuts,
.home-template-mini_program_portal .content-feed-list,
.home-template-mini_program_portal .live-stream-scroll,
.home-template-mini_program_portal .poster-scroll,
.home-template-mini_program_portal .exhibitor-row {
  max-width: 100%;
}

.home-config-scope .hero-meta,
.home-template-mini_program_portal .hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.home-config-scope .hero-meta-item,
.home-template-mini_program_portal .hero-meta-item {
  min-width: 0;
  overflow: hidden;
}

.home-config-scope .hero-meta-item .meta-strong,
.home-config-scope .hero-meta-item strong,
.home-template-mini_program_portal .hero-meta-item .meta-strong,
.home-template-mini_program_portal .hero-meta-item strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-config-scope .actions,
.home-template-mini_program_portal .hero-actions {
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-template-mini_program_portal .hero-actions {
  display: grid;
}

.home-config-scope .actions .btn,
.home-template-mini_program_portal .hero-action {
  width: 100%;
  min-width: 0;
}

.home-template-expo_portal .home-shortcut-panel:not(.is-compass),
.home-layout-portal .home-shortcut-panel.is-portal,
.home-template-mini_program_portal .shortcut-panel,
.home-template-mini_program_portal .mp-portal-shortcuts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-template-expo_portal .home-shortcut,
.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut,
.home-template-mini_program_portal .shortcut,
.home-template-mini_program_portal .mp-portal-shortcut {
  width: 100%;
  min-width: 0;
}

.mobile-tabs {
  left: max(10px, env(safe-area-inset-left));
  right: max(10px, env(safe-area-inset-right));
  width: auto;
  max-width: calc(100vw - 20px);
  margin-inline: auto;
  transform: none;
  overflow: hidden;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mobile-tabs button {
  min-width: 0;
  padding-inline: 2px;
}

.mobile-tabs button span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Shared tabbar artwork is reused for section headings and kept legible on brand colors. */
.home-section-icon.home-section-icon-image {
  background: var(--brand-primary) !important;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--brand-primary) 24%, transparent) !important;
}

.home-section-icon-img {
  width: 15px;
  height: 15px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mobile-tabs button.active .tabbar-icon-active {
  display: none;
}

/* Use the real tabbar PNG silhouette as a mask. This recolors only the glyph;
   it does not filter the icon container into an opaque white square. */
.template-expo_portal,
.template-mini_program_portal,
.template-summit_content,
.template-brand_showcase {
  --tabbar-active-foreground: var(--brand-primary);
}

.template-industry_compass,
.template-government_service,
.template-youth_event,
.template-minimal_business {
  --tabbar-active-foreground: #ffffff;
}

.mobile-tabs button.active::before {
  content: "" !important;
  width: 26px;
  height: 26px;
  display: block;
  flex: 0 0 26px;
  background: var(--tabbar-active-foreground, var(--brand-on-accent)) !important;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: none;
}

.mobile-tabs button.active[data-route="#/home"]::before {
  -webkit-mask-image: url("/assets/tabbar/home-active.png");
  mask-image: url("/assets/tabbar/home-active.png");
}

.mobile-tabs button.active[data-route="#/exhibitors"]::before {
  -webkit-mask-image: url("/assets/tabbar/exhibitors-active.png");
  mask-image: url("/assets/tabbar/exhibitors-active.png");
}

.mobile-tabs button.active[data-route="#/activities"]::before {
  -webkit-mask-image: url("/assets/tabbar/activities-active.png");
  mask-image: url("/assets/tabbar/activities-active.png");
}

.mobile-tabs button.active[data-route="#/news"]::before {
  -webkit-mask-image: url("/assets/tabbar/news-active.png");
  mask-image: url("/assets/tabbar/news-active.png");
}

.mobile-tabs button.active[data-route="#/profile"]::before {
  -webkit-mask-image: url("/assets/tabbar/profile-active.png");
  mask-image: url("/assets/tabbar/profile-active.png");
}

.mobile-tabs button.active span {
  color: var(--tabbar-active-foreground, var(--brand-on-accent)) !important;
  font-weight: 800;
}

@media (max-width: 420px) {
  .page-shell {
    padding-inline: 10px;
  }

  .home-config-scope .hero,
  .home-template-expo_portal .hero,
  .home-template-mini_program_portal .hero {
    padding-inline: 14px;
    border-radius: 20px;
  }

  .home-config-scope .hero-meta,
  .home-template-mini_program_portal .hero-meta,
  .home-config-scope .actions,
  .home-template-mini_program_portal .hero-actions {
    gap: 8px;
  }
}

/* Summit template phone repair: the H5 phone preview must never keep desktop two-column cards. */
@media (max-width: 760px) {
  .page-shell {
    padding-bottom: calc(132px + env(safe-area-inset-bottom));
  }

  .home-template-summit_content .summit-program-board {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
    padding: 0;
  }

  .home-template-summit_content .summit-program-main,
  .home-template-summit_content .summit-program-side {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 16px;
  }

  .home-template-summit_content .summit-program-side {
    min-height: 220px;
    justify-content: flex-start;
  }

  .home-template-summit_content .summit-program-side h3 {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.28;
    word-break: normal;
  }

  .home-template-summit_content .summit-agenda .home-section-head,
  .home-template-summit_content .summit-content-feed .home-section-head,
  .home-template-summit_content .home-section-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .home-template-summit_content .home-section-title {
    writing-mode: horizontal-tb;
    white-space: normal;
    word-break: normal;
  }

  .home-template-summit_content .home-section-caption {
    max-width: 100%;
  }

  .home-template-summit_content .home-content-feed-list,
  .home-template-summit_content .home-live-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .home-template-summit_content .home-content-feed-card,
  .home-template-summit_content .home-live-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex: none;
  }

  .home-template-summit_content .home-content-feed-card:first-child {
    display: block;
  }

  .home-template-summit_content .home-content-feed-card:first-child .home-content-feed-media,
  .home-template-summit_content .home-content-feed-media,
  .home-template-summit_content .home-live-cover {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .home-template-summit_content .home-content-feed-body,
  .home-template-summit_content .home-live-body {
    min-height: 0;
  }
}

/* Keep the H5 expo portal visually aligned with the WeChat home screen. */
@media (max-width: 640px) {
  .home-template-expo_portal .hero-mark {
    padding: 0;
    color: var(--home-theme);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 11px;
  }

  .home-template-expo_portal .hero-meta {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    grid-template-columns: none;
    align-items: center;
    gap: 5px;
    padding: 6px;
    border-radius: 999px;
  }

  .home-template-expo_portal .hero-meta-item {
    min-height: 0;
    padding: 0 5px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .home-template-expo_portal .actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .home-template-expo_portal .actions .btn {
    width: 100%;
    min-height: 40px;
    border-radius: var(--home-button-radius);
  }

  .home-template-expo_portal .home-shortcut-panel,
  .home-template-expo_portal.home-layout-portal .home-shortcut-panel.is-portal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
  }

  .home-template-expo_portal .home-shortcut,
  .home-template-expo_portal.home-layout-portal .home-shortcut-panel.is-portal .home-shortcut {
    min-height: 84px;
    padding: 14px;
    border: 0;
    border-radius: var(--home-button-radius);
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: none;
  }

  .home-template-expo_portal .home-shortcut-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .home-template-expo_portal .home-shortcut-icon-img {
    width: 20px;
    height: 20px;
    display: block;
  }
}
img[hidden],
.asset-missing > img {
  display: none !important;
}

/* Mobile accessibility baseline: keep primary actions and filter controls easy to tap. */
@media (max-width: 760px) {
  #app .btn,
  #app .hero-action,
  #app .mode-switch button,
  #app .filter-row .chip,
  #app .feed-tab,
  #app .tab-card button,
  #app .match-secondary-actions button,
  #app .venue-filter,
  #app .service-credential-action,
  #app .refresh-button,
  #app .profile-login-button,
  #app .home-section-link,
  #app .section-link,
  #app .link,
  #app .cg-scan {
    min-height: 44px;
  }

  .feed-tab,
  .venue-filter,
  .filter-row .chip,
  .match-secondary-actions button {
    height: 44px;
    font-size: 14px;
  }

  .home-section-link,
  .section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding-inline: 8px;
  }

  .home-banner-dots {
    bottom: 0;
    gap: 0;
  }

  .home-banner-dots button,
  .home-banner-dots button.active,
  #app.is-custom-theme .home-banner-dots button,
  #app.is-custom-theme .home-banner-dots button.active {
    position: relative;
    width: 28px;
    height: 44px;
    padding: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .home-banner-dots button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 999px;
    background: rgba(255, 255, 255, .64);
    transform: translate(-50%, -50%);
  }

  .home-banner-dots button.active::after {
    width: 16px;
    background: #fff;
  }

  .venue-map-shell.portrait-mode .venue-map-controls button {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .cg-scan {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px;
  }

  .cg-scan-icon {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
    opacity: .78;
  }
}

/* Tenant colors must not leave muted copy unreadable on a dark media header. */
#app.is-custom-theme .feed-header .feed-title {
  color: var(--brand-on-primary);
}

#app.is-custom-theme .feed-header .feed-subtitle {
  color: color-mix(in srgb, var(--brand-on-primary), transparent 22%);
}

#app.is-custom-theme .feed-header .feed-kicker {
  color: color-mix(in srgb, var(--brand-on-primary), var(--brand-accent) 30%);
}

.nickname {
  margin: 0;
}
