:root {
  color-scheme: light;
  --ink: #111827;
  --soft-ink: #47556c;
  --muted-ink: #7b879e;
  --line: #dbe7fb;
  --paper: #ffffff;
  --canvas: #f4f8ff;
  --mist: #edf5ff;
  --blue: #2367ff;
  --cyan: #12b7f5;
  --violet: #7747ff;
  --magenta: #e83fcf;
  --pink: #ff5aa5;
  --mint: #18c7d9;
  --sun: #ff8757;
  --coral: #e83fcf;
  --paper-rgb: 255, 255, 255;
  --primary-rgb: 35, 103, 255;
  --secondary-rgb: 119, 71, 255;
  --accent-rgb: 232, 63, 207;
  --cyan-rgb: 18, 183, 245;
  --bright-cyan-rgb: 19, 189, 242;
  --sun-rgb: 255, 135, 87;
  --shadow-rgb: 42, 64, 134;
  --mobile-shadow-rgb: 45, 76, 150;
  --line-rgb: 219, 231, 251;
  --line-strong-rgb: 157, 177, 215;
  --mobile-line-rgb: 146, 177, 232;
  --mist-rgb: 238, 245, 255;
  --mist-soft-rgb: 237, 245, 255;
  --panel-rgb: 246, 249, 255;
  --line-pale-rgb: 188, 211, 255;
  --primary-strong: #1d4ed8;
  --break-ink: #c24163;
  --surface-soft: #f8fbff;
  --section-soft: #f7fbff;
  --panel-soft: #f6f9ff;
  --blue-mist: #eef5ff;
  --section-muted: #f3f8ff;
  --secondary-soft: #f8f5ff;
  --secondary-mist: #f6f1ff;
  --accent-soft: #fff3fb;
  --mobile-ink: #0f172a;
  --mobile-copy: #44526a;
  --mobile-muted: #71809a;
  --nav-ink: #46546c;
  --display-ink: #05070d;
  --mobile-display-ink: #030712;
  --mobile-copy-strong: #3f4d63;
  --mobile-ink-soft: #172033;
  --mobile-cyan: #13bdf2;
  --mobile-violet: #7048ff;
  --mobile-break-ink: #c2415b;
  --mobile-surface-rgb: 247, 250, 255;
  --mobile-panel-rgb: 240, 246, 255;
  --mobile-accent-panel-rgb: 239, 246, 255;
  --mobile-panel-soft: #f6f8ff;
  --mobile-blue-soft: #f0f6ff;
  --mobile-blue-muted: #edf4ff;
  --forum-page-top: #f6fbff;
  --cta-gradient: linear-gradient(135deg, var(--blue), var(--violet) 52%, var(--cyan));
  --mobile-cta-gradient: linear-gradient(135deg, var(--blue), var(--mobile-violet) 55%, var(--mobile-cyan));
  --mobile-floating-cta-gradient: linear-gradient(135deg, var(--blue), var(--mobile-violet) 58%, var(--mobile-cyan));
  --footer-background: linear-gradient(180deg, #141b35 0%, #17112f 56%, #101827 100%);
  --footer-accent-background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.32), rgba(var(--accent-rgb), 0.22));
  --hero-color-overlay: linear-gradient(135deg, transparent, transparent);
  --hero-color-overlay-opacity: 0;
  --producer-accent-1: #2367ff;
  --producer-accent-2: #7747ff;
  --producer-accent-3: #e83fcf;
  --producer-accent-4: #12b7f5;
  --producer-accent-5: #ff5aa5;
  --producer-accent-6: #18c7d9;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(var(--shadow-rgb), 0.13);
  --glow: 0 18px 48px rgba(79, 70, 229, 0.18);
  --section-x: clamp(20px, 5vw, 76px);
  --content-max: 1320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
}

body[data-color-scheme="calm-wellness"] {
  --ink: #0f172a;
  --soft-ink: #475569;
  --muted-ink: #64748b;
  --line: #e2e8f0;
  --paper: #ffffff;
  --canvas: #f8fafc;
  --mist: #f8fafc;
  --blue: #0080ff;
  --cyan: #38a8ff;
  --violet: #8b00ff;
  --magenta: #0066cc;
  --pink: #22c55e;
  --mint: #22c55e;
  --sun: #22c55e;
  --coral: #22c55e;
  --primary-rgb: 0, 128, 255;
  --secondary-rgb: 139, 0, 255;
  --accent-rgb: 34, 197, 94;
  --cyan-rgb: 56, 168, 255;
  --bright-cyan-rgb: 0, 128, 255;
  --sun-rgb: 34, 197, 94;
  --shadow-rgb: 15, 23, 42;
  --mobile-shadow-rgb: 15, 23, 42;
  --line-rgb: 226, 232, 240;
  --line-strong-rgb: 148, 163, 184;
  --mobile-line-rgb: 148, 163, 184;
  --mist-rgb: 248, 250, 252;
  --mist-soft-rgb: 248, 250, 252;
  --panel-rgb: 248, 250, 252;
  --line-pale-rgb: 203, 213, 225;
  --primary-strong: #0066cc;
  --break-ink: #15803d;
  --surface-soft: #f8fafc;
  --section-soft: #f8fafc;
  --panel-soft: #f4f7fb;
  --blue-mist: #f1f6fc;
  --section-muted: #f8fafc;
  --secondary-soft: #f8f4ff;
  --secondary-mist: #f5efff;
  --accent-soft: #f3fdf6;
  --mobile-ink: #0f172a;
  --mobile-copy: #475569;
  --mobile-muted: #64748b;
  --nav-ink: #475569;
  --display-ink: #0f172a;
  --mobile-display-ink: #0f172a;
  --mobile-copy-strong: #475569;
  --mobile-ink-soft: #1e293b;
  --mobile-cyan: #0080ff;
  --mobile-violet: #8b00ff;
  --mobile-break-ink: #15803d;
  --mobile-surface-rgb: 255, 255, 255;
  --mobile-panel-rgb: 248, 250, 252;
  --mobile-accent-panel-rgb: 243, 253, 246;
  --mobile-panel-soft: #f8fafc;
  --mobile-blue-soft: #f4f7fb;
  --mobile-blue-muted: #f1f5f9;
  --forum-page-top: #f8fafc;
  --cta-gradient: linear-gradient(135deg, #22c55e, #16a34a);
  --mobile-cta-gradient: linear-gradient(135deg, #22c55e, #16a34a);
  --mobile-floating-cta-gradient: linear-gradient(135deg, #22c55e, #16a34a);
  --footer-background: linear-gradient(145deg, #08172e 0%, #16072b 54%, #0f172a 100%);
  --footer-accent-background: linear-gradient(135deg, rgba(0, 128, 255, 0.2), rgba(139, 0, 255, 0.18));
  --hero-color-overlay: none;
  --hero-color-overlay-opacity: 0;
  --producer-accent-1: #0080ff;
  --producer-accent-2: #8b00ff;
  --producer-accent-3: #22c55e;
  --producer-accent-4: #38a8ff;
  --producer-accent-5: #22c55e;
  --producer-accent-6: #6d00cc;
  --radius: 16px;
  --shadow: 0 20px 48px rgba(var(--primary-rgb), 0.13);
  --glow: 0 20px 48px rgba(var(--secondary-rgb), 0.16);
}

body[data-color-scheme="saas-analytics"] {
  --ink: #0f172a;
  --soft-ink: #475569;
  --muted-ink: #64748b;
  --line: #e2e8f0;
  --paper: #ffffff;
  --canvas: #ffffff;
  --mist: #f8fafc;
  --blue: #0066cc;
  --cyan: #0080ff;
  --violet: #8b00ff;
  --magenta: #8b00ff;
  --pink: #22c55e;
  --mint: #22c55e;
  --sun: #22c55e;
  --coral: #8b00ff;
  --primary-rgb: 0, 102, 204;
  --secondary-rgb: 139, 0, 255;
  --accent-rgb: 139, 0, 255;
  --cyan-rgb: 0, 128, 255;
  --bright-cyan-rgb: 0, 128, 255;
  --sun-rgb: 34, 197, 94;
  --shadow-rgb: 15, 23, 42;
  --mobile-shadow-rgb: 15, 23, 42;
  --line-rgb: 226, 232, 240;
  --line-strong-rgb: 148, 163, 184;
  --mobile-line-rgb: 148, 163, 184;
  --mist-rgb: 248, 250, 252;
  --mist-soft-rgb: 248, 250, 252;
  --panel-rgb: 248, 250, 252;
  --line-pale-rgb: 203, 213, 225;
  --primary-strong: #0066cc;
  --break-ink: #15803d;
  --surface-soft: #f8fafc;
  --section-soft: #f8fafc;
  --panel-soft: #f4f7fb;
  --blue-mist: #f1f6fc;
  --section-muted: #f5f7fa;
  --secondary-soft: #f8f4ff;
  --secondary-mist: #f5efff;
  --accent-soft: #f3fdf6;
  --mobile-ink: #0f172a;
  --mobile-copy: #475569;
  --mobile-muted: #64748b;
  --nav-ink: #475569;
  --display-ink: #0f172a;
  --mobile-display-ink: #0f172a;
  --mobile-copy-strong: #475569;
  --mobile-ink-soft: #1e293b;
  --mobile-cyan: #0080ff;
  --mobile-violet: #8b00ff;
  --mobile-break-ink: #15803d;
  --mobile-surface-rgb: 248, 250, 252;
  --mobile-panel-rgb: 248, 250, 252;
  --mobile-accent-panel-rgb: 245, 247, 250;
  --mobile-panel-soft: #f8fafc;
  --mobile-blue-soft: #f4f7fb;
  --mobile-blue-muted: #f1f5f9;
  --forum-page-top: #f8fafc;
  --cta-gradient: linear-gradient(135deg, #15803d, #22c55e);
  --mobile-cta-gradient: linear-gradient(135deg, #15803d, #22c55e);
  --mobile-floating-cta-gradient: linear-gradient(135deg, #15803d, #22c55e);
  --footer-background: linear-gradient(180deg, #08172e 0%, #16072b 56%, #0f172a 100%);
  --hero-color-overlay: linear-gradient(135deg, rgba(0, 128, 255, 0.76), rgba(139, 0, 255, 0.7));
  --hero-color-overlay-opacity: 0.42;
  --producer-accent-1: #0066cc;
  --producer-accent-2: #8b00ff;
  --producer-accent-3: #15803d;
  --producer-accent-4: #0080ff;
  --producer-accent-5: #22c55e;
  --producer-accent-6: #6d00cc;
  --shadow: 0 18px 48px rgba(var(--shadow-rgb), 0.13);
  --glow: 0 18px 48px rgba(var(--secondary-rgb), 0.18);
}

body[data-color-scheme="playful-clay"] {
  --ink: #243044;
  --soft-ink: #4d5c70;
  --muted-ink: #718096;
  --line: #243044;
  --paper: #fffdf8;
  --canvas: #fff4ea;
  --mist: #eef8f3;
  --blue: #3387c6;
  --cyan: #add8e6;
  --violet: #8068b2;
  --magenta: #e74f75;
  --pink: #fdbcb4;
  --mint: #45c96b;
  --sun: #ffc857;
  --coral: #ff786d;
  --paper-rgb: 255, 253, 248;
  --primary-rgb: 51, 135, 198;
  --secondary-rgb: 128, 104, 178;
  --accent-rgb: 231, 79, 117;
  --cyan-rgb: 173, 216, 230;
  --bright-cyan-rgb: 69, 201, 107;
  --sun-rgb: 255, 200, 87;
  --shadow-rgb: 36, 48, 68;
  --mobile-shadow-rgb: 36, 48, 68;
  --line-rgb: 36, 48, 68;
  --line-strong-rgb: 36, 48, 68;
  --mobile-line-rgb: 36, 48, 68;
  --mist-rgb: 238, 248, 243;
  --mist-soft-rgb: 255, 244, 234;
  --panel-rgb: 255, 253, 248;
  --line-pale-rgb: 173, 216, 230;
  --primary-strong: #226a9e;
  --break-ink: #a84b22;
  --surface-soft: #fff9f5;
  --section-soft: #fff9f5;
  --panel-soft: #fff4ea;
  --blue-mist: #edf7fb;
  --section-muted: #f4f0ff;
  --secondary-soft: #f4f0ff;
  --secondary-mist: #eee9fa;
  --accent-soft: #fff0f2;
  --mobile-ink: #243044;
  --mobile-copy: #4d5c70;
  --mobile-muted: #718096;
  --nav-ink: #243044;
  --display-ink: #243044;
  --mobile-display-ink: #243044;
  --mobile-copy-strong: #3d4b5f;
  --mobile-ink-soft: #243044;
  --mobile-cyan: #3387c6;
  --mobile-violet: #8068b2;
  --mobile-break-ink: #a84b22;
  --mobile-surface-rgb: 255, 253, 248;
  --mobile-panel-rgb: 255, 249, 245;
  --mobile-accent-panel-rgb: 255, 240, 242;
  --mobile-panel-soft: #fff4ea;
  --mobile-blue-soft: #edf7fb;
  --mobile-blue-muted: #f4f0ff;
  --forum-page-top: #fff4ea;
  --cta-gradient: linear-gradient(135deg, #22a447, #45c96b);
  --mobile-cta-gradient: linear-gradient(135deg, #22a447, #45c96b);
  --mobile-floating-cta-gradient: linear-gradient(135deg, #22a447, #45c96b);
  --footer-background: #243044;
  --footer-accent-background: #334158;
  --hero-color-overlay: none;
  --hero-color-overlay-opacity: 0;
  --producer-accent-1: #3387c6;
  --producer-accent-2: #8068b2;
  --producer-accent-3: #e74f75;
  --producer-accent-4: #45c96b;
  --producer-accent-5: #ff786d;
  --producer-accent-6: #ffc857;
  --radius: 22px;
  --shadow: 7px 7px 0 #243044;
  --glow: 7px 7px 0 #243044;
}

body[data-color-scheme="cyberpunk-neon"] {
  color-scheme: dark;
  --ink: #f5f7ff;
  --soft-ink: #b7c3d9;
  --muted-ink: #7f8ba8;
  --line: #263153;
  --paper: #0b1020;
  --canvas: #060815;
  --mist: #0d1326;
  --blue: #00f5ff;
  --cyan: #26f7ff;
  --violet: #8b5cf6;
  --magenta: #ff2bd6;
  --pink: #ff5ce1;
  --mint: #b7ff00;
  --sun: #ffd60a;
  --coral: #ff2bd6;
  --paper-rgb: 11, 16, 32;
  --primary-rgb: 0, 245, 255;
  --secondary-rgb: 139, 92, 246;
  --accent-rgb: 255, 43, 214;
  --cyan-rgb: 38, 247, 255;
  --bright-cyan-rgb: 0, 245, 255;
  --sun-rgb: 183, 255, 0;
  --shadow-rgb: 0, 0, 0;
  --mobile-shadow-rgb: 0, 0, 0;
  --line-rgb: 38, 49, 83;
  --line-strong-rgb: 0, 245, 255;
  --mobile-line-rgb: 0, 245, 255;
  --mist-rgb: 13, 19, 38;
  --mist-soft-rgb: 13, 19, 38;
  --panel-rgb: 13, 18, 39;
  --line-pale-rgb: 38, 49, 83;
  --primary-strong: #00f5ff;
  --break-ink: #ffd60a;
  --surface-soft: #070913;
  --section-soft: #090d1b;
  --panel-soft: #0d1227;
  --blue-mist: #080d1d;
  --section-muted: #0c1124;
  --secondary-soft: #120d28;
  --secondary-mist: #171030;
  --accent-soft: #210b25;
  --mobile-ink: #f5f7ff;
  --mobile-copy: #b7c3d9;
  --mobile-muted: #7f8ba8;
  --nav-ink: #d8e2f4;
  --display-ink: #f5f7ff;
  --mobile-display-ink: #f5f7ff;
  --mobile-copy-strong: #c5cee0;
  --mobile-ink-soft: #e8edff;
  --mobile-cyan: #00f5ff;
  --mobile-violet: #8b5cf6;
  --mobile-break-ink: #ffd60a;
  --mobile-surface-rgb: 8, 13, 29;
  --mobile-panel-rgb: 13, 18, 39;
  --mobile-accent-panel-rgb: 33, 11, 37;
  --mobile-panel-soft: #0d1227;
  --mobile-blue-soft: #080d1d;
  --mobile-blue-muted: #0c1124;
  --forum-page-top: #070913;
  --cta-gradient: linear-gradient(135deg, #b7ff00, #73ff00);
  --mobile-cta-gradient: linear-gradient(135deg, #b7ff00, #73ff00);
  --mobile-floating-cta-gradient: linear-gradient(135deg, #b7ff00, #73ff00);
  --footer-background: #050711;
  --footer-accent-background: rgba(0, 245, 255, 0.08);
  --hero-color-overlay: none;
  --hero-color-overlay-opacity: 0;
  --producer-accent-1: #00f5ff;
  --producer-accent-2: #8b5cf6;
  --producer-accent-3: #ff2bd6;
  --producer-accent-4: #b7ff00;
  --producer-accent-5: #26f7ff;
  --producer-accent-6: #ffd60a;
  --radius: 6px;
  --shadow: 0 0 0 1px rgba(0, 245, 255, 0.18), 0 20px 54px rgba(0, 0, 0, 0.44);
  --glow: 0 0 26px rgba(0, 245, 255, 0.2), 0 0 56px rgba(255, 43, 214, 0.1);
}

@font-face {
  font-family: "Smiley Sans";
  src:
    url("https://image.aixq.cc/kol/uploads/woshipm2026/assets/fonts/smiley-sans-oblique.woff2") format("woff2"),
    url("/assets/fonts/smiley-sans-oblique.woff2") format("woff2");
  font-weight: 900;
  font-style: oblique;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 8%, rgba(var(--accent-rgb), 0.1), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(var(--primary-rgb), 0.1), transparent 24%),
    var(--canvas);
}

body:not(.admin-body) {
  padding-bottom: 0;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.mobile-shell {
  display: none;
}

.topbar {
  position: fixed;
  top: 16px;
  right: var(--section-x);
  left: var(--section-x);
  z-index: 20;
  max-width: var(--content-max);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-inline: auto;
  min-height: 64px;
  border: 1px solid rgba(var(--line-rgb), 0.92);
  border-radius: 999px;
  padding: 8px 10px 8px 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(var(--shadow-rgb), 0.13);
  backdrop-filter: blur(18px) saturate(1.35);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.topbar.is-scrolled {
  border-color: rgba(var(--primary-rgb), 0.26);
  box-shadow: 0 12px 34px rgba(var(--shadow-rgb), 0.18);
  transform: translateY(-3px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: 220px;
  height: 38px;
  object-fit: contain;
}

.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet) 55%, var(--cyan));
  font-weight: 900;
}

.nav,
.admin-nav {
  display: flex;
  align-items: center;
}

.nav {
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 13px;
  color: var(--nav-ink);
  font-size: 14px;
  font-weight: 800;
  transition: color 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}

.nav a:hover,
.nav a.is-active {
  color: var(--blue);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.12), rgba(var(--accent-rgb), 0.1));
}

.nav-cta,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  color: #fff;
  background: var(--cta-gradient);
  box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.24);
}

.button.secondary {
  color: var(--ink);
  border-color: rgba(var(--line-strong-rgb), 0.62);
  background: rgba(255, 255, 255, 0.86);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.hero-actions .button {
  min-height: 58px;
  padding: 0 30px;
  font-size: 20px;
  box-shadow: 0 20px 44px rgba(var(--primary-rgb), 0.22);
}

.hero-actions .button.secondary {
  border-color: rgba(var(--primary-rgb), 0.24);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 36px rgba(var(--shadow-rgb), 0.13);
}

.hero {
  position: relative;
  min-height: min(900px, calc(100svh - 48px));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 122px var(--section-x) 72px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.42) 49%, rgba(255, 255, 255, 0.06) 78%, rgba(255, 255, 255, 0) 100%),
    url("https://image.aixq.cc/kol/uploads/woshipm2026/assets/hero-ai-impact-bg.png") center / cover no-repeat,
    var(--surface-soft);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.42) 49%, rgba(255, 255, 255, 0.06) 78%, rgba(255, 255, 255, 0) 100%),
    image-set(
      url("https://image.aixq.cc/kol/uploads/woshipm2026/assets/hero-ai-impact-bg.webp") type("image/webp"),
      url("https://image.aixq.cc/kol/uploads/woshipm2026/assets/hero-ai-impact-bg.png") type("image/png")
    ) center / cover no-repeat,
    var(--surface-soft);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  opacity: var(--hero-color-overlay-opacity);
  background: var(--hero-color-overlay);
  mix-blend-mode: color;
}

.hero-grid,
.hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid {
  display: none;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, transparent 19%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.36) 0%, transparent 24%);
}

.hero-center {
  position: relative;
  z-index: 2;
  width: min(var(--content-max), 100%);
  display: grid;
  grid-template-columns: minmax(360px, 760px);
  gap: 0;
  align-items: center;
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 4;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: "Smiley Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 78px;
  font-style: oblique;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

.hero-title-year,
.hero-title-main {
  display: block;
}

.hero-title-year {
  width: fit-content;
  padding-top: 0.06em;
  color: transparent;
  background:
    linear-gradient(96deg, var(--blue) 0%, var(--violet) 46%, var(--magenta) 74%, var(--pink) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(104px, 11vw, 166px);
  line-height: 0.96;
  text-shadow: 0 20px 42px rgba(var(--primary-rgb), 0.18);
}

.hero-title-main {
  margin-top: 12px;
  color: var(--display-ink);
  font-size: clamp(62px, 6.5vw, 104px);
  line-height: 0.95;
}

.hero h1::after {
  display: block;
  width: 212px;
  height: 7px;
  margin-top: 24px;
  border-radius: 99px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--magenta), var(--sun));
  box-shadow: 0 8px 24px rgba(var(--secondary-rgb), 0.2);
}

.hero-subtitle {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--soft-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.65;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  max-width: 780px;
  margin-top: 32px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0;
  color: var(--ink);
  text-shadow: 0 8px 22px rgba(var(--shadow-rgb), 0.2);
  font-weight: 900;
  line-height: 1.45;
}

.hero-facts span::before {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  content: "";
  filter: drop-shadow(0 8px 14px rgba(var(--primary-rgb), 0.22));
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01M16 18h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01M16 18h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero-facts span:nth-child(2)::before {
  background: linear-gradient(135deg, var(--violet), var(--magenta));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10c0 5-8 12-8 12s-8-7-8-12a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10c0 5-8 12-8 12s-8-7-8-12a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.hero-facts span:nth-child(3)::before {
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.section {
  position: relative;
  scroll-margin-top: 104px;
  padding: 88px max(var(--section-x), calc((100% - var(--content-max)) / 2));
  background: var(--paper);
}

.section.muted,
.tickets-section {
  background: var(--canvas);
}

.theme-section,
.highlights-section {
  background:
    radial-gradient(circle at 86% 8%, rgba(var(--accent-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, var(--section-muted) 100%);
}

.section-heading {
  max-width: 860px;
  margin: 0 0 34px;
}

.section-heading.compact {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section h2,
.admin-shell h1 {
  margin: 0;
  color: var(--ink);
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: 0;
}

.section-heading p:not(.section-kicker),
.demand-copy p {
  color: var(--soft-ink);
  font-size: 18px;
  line-height: 1.8;
}

.pillar-grid,
.producer-board,
.guest-grid,
.partner-grid,
.ticket-grid,
.gallery-grid,
.agenda-layout,
.forum-modules,
.summit-group-list,
.cooperation-panel,
.demand-list {
  display: grid;
  gap: 16px;
}

.pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar,
.producer-card,
.guest,
.partner,
.ticket,
.highlight-card,
.forum-module,
.forum-session-card,
.agenda-preview-card,
.agenda-preview-forum-card,
.agenda-preview-forum-note,
.sponsor-contact,
.gallery-item,
.agenda-intro,
.summit-session,
.summit-break {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(var(--shadow-rgb), 0.08);
}

.pillar {
  position: relative;
  min-height: 190px;
  padding: 28px;
  overflow: hidden;
}

.pillar-icon {
  position: relative;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  overflow: hidden;
  margin-bottom: 26px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.17);
}

.pillar-icon::after {
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: inherit;
  content: "";
}

.pillar-icon svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 5px 10px rgba(17, 24, 39, 0.12));
}

.pillar:nth-child(2) .pillar-icon {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, var(--violet), var(--magenta));
  box-shadow: 0 14px 30px rgba(var(--accent-rgb), 0.16);
}

.pillar:nth-child(3) .pillar-icon {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 14px 30px rgba(var(--bright-cyan-rgb), 0.17);
}

.pillar strong,
.guest strong,
.ticket strong {
  display: block;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}

.pillar p,
.guest p,
.ticket p,
.partner p {
  margin: 10px 0 0;
  color: var(--soft-ink);
  line-height: 1.7;
}

.agenda-layout {
  gap: 44px;
}

.agenda-day {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.agenda-intro {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 24px;
  overflow: hidden;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(var(--primary-rgb), 0.08), transparent 42%),
    linear-gradient(180deg, #fff, var(--section-soft));
}

.agenda-date-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.agenda-date-card::before {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--magenta), var(--sun));
}

.agenda-date-card span,
.agenda-date-card em {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.agenda-date-card span {
  padding: 0 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.agenda-date-line {
  display: flex;
  flex-basis: 100%;
  gap: 10px;
  align-items: flex-end;
}

.agenda-date-card em {
  border: 1px solid rgba(var(--line-strong-rgb), 0.45);
  padding: 0 10px;
  color: var(--soft-ink);
  background: rgba(255, 255, 255, 0.82);
}

.agenda-date-card strong {
  color: var(--ink);
  font-size: 38px;
  line-height: 1;
}

.agenda-intro-copy {
  display: grid;
  gap: 12px;
}

.agenda-intro-copy h3,
.agenda-day h3 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.25;
}

.agenda-intro-copy div,
.agenda-day p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 17px;
  line-height: 1.75;
}

.agenda-preview {
  display: grid;
  gap: 36px;
}

.agenda-preview-day {
  display: grid;
  gap: 22px;
}

.agenda-preview-day .agenda-intro {
  position: relative;
  top: auto;
  grid-template-columns: minmax(220px, 0.25fr) minmax(0, 1fr);
  align-items: center;
}

.agenda-preview-cards,
.agenda-preview-forum-grid {
  display: grid;
  gap: 14px;
}

.agenda-preview-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agenda-preview-card,
.agenda-preview-forum-card {
  min-height: 170px;
  padding: 24px;
}

.agenda-preview-card time,
.agenda-preview-forum-card > span {
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.agenda-preview-card h4,
.agenda-preview-forum-card h4 {
  margin: 14px 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.agenda-preview-card p,
.agenda-preview-forum-card p {
  font-size: 16px;
}

.agenda-preview-periods {
  display: grid;
  gap: 22px;
}

.agenda-preview-period {
  display: grid;
  gap: 14px;
}

.agenda-preview-period-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.agenda-preview-period-head span {
  color: var(--magenta);
  font-weight: 900;
}

.agenda-preview-period-head strong {
  color: var(--ink);
  font-size: 25px;
}

.agenda-preview-period-head em {
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--primary-strong);
  background: linear-gradient(135deg, rgba(var(--cyan-rgb), 0.14), rgba(var(--secondary-rgb), 0.1));
  font-style: normal;
  font-weight: 900;
}

.agenda-preview-forum-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agenda-preview-forum-card {
  display: flex;
  flex-direction: column;
}

.agenda-preview-producer-board {
  gap: 18px;
}

.agenda-preview-producer-board .producer-card {
  min-height: 320px;
}

/* Keep the first two preview forums featured while distributing the rest evenly. */
@media (min-width: 1181px) {
  .agenda-preview-producer-board[data-forum-count="3"] > .producer-card:nth-child(3) {
    grid-column: 4 / span 6;
  }

  .agenda-preview-producer-board[data-forum-count="4"] > .producer-card:nth-child(n + 3) {
    grid-column: span 6;
  }

  .agenda-preview-producer-board[data-forum-count="5"] > .producer-card:nth-child(n + 3) {
    grid-column: span 4;
  }

  .agenda-preview-producer-board[data-forum-count="6"] > .producer-card:nth-child(n + 3) {
    grid-column: span 3;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .agenda-preview-producer-board[data-forum-count="3"] > .producer-card:last-child,
  .agenda-preview-producer-board[data-forum-count="5"] > .producer-card:last-child {
    grid-column: 4 / span 6;
  }
}

.agenda-preview-producer {
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-top: 16px;
}

.agenda-preview-producer b,
.agenda-preview-producer small {
  display: block;
}

.agenda-preview-producer b {
  color: var(--ink);
  font-size: 18px;
}

.agenda-preview-producer small {
  margin-top: 6px;
  color: var(--soft-ink);
  line-height: 1.6;
}

.agenda-preview-forum-note {
  padding: 26px;
}

.agenda-preview-forum-note span {
  color: var(--magenta);
  font-size: 14px;
  font-weight: 900;
}

.agenda-preview-forum-note h4 {
  margin: 10px 0 8px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.25;
}

.agenda-preview-forum-note p {
  max-width: 760px;
  font-size: 17px;
}

.summit-timeline {
  position: relative;
  display: grid;
  gap: 22px;
  padding-left: 28px;
}

.summit-timeline::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 7px;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, var(--blue), var(--violet), var(--magenta), var(--sun));
}

.summit-group {
  display: grid;
  gap: 12px;
}

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

.summit-group-head span {
  color: var(--blue);
  font-weight: 900;
}

.summit-group-head strong {
  font-size: 18px;
}

.summit-group-head em {
  color: var(--muted-ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.summit-session {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 20px;
}

.summit-session.no-time {
  grid-template-columns: minmax(0, 1fr);
}

.summit-session.no-time .summit-time {
  position: absolute;
  top: 18px;
  left: 20px;
}

.summit-time {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-weight: 900;
  white-space: nowrap;
}

.summit-time i {
  position: absolute;
  left: -28px;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 3px rgba(var(--cyan-rgb), 0.15);
}

.summit-session-main h4 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

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

.summit-session-main p {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 8px 0 0;
  color: var(--soft-ink);
  font-size: 14px;
}

.summit-session-main strong {
  color: var(--ink);
}

.summit-break {
  position: relative;
  display: grid;
  grid-template-columns: 140px auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(var(--sun-rgb), 0.12), rgba(var(--accent-rgb), 0.08));
}

.summit-break::before {
  position: absolute;
  left: -21px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  content: "";
  background: var(--sun);
  box-shadow: 0 0 0 3px rgba(var(--sun-rgb), 0.18);
}

.summit-break span,
.summit-break strong {
  font-weight: 900;
}

.summit-break span {
  color: var(--break-ink);
}

.summit-break p {
  margin: 0;
  color: var(--soft-ink);
}

.forum-agenda-day {
  grid-template-columns: 1fr;
}

.forum-agenda-day .agenda-intro {
  position: relative;
  top: auto;
  grid-template-columns: minmax(220px, 0.24fr) minmax(0, 1fr);
  align-items: center;
  padding: 30px;
}

.forum-agenda-day .agenda-date-card {
  align-self: stretch;
  align-content: center;
  padding: 4px 0 4px 22px;
  border-bottom: 0;
  border-left: 4px solid var(--blue);
}

.forum-agenda-day .agenda-date-card::before {
  display: none;
}

.forum-modules {
  gap: 26px;
}

.forum-module {
  padding: 22px;
}

.forum-module-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.forum-module-head p {
  margin: 0 0 4px;
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
}

.forum-module-head h4 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
}

.forum-module-head span {
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--primary-strong);
  background: linear-gradient(135deg, rgba(var(--cyan-rgb), 0.14), rgba(var(--secondary-rgb), 0.1));
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.forum-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.forum-tabs button {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  color: var(--soft-ink);
  background: var(--panel-soft);
  cursor: pointer;
  font-weight: 900;
}

.forum-tabs button:hover,
.forum-tabs button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.forum-panel {
  display: none;
}

.forum-panel.is-active {
  display: block;
}

.forum-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.forum-panel-title > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.forum-panel-title span {
  color: var(--blue);
  font-weight: 900;
}

.forum-panel-title strong {
  font-size: 20px;
}

.forum-session-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.forum-session-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.forum-session-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-weight: 900;
}

.forum-session-time span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
}

.forum-session-card h5 {
  margin: 22px 0 16px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.45;
}

.forum-speaker {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.forum-speaker strong {
  display: block;
  color: var(--ink);
}

.forum-speaker p,
.forum-summary {
  color: var(--soft-ink);
  line-height: 1.65;
}

.forum-speaker p,
.forum-summary {
  margin: 6px 0 0;
}

.forum-producer-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(var(--cyan-rgb), 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--canvas) 54%, #fff 100%);
}

.enterprise-special-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(var(--accent-rgb), 0.1), transparent 30%),
    radial-gradient(circle at 12% 80%, rgba(var(--primary-rgb), 0.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, var(--secondary-soft) 58%, #fff 100%);
}

.enterprise-special-section .producer-card {
  grid-column: span 6;
  min-height: 340px;
}

.enterprise-special-section .producer-card .producer-card-head b {
  font-size: 30px;
}

.enterprise-special-section .producer-card .producer-description {
  max-width: 92%;
  font-size: 17px;
  -webkit-line-clamp: 3;
}

.producer-heading {
  max-width: 940px;
}

.producer-board {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}

.producer-card {
  --producer-accent: var(--blue);
  position: relative;
  grid-column: span 3;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(var(--panel-rgb), 0.96)),
    #fff;
}

.producer-card.is-clickable {
  color: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.producer-card.is-clickable:hover {
  border-color: rgba(var(--primary-rgb), 0.38);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.producer-card:nth-child(-n + 2) {
  grid-column: span 6;
  min-height: 340px;
}

.producer-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
  background: var(--producer-accent);
}

.producer-card::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(var(--line-strong-rgb), 0.3);
  border-radius: var(--radius);
  content: "";
  opacity: 0.42;
  transform: rotate(10deg);
}

.producer-card-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.producer-card-head span {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  color: #fff;
  background: var(--producer-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.producer-card-head b {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.28;
}

.producer-time {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(var(--primary-rgb), 0.18);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--primary-strong);
  background: linear-gradient(135deg, rgba(var(--cyan-rgb), 0.14), rgba(var(--secondary-rgb), 0.1));
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.producer-card:nth-child(-n + 2) .producer-card-head b {
  font-size: 30px;
}

.producer-description {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--soft-ink);
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.producer-card:nth-child(-n + 2) .producer-description {
  max-width: 92%;
  font-size: 17px;
  -webkit-line-clamp: 3;
}

.producer-person {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.producer-avatar {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--producer-accent), var(--violet));
  box-shadow: 0 10px 24px rgba(var(--shadow-rgb), 0.16);
  font-weight: 900;
}

.producer-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.producer-avatar.has-image span {
  display: none;
}

.producer-profile span {
  color: var(--producer-accent);
  font-size: 12px;
  font-weight: 900;
}

.producer-profile strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

.producer-profile p {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.producer-card-link,
.forum-detail-link {
  position: relative;
  z-index: 1;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.guest-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.guest-application {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.guest-application[hidden] {
  display: none;
}

.guest-application .button {
  min-height: 50px;
  padding-inline: 28px;
  font-size: 16px;
}

.guest {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 16px;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.guest:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.guest-scanline {
  display: none;
}

.guest-avatar {
  position: relative;
  width: 94px;
  height: 94px;
  flex: 0 0 auto;
  align-self: center;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--magenta));
  font-weight: 900;
}

.guest-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-avatar.has-image span {
  display: none;
}

.guest-copy {
  width: 100%;
}

.guest-copy strong {
  display: block;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
}

.guest-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.guest-topic {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.guest-topic span {
  display: block;
  margin-bottom: 6px;
  color: var(--magenta);
  font-size: 12px;
  font-weight: 900;
}

.guest-topic b {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.past-guests-section {
  background:
    linear-gradient(180deg, var(--canvas) 0%, #fff 100%);
}

.past-guest-grid .guest {
  min-height: 248px;
  align-items: flex-start;
  text-align: left;
}

.past-guest-grid .guest-avatar {
  width: 72px;
  height: 72px;
}

.past-guest-grid .guest-topic {
  text-align: left;
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 28px;
  color: var(--soft-ink);
  background: #fff;
  font-weight: 900;
}

.highlights-heading {
  max-width: 920px;
}

.highlights-orbit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.highlight-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
}

.highlight-icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 14px 28px rgba(var(--primary-rgb), 0.18);
}

.highlight-icon::after {
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  content: "";
}

.highlight-icon svg {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  filter: drop-shadow(0 5px 10px rgba(17, 24, 39, 0.12));
}

.highlight-card:nth-child(2n) .highlight-icon {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, var(--violet), var(--magenta));
  box-shadow: 0 14px 28px rgba(var(--accent-rgb), 0.16);
}

.highlight-card:nth-child(3n) .highlight-icon {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 14px 28px rgba(var(--bright-cyan-rgb), 0.17);
}

.highlight-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.highlight-card p {
  margin: 12px 0 0;
  color: var(--soft-ink);
  line-height: 1.75;
}

.gallery-section {
  background: #fff;
}

.gallery-carousel {
  display: block;
  overflow: hidden;
  border-radius: 26px;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.gallery-track {
  width: max-content;
  display: flex;
  gap: 16px;
  animation: gallery-scroll 96s linear infinite;
  will-change: transform;
}

.gallery-carousel:hover .gallery-track {
  animation-play-state: paused;
}

.gallery-carousel.is-static .gallery-track {
  width: 100%;
  animation: none;
}

.gallery-item {
  width: min(36vw, 480px);
  aspect-ratio: 4 / 3;
  min-height: 260px;
  flex: 0 0 auto;
  overflow: hidden;
  margin: 0;
}

.gallery-carousel.is-static .gallery-item {
  width: min(100%, 520px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@keyframes gallery-scroll {
  to {
    transform: translate3d(calc(-50% - 8px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-track {
    animation: none;
  }
}

.partner-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.partner-group {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.partner-group-head {
  text-align: center;
}

.partner-group-head span {
  display: block;
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.partner-group-head h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.15;
}

.partner-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 145px);
  justify-content: center;
  gap: 14px;
}

.partner {
  width: 100%;
  min-height: 50px;
  display: grid;
  place-items: center;
  padding: 10px;
  text-align: center;
}

.partner strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.partner-logo {
  display: block;
  width: min(152px, 88%);
  max-height: 50px;
  object-fit: contain;
  filter: saturate(0.9);
}

.ticket-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ticket {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.ticket::before {
  display: block;
  width: 48px;
  height: 5px;
  margin-bottom: 24px;
  border-radius: 99px;
  content: "";
  background: var(--line);
}

.ticket.featured {
  border-color: rgba(var(--primary-rgb), 0.3);
  box-shadow: var(--shadow);
}

.ticket.featured::before {
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--magenta));
}

.price {
  margin: 16px 0;
  color: var(--blue);
  font-size: 38px;
  font-weight: 900;
}

.tickets-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.tickets-cta {
  min-width: 220px;
  min-height: 58px;
  padding: 0 34px;
  font-size: 20px;
  box-shadow: 0 20px 44px rgba(var(--primary-rgb), 0.24);
}

.demand-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(var(--accent-rgb), 0.1), transparent 28%),
    linear-gradient(120deg, var(--blue-mist) 0%, var(--secondary-mist) 50%, var(--accent-soft) 100%);
}

.demand-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.demand-list li {
  border: 1px solid var(--line);
  border-left: 5px solid var(--magenta);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.sponsor-contact {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.sponsor-qr,
.footer-qr-box {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.sponsor-qr {
  width: 132px;
  aspect-ratio: 1;
  padding: 10px;
}

.sponsor-qr img,
.footer-qr-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsor-qr span,
.footer-qr-box span {
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.sponsor-contact-copy > span {
  color: var(--magenta);
  font-size: 12px;
  font-weight: 900;
}

.sponsor-contact-copy strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 27px;
}

.sponsor-contact-copy p,
.sponsor-contact-copy em {
  color: var(--soft-ink);
  line-height: 1.6;
}

.sponsor-contact-copy p {
  margin: 6px 0 12px;
}

.sponsor-contact-copy dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.sponsor-contact-copy dl div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
}

.sponsor-contact-copy dt {
  color: var(--muted-ink);
  font-weight: 900;
}

.sponsor-contact-copy dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.sponsor-contact-copy em {
  display: block;
  margin-top: 12px;
  font-style: normal;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--soft-ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(var(--primary-rgb), 0.08), transparent 24%),
    #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: start;
  padding: 58px max(var(--section-x), calc((100% - var(--content-max)) / 2));
}

.footer-about {
  max-width: 660px;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 22px;
}

.footer-about p {
  margin: 14px 0 0;
  line-height: 1.85;
}

.footer-qrs {
  display: flex;
  gap: 16px;
}

.footer-qr {
  margin: 0;
  text-align: center;
}

.footer-qr-box {
  width: 132px;
  aspect-ratio: 1;
  padding: 8px;
}

.footer-qr figcaption {
  margin-top: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.footer-legal {
  border-top: 1px solid var(--line);
  padding: 18px max(var(--section-x), calc((100% - var(--content-max)) / 2));
  color: var(--muted-ink);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 18%, rgba(var(--cyan-rgb), 0.14), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(var(--primary-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, var(--section-soft) 0%, var(--blue-mist) 100%);
}

.admin-shell {
  min-height: 100vh;
}

.login-panel {
  min-height: 100vh;
  display: grid;
  width: min(430px, calc(100% - 40px));
  place-items: center;
  margin: 0 auto;
  padding: 36px 0;
}

.editor-surface,
.password-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.login-form {
  display: grid;
  width: 100%;
  gap: 18px;
  padding: 44px 34px 30px;
  border: 1px solid rgba(var(--line-pale-rgb), 0.9);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(var(--primary-rgb), 0.12), transparent 42%);
  box-shadow: 0 28px 80px rgba(47, 73, 137, 0.12);
}

.login-logo {
  display: block;
  width: min(330px, 100%);
  height: auto;
  margin: 0 auto 10px;
}

.login-form label {
  gap: 9px;
  color: #40506a;
  font-size: 14px;
}

.login-form input {
  min-height: 50px;
  border-color: rgba(var(--line-pale-rgb), 0.92);
  border-radius: 15px;
  padding: 0 16px;
  background: rgba(248, 251, 255, 0.94);
  font-size: 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.login-form input:focus {
  border-color: rgba(var(--primary-rgb), 0.78);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.1);
}

.login-form .button {
  min-height: 52px;
  margin-top: 4px;
  font-size: 16px;
}

.login-form .form-message {
  min-height: 20px;
  text-align: center;
  font-size: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
}

textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.55;
}

.admin-panel {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px 1fr;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 6%, rgba(var(--cyan-rgb), 0.18), transparent 28%),
    linear-gradient(180deg, #141b35 0%, #17112f 56%, #101827 100%);
  color: #fff;
}

.admin-nav {
  align-items: stretch;
  flex-direction: column;
  gap: 6px;
}

.admin-nav button {
  border: 0;
  border-radius: var(--radius);
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-weight: 800;
}

.admin-nav button.active,
.admin-nav button:hover {
  color: #fff;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.32), rgba(var(--accent-rgb), 0.22));
}

.admin-main {
  min-width: 0;
  padding: 28px;
}

.admin-event-bar {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #fff;
}

.admin-event-bar label {
  display: grid;
  flex: 1;
  gap: 6px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 800;
}

.admin-event-bar select {
  min-width: 220px;
}

.admin-header-actions,
.event-actions,
.event-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.event-center {
  display: grid;
  gap: 20px;
}

.guest-library-center {
  display: grid;
  gap: 20px;
}

.guest-library-picker {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(var(--shadow-rgb), 0.07);
}

.guest-library-name-line h3 {
  margin: 0;
}

.guest-library-toolbar,
.guest-library-toolbar-actions,
.guest-library-modal-head,
.guest-library-modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.guest-library-toolbar {
  align-items: flex-start;
  margin-bottom: 16px;
}

.guest-library-toolbar h2,
.guest-library-modal-head h2 {
  margin: 0 0 6px;
}

.guest-library-modal-head p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.55;
}

.guest-library-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 24px;
  background: rgba(15, 23, 42, 0.46);
  backdrop-filter: blur(10px);
}

.guest-library-modal-card {
  position: relative;
  width: min(780px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  display: grid;
  gap: 20px;
  border: 1px solid rgba(var(--line-rgb), 0.92);
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
}

.guest-library-modal-form {
  grid-template-columns: 1fr;
}

.guest-library-modal-actions {
  justify-content: flex-end;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

body.has-admin-modal {
  overflow: hidden;
}

.guest-library-picker {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.guest-library-picker label {
  display: grid;
  flex: 1 1 360px;
  gap: 6px;
  font-weight: 800;
}

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

.guest-library-card {
  display: grid;
  align-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--panel-soft);
}

.guest-library-card.is-archived {
  opacity: 0.7;
}

.guest-library-card-main,
.guest-library-heading,
.guest-library-name-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guest-library-card-main {
  align-items: flex-start;
}

.guest-library-card-main p,
.guest-library-heading p,
.guest-library-card details p {
  margin: 5px 0;
  color: var(--soft-ink);
  line-height: 1.55;
}

.guest-library-card small {
  color: var(--muted-ink);
}

.guest-library-avatar {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--panel-soft);
}

.guest-library-avatar.is-large {
  width: 72px;
  height: 72px;
}

.guest-library-avatar.is-empty {
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  color: var(--muted-ink);
  font-size: 12px;
}

.guest-library-heading {
  min-width: 0;
}

.guest-library-heading p {
  max-width: 620px;
}

.guest-library-search {
  width: min(360px, 100%);
}

.linked-guest-item input[readonly],
.linked-guest-item textarea[readonly] {
  color: var(--soft-ink);
  background: var(--panel-soft);
}

.event-create-card,
.event-list-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(var(--shadow-rgb), 0.07);
}

.event-create-card h2,
.event-list-card h2 {
  margin: 0 0 6px;
  color: var(--ink);
}

.event-create-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.event-create-grid label {
  display: grid;
  gap: 7px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 800;
}

.event-create-grid .event-create-submit {
  align-self: end;
}

.event-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.event-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(var(--line-rgb), 0.9);
  border-radius: 14px;
  padding: 16px;
  background: #f9fbff;
}

.event-row h3 {
  margin: 0 0 6px;
  color: var(--ink);
}

.event-row p {
  margin: 0;
  color: var(--soft-ink);
}

.event-row small {
  display: block;
  margin-top: 7px;
  color: var(--muted-ink);
}

.event-filters select {
  flex: 1;
  width: auto;
  min-width: 130px;
}

@media (max-width: 1100px) {
  .event-create-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .admin-event-bar,
  .admin-header,
  .event-row {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .admin-header-actions,
  .event-actions,
  .event-filters {
    align-items: stretch;
    flex-direction: column;
  }

  .event-create-grid {
    grid-template-columns: 1fr;
  }

  .event-filters select,
  .admin-event-bar select {
    width: 100%;
    min-width: 0;
  }
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.editor-surface {
  padding: 24px;
}

.agenda-config-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.agenda-config-tabs button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  color: var(--soft-ink);
  background: #f7f9fd;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.agenda-config-tabs button strong {
  font-size: 20px;
}

.agenda-config-tabs button span {
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--muted-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.agenda-config-tabs button.active {
  border-color: rgba(var(--primary-rgb), 0.58);
  color: var(--blue);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1), rgba(var(--cyan-rgb), 0.08));
  box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.12);
}

.agenda-config-tabs button.active span {
  color: var(--blue);
}

.agenda-config-toolbar {
  margin-bottom: 14px;
}

.agenda-config-toolbar .list-item-head > div {
  display: grid;
  gap: 4px;
}

.agenda-config-eyebrow {
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.agenda-config-section-title {
  margin: 14px 0;
  background: #f8faff;
}

.agenda-config-section-title .json-help {
  margin: 0;
}

.editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.editor-grid .wide {
  grid-column: 1 / -1;
}

.color-scheme-field {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.color-scheme-previews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.color-scheme-preview {
  min-width: 0;
  appearance: none;
  cursor: pointer;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: inherit;
  font: inherit;
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.color-scheme-preview:hover {
  border-color: rgba(var(--primary-rgb), 0.38);
  box-shadow: 0 10px 24px rgba(var(--primary-rgb), 0.08);
  transform: translateY(-2px);
}

.color-scheme-preview:focus-visible {
  outline: 3px solid rgba(var(--primary-rgb), 0.24);
  outline-offset: 2px;
}

.color-scheme-preview.is-current {
  border-color: rgba(var(--primary-rgb), 0.58);
  box-shadow: 0 10px 24px rgba(var(--primary-rgb), 0.1);
}

.color-scheme-swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 28px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 999px;
}

.color-scheme-miniature {
  position: relative;
  height: 82px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 74% 24%, rgba(119, 71, 255, 0.42), transparent 28%),
    linear-gradient(135deg, #f8fbff, #edf5ff);
}

.color-scheme-miniature i {
  position: absolute;
  display: block;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(42, 64, 134, 0.13);
}

.color-scheme-miniature i:nth-child(1) {
  top: 15px;
  left: 14px;
  width: 46%;
  height: 10px;
  background: linear-gradient(90deg, #2367ff, #7747ff, #e83fcf);
}

.color-scheme-miniature i:nth-child(2) {
  right: 12px;
  bottom: 12px;
  width: 35%;
  height: 43px;
}

.color-scheme-miniature i:nth-child(3) {
  bottom: 15px;
  left: 14px;
  width: 42%;
  height: 27px;
}

.color-scheme-preview-calm-wellness .color-scheme-miniature {
  background:
    radial-gradient(circle at 78% 22%, rgba(139, 0, 255, 0.2), transparent 32%),
    radial-gradient(circle at 18% 16%, rgba(0, 128, 255, 0.2), transparent 36%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.color-scheme-preview-calm-wellness .color-scheme-miniature i:nth-child(1) {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0080ff, #8b00ff);
}

.color-scheme-preview-calm-wellness .color-scheme-miniature i:nth-child(2),
.color-scheme-preview-calm-wellness .color-scheme-miniature i:nth-child(3) {
  border: 1px solid rgba(0, 128, 255, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(0, 128, 255, 0.11);
}

.color-scheme-preview-calm-wellness .color-scheme-miniature i:nth-child(2)::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  height: 14px;
  border-radius: 5px 5px 2px 2px;
  content: "";
  background: linear-gradient(120deg, transparent 0 8%, #0080ff 9% 12%, transparent 13% 25%, #8b00ff 26% 30%, transparent 31% 46%, #22c55e 47% 51%, transparent 52%);
}

.color-scheme-preview-saas-analytics .color-scheme-miniature {
  background:
    linear-gradient(90deg, rgba(0, 102, 204, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 102, 204, 0.08) 1px, transparent 1px),
    #f8fafc;
  background-size: 14px 14px;
}

.color-scheme-preview-saas-analytics .color-scheme-miniature i:nth-child(1) {
  background: linear-gradient(90deg, #0066cc, #8b00ff, #22c55e);
}

.color-scheme-preview-playful-clay .color-scheme-miniature {
  border: 2px solid #243044;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 22%, #98ff98 0 10px, transparent 11px),
    linear-gradient(135deg, #fff9f5, #fdf2e9);
  box-shadow: 4px 4px 0 #243044;
}

.color-scheme-preview-playful-clay .color-scheme-miniature i {
  border: 2px solid #243044;
  box-shadow: 3px 3px 0 #243044;
}

.color-scheme-preview-playful-clay .color-scheme-miniature i:nth-child(1) {
  border-radius: 999px;
  background: #fdbcb4;
}

.color-scheme-preview-playful-clay .color-scheme-miniature i:nth-child(2) {
  background: #add8e6;
  transform: rotate(3deg);
}

.color-scheme-preview-playful-clay .color-scheme-miniature i:nth-child(3) {
  background: #e6e6fa;
  transform: rotate(-2deg);
}

.color-scheme-preview-cyberpunk-neon .color-scheme-miniature {
  border-color: #00f5ff;
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(0, 245, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(0, 245, 255, 0.12) 1px, transparent 1px),
    #070913;
  background-size: 13px 13px;
  box-shadow: inset 0 0 22px rgba(255, 43, 214, 0.16);
}

.color-scheme-preview-cyberpunk-neon .color-scheme-miniature i {
  border: 1px solid #00f5ff;
  border-radius: 0;
  background: rgba(11, 18, 39, 0.92);
  box-shadow: 0 0 12px rgba(0, 245, 255, 0.34);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.color-scheme-preview-cyberpunk-neon .color-scheme-miniature i:nth-child(1) {
  border: 0;
  background: linear-gradient(90deg, #00f5ff, #b7ff00, #ff2bd6);
  box-shadow: 0 0 14px rgba(0, 245, 255, 0.56);
}

.color-scheme-preview strong {
  color: var(--ink);
  font-size: 14px;
}

.color-scheme-preview p {
  margin: 6px 0 0;
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.list-editor {
  display: grid;
  gap: 14px;
}

.list-item {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
}

.agenda-day-editor {
  gap: 18px;
}

.nested-list {
  display: grid;
  gap: 12px;
  border-radius: var(--radius);
  padding: 14px;
  background: var(--panel-soft);
}

.nested-block,
.nested-item {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(var(--line-rgb), 0.95);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.nested-block {
  border-top: 4px solid var(--blue);
}

.compact-head strong {
  font-size: 15px;
}

.agenda-add-actions {
  justify-content: flex-start;
}

.subtle-add {
  width: fit-content;
}

.list-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.list-item-head strong {
  font-size: 18px;
}

.list-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.remove-button,
.add-button,
.move-button {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 9px 12px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.remove-button {
  color: #d92d8a;
}

.add-button {
  color: var(--blue);
}

.move-button {
  color: var(--soft-ink);
}

.move-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.gallery-upload-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(var(--shadow-rgb), 0.07);
}

.gallery-upload-panel strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.gallery-upload-panel p {
  margin: 6px 0 0;
  color: var(--soft-ink);
  line-height: 1.6;
}

.image-upload-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 10px;
  align-items: center;
}

.file-input {
  padding: 9px;
}

.upload-help {
  color: var(--muted-ink);
  font-size: 13px;
  line-height: 1.5;
}

.json-help {
  margin: 0 0 14px;
  color: var(--soft-ink);
  line-height: 1.6;
}

.linked-data-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(var(--primary-rgb), 0.22);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--soft-ink);
  background: rgba(var(--primary-rgb), 0.06);
  font-size: 13px;
  line-height: 1.55;
}

.linked-data-notice strong {
  flex: 0 0 auto;
  color: var(--blue);
}

.linked-data-notice.is-warning {
  border-color: rgba(224, 151, 30, 0.28);
  background: rgba(255, 184, 48, 0.08);
}

.linked-data-notice.is-warning strong {
  color: #a86300;
}

.forum-detail-linked-fields input[readonly],
.forum-detail-linked-fields textarea[readonly] {
  border-style: dashed;
  color: #62708a;
  background: #f4f7fc;
  cursor: default;
}

.json-editor {
  min-height: 480px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--soft-ink);
  font-weight: 800;
}

.form-message.error {
  color: #d92d8a;
}

.form-message.success {
  color: var(--cyan);
}

.password-card {
  display: grid;
  max-width: 520px;
  gap: 16px;
  padding: 22px;
}

.account-layout,
.account-list,
.log-list {
  display: grid;
  gap: 14px;
}

.account-list-page {
  position: relative;
}

.account-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(var(--shadow-rgb), 0.07);
}

.account-toolbar strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
}

.account-toolbar p {
  margin: 6px 0 0;
  color: var(--soft-ink);
  line-height: 1.6;
}

.account-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(var(--shadow-rgb), 0.07);
}

.account-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.account-table th,
.account-table td {
  border-bottom: 1px solid rgba(var(--line-rgb), 0.78);
  padding: 15px 16px;
  color: var(--soft-ink);
  text-align: left;
  vertical-align: middle;
}

.account-table th {
  color: var(--muted-ink);
  background: var(--panel-soft);
  font-size: 13px;
  font-weight: 900;
}

.account-table tr:last-child td {
  border-bottom: 0;
}

.account-table td strong {
  color: var(--ink);
  font-size: 16px;
}

.account-badge,
.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.account-badge {
  margin-left: 8px;
  color: var(--primary-strong);
  background: linear-gradient(135deg, rgba(var(--cyan-rgb), 0.14), rgba(var(--secondary-rgb), 0.1));
}

.status-pill.is-enabled {
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
}

.status-pill.is-disabled {
  color: #d92d8a;
  background: rgba(217, 45, 138, 0.1);
}

.compact-button {
  padding: 8px 12px;
}

.account-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(10px);
}

.account-modal-card {
  width: min(520px, 100%);
  display: grid;
  gap: 18px;
  border: 1px solid rgba(var(--line-rgb), 0.92);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24);
}

.account-modal-form {
  display: grid;
  gap: 16px;
}

.account-create-card,
.account-card,
.log-row {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(var(--shadow-rgb), 0.07);
}

.account-create-card {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.account-create-card strong,
.account-card strong,
.log-row strong {
  color: var(--ink);
  font-size: 18px;
}

.account-create-card p {
  margin: 6px 0 0;
  color: var(--soft-ink);
  line-height: 1.6;
}

.account-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.account-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.account-card > div:first-child span {
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--primary-strong);
  background: linear-gradient(135deg, rgba(var(--cyan-rgb), 0.14), rgba(var(--secondary-rgb), 0.1));
  font-size: 12px;
  font-weight: 900;
}

.account-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.account-card dl div {
  border-radius: var(--radius);
  padding: 10px;
  background: var(--panel-soft);
}

.account-card dt,
.account-card dd {
  margin: 0;
}

.account-card dt {
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 900;
}

.account-card dd {
  margin-top: 4px;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.45;
}

.account-actions {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 10px;
  align-items: end;
}

.remove-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.log-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.log-toolbar .json-help {
  margin: 0;
}

.log-row {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.log-row > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.log-row span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.log-row p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.6;
}

.log-row small {
  color: var(--muted-ink);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .topbar {
    right: 20px;
    left: 20px;
  }

  .guest-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .producer-card {
    grid-column: span 6;
  }

  .forum-session-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agenda-preview-cards,
  .agenda-preview-forum-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
    border-radius: 20px;
    align-items: start;
  }

  .brand-logo {
    width: 190px;
    height: 34px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 150px;
    background-position: center, 62% center;
  }

  .hero-center {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-title-year {
    font-size: 118px;
  }

  .hero-title-main {
    font-size: 72px;
  }

  .hero-facts,
  .pillar-grid,
  .agenda-day,
  .forum-agenda-day .agenda-intro,
  .ticket-grid,
  .gallery-grid,
  .demand-section,
  .footer-main,
  .login-panel,
  .admin-panel {
    grid-template-columns: 1fr;
  }

  .agenda-intro {
    position: relative;
    top: auto;
  }

  .agenda-preview-day .agenda-intro,
  .agenda-preview-cards,
  .agenda-preview-forum-grid {
    grid-template-columns: 1fr;
  }

  .summit-session,
  .summit-break {
    grid-template-columns: 1fr;
  }

  .summit-break::before,
  .summit-time i {
    left: -28px;
  }

  .guest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .producer-card,
  .producer-card:nth-child(-n + 2) {
    grid-column: span 6;
  }

  .highlights-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-grid {
    gap: 28px;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }
}

@media (max-width: 760px) {
  .topbar {
    top: 10px;
    right: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    min-height: 0;
    padding: 10px 8px 8px;
  }

  .brand {
    justify-content: center;
    justify-self: center;
    width: 100%;
  }

  .brand-logo {
    width: 154px;
    height: 30px;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-padding-inline: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

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

  .nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
    scroll-snap-align: center;
  }

  .hero {
    min-height: min(760px, 100svh);
    padding: 144px 16px 44px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 40%, rgba(255, 255, 255, 0.42) 70%, rgba(255, 255, 255, 0.12) 100%),
      url("https://image.aixq.cc/kol/uploads/woshipm2026/assets/hero-ai-impact-bg.png") 66% center / auto 100% no-repeat,
      var(--surface-soft);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 40%, rgba(255, 255, 255, 0.42) 70%, rgba(255, 255, 255, 0.12) 100%),
      image-set(
        url("https://image.aixq.cc/kol/uploads/woshipm2026/assets/hero-ai-impact-bg.webp") type("image/webp"),
        url("https://image.aixq.cc/kol/uploads/woshipm2026/assets/hero-ai-impact-bg.png") type("image/png")
      ) 66% center / auto 100% no-repeat,
      var(--surface-soft);
  }

  .hero-center {
    gap: 0;
  }

  .hero-title-year {
    font-size: 76px;
  }

  .hero-title-main {
    margin-top: 8px;
    font-size: 42px;
  }

  .hero h1::after {
    width: 132px;
    height: 5px;
    margin-top: 16px;
  }

  .hero-subtitle {
    font-size: 17px;
    line-height: 1.65;
  }

  .hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    overflow-x: visible;
    margin-top: 22px;
  }

  .hero-facts span {
    min-width: 0;
    max-width: 100%;
    min-height: 30px;
    font-size: 14px;
  }

  .hero-actions {
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button {
    flex: 0 0 auto;
    min-width: 118px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
    box-shadow: 0 10px 22px rgba(var(--primary-rgb), 0.16);
  }

  .tickets-action {
    margin-top: 22px;
  }

  .tickets-cta {
    width: auto;
    min-width: 144px;
    max-width: 68vw;
    min-height: 44px;
    padding: 0 20px;
    font-size: 14px;
    box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.18);
  }

  .section {
    scroll-margin-top: 96px;
    padding: 64px 16px;
  }

  .section-heading.compact {
    align-items: flex-start;
    flex-direction: column;
  }

  .section h2,
  .admin-shell h1 {
    font-size: 32px;
  }

  .section-heading p:not(.section-kicker),
  .demand-copy p {
    font-size: 16px;
  }

  .agenda-date-card strong {
    font-size: 32px;
  }

  .forum-agenda-day .agenda-date-card {
    padding: 0 0 18px;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .forum-agenda-day .agenda-date-card::before {
    display: block;
  }

  .forum-tabs {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .forum-tabs button {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 38px;
    border-radius: 999px;
    padding: 0 14px;
    font-size: 14px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .forum-session-grid,
  .producer-board,
  .highlights-orbit {
    grid-template-columns: 1fr;
  }

  .partner-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .partner-group-head h3 {
    font-size: 22px;
  }

  .partner-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .partner {
    min-height: 62px;
    padding: 7px 5px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(var(--shadow-rgb), 0.06);
  }

  .partner strong {
    font-size: 11px;
    line-height: 1.3;
  }

  .partner-logo {
    width: 88%;
    max-width: 62px;
    max-height: 30px;
  }

  .producer-board {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
  }

  .producer-card,
  .producer-card:nth-child(-n + 2) {
    min-width: min(86vw, 350px);
    min-height: 356px;
    padding: 22px;
    scroll-snap-align: start;
  }

  .producer-card-head b,
  .producer-card:nth-child(-n + 2) .producer-card-head b {
    font-size: 24px;
  }

  .producer-description,
  .producer-card:nth-child(-n + 2) .producer-description {
    max-width: none;
    -webkit-line-clamp: 4;
  }

  .producer-person {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .producer-avatar {
    width: 66px;
    height: 66px;
  }

  .guest-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
  }

  .guest {
    min-width: min(78vw, 320px);
    scroll-snap-align: start;
  }

  .past-guest-grid .guest {
    min-width: min(78vw, 320px);
  }

  .gallery-item:first-child {
    grid-row: auto;
  }

  .gallery-section {
    display: none;
  }

  .sponsor-contact {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 30px;
  }

  .footer-qrs {
    flex-wrap: wrap;
  }

  .agenda-config-tabs {
    gap: 8px;
  }

  .agenda-config-tabs button {
    min-height: 64px;
    padding: 12px;
  }

  .agenda-config-tabs button strong {
    font-size: 17px;
  }

  .editor-grid {
    grid-template-columns: 1fr;
  }

  .gallery-upload-panel {
    grid-template-columns: 1fr;
  }

  .account-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .image-upload-field {
    grid-template-columns: 1fr;
  }

  .account-card dl,
  .account-actions {
    grid-template-columns: 1fr;
  }

  .log-toolbar {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 42px;
  }

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

.forum-detail-page {
  background:
    linear-gradient(180deg, var(--forum-page-top) 0%, #ffffff 44%, var(--canvas) 100%);
}

.forum-detail-main {
  min-height: 70vh;
}

.forum-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 28px;
  align-items: stretch;
  padding: 150px max(var(--section-x), calc((100% - var(--content-max)) / 2)) 72px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(var(--mist-soft-rgb), 0.94) 48%, rgba(255, 255, 255, 0.98) 100%);
}

.forum-detail-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(var(--primary-rgb), 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--primary-rgb), 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 78%);
}

.forum-detail-hero-copy,
.forum-detail-producer {
  position: relative;
  z-index: 1;
}

.forum-detail-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(var(--line-strong-rgb), 0.66);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 900;
}

.forum-detail-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
}

.forum-detail-hero-copy .section-kicker {
  margin-top: 30px;
}

.forum-detail-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-family: "Smiley Sans", Inter, sans-serif;
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.forum-detail-hero-copy > p:not(.section-kicker) {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--soft-ink);
  font-size: 20px;
  line-height: 1.8;
}

.forum-detail-time {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 22px;
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--primary-strong);
  background: linear-gradient(135deg, rgba(var(--cyan-rgb), 0.14), rgba(var(--secondary-rgb), 0.1));
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.forum-detail-time + p {
  margin-top: 18px !important;
}

.forum-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.forum-detail-producer {
  align-self: center;
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: var(--radius);
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.forum-detail-producer > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.forum-detail-producer h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.2;
}

.forum-detail-producer p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.75;
}

.forum-detail-producer-avatar,
.forum-detail-speaker-avatar {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet) 54%, var(--magenta));
  font-weight: 900;
}

.forum-detail-producer-avatar {
  width: 118px;
  height: 118px;
  border: 6px solid #fff;
  box-shadow: 0 18px 42px rgba(var(--shadow-rgb), 0.18);
  font-size: 26px;
}

.forum-detail-speaker-avatar {
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  border: 4px solid #fff;
  box-shadow: 0 12px 28px rgba(var(--shadow-rgb), 0.16);
  font-size: 20px;
}

.forum-detail-producer-avatar img,
.forum-detail-speaker-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forum-detail-producer-avatar.has-image span,
.forum-detail-speaker-avatar.has-image span {
  display: none;
}

.forum-detail-speakers-section {
  background: #fff;
}

.forum-detail-speaker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.forum-detail-speaker {
  display: grid;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(var(--panel-rgb), 0.96)),
    #fff;
  box-shadow: 0 12px 34px rgba(var(--shadow-rgb), 0.08);
}

.forum-detail-speaker-head {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.forum-detail-speaker-head span,
.forum-detail-topic span,
.forum-detail-outline span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.forum-detail-speaker-head h3 {
  margin: 4px 0 6px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.forum-detail-speaker-head p,
.forum-detail-topic p,
.forum-detail-outline p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.72;
}

.forum-detail-topic {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.forum-detail-topic h4 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.3;
}

.forum-detail-outline {
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(var(--mist-soft-rgb), 0.82);
}

.forum-detail-outline ul {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.forum-detail-outline li {
  position: relative;
  padding-left: 18px;
  color: var(--soft-ink);
  line-height: 1.65;
}

.forum-detail-outline li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--cyan);
}

.forum-detail-more {
  background:
    linear-gradient(180deg, var(--section-soft) 0%, #ffffff 100%);
}

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

.forum-detail-link-grid a {
  display: grid;
  gap: 8px;
  min-height: 126px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(var(--shadow-rgb), 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.forum-detail-link-grid a:hover {
  border-color: rgba(var(--primary-rgb), 0.38);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.forum-detail-link-grid span {
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
}

.forum-detail-link-grid strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.3;
}

.forum-detail-empty,
.forum-detail-loading {
  min-height: 56vh;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  padding-top: 150px;
}

@media (max-width: 980px) {
  .forum-detail-hero {
    grid-template-columns: 1fr;
    padding-top: 156px;
  }

  .forum-detail-producer {
    max-width: 560px;
  }

  .forum-detail-speaker-grid,
  .forum-detail-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .forum-detail-page .topbar {
    position: fixed;
  }

  .forum-detail-hero {
    padding: 150px 16px 58px;
  }

  .forum-detail-hero h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .forum-detail-hero-copy > p:not(.section-kicker) {
    font-size: 16px;
  }

  .forum-detail-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .forum-detail-hero-actions .button {
    width: 100%;
  }

  .forum-panel-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .forum-detail-link {
    width: 100%;
  }

  .forum-detail-producer {
    padding: 22px;
  }

  .forum-detail-speaker {
    padding: 20px;
  }

  .forum-detail-speaker-head {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .forum-detail-speaker-avatar {
    width: 64px;
    height: 64px;
    font-size: 15px;
  }

  .forum-detail-speaker-head h3 {
    font-size: 21px;
  }

  .forum-detail-topic h4 {
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .forum-detail-link-grid strong {
    font-size: 20px;
  }
}

/*
 * Calm wellness / SaaS analytics treatment.
 * The layout borrows the reference's airy hero, translucent dashboard surface,
 * green action color and restrained data-card rhythm while keeping every
 * conference module and interaction intact.
 */
@keyframes calm-dashboard-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -9px, 0);
  }
}

@keyframes calm-live-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.24), 0 14px 34px rgba(15, 23, 42, 0.1);
  }
  55% {
    box-shadow: 0 0 0 9px rgba(34, 197, 94, 0), 0 14px 34px rgba(15, 23, 42, 0.1);
  }
}

body[data-color-scheme="calm-wellness"] {
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
}

body[data-color-scheme="calm-wellness"] .topbar {
  top: 18px;
  min-height: 70px;
  border-color: rgba(0, 128, 255, 0.12);
  border-radius: 18px;
  padding: 10px 12px 10px 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 34px rgba(0, 128, 255, 0.09);
  backdrop-filter: blur(18px) saturate(1.25);
}

body[data-color-scheme="calm-wellness"] .topbar.is-scrolled {
  border-color: rgba(0, 128, 255, 0.2);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 38px rgba(15, 23, 42, 0.11);
}

body[data-color-scheme="calm-wellness"] .nav {
  gap: 8px;
}

body[data-color-scheme="calm-wellness"] .nav a {
  border-radius: 10px;
  padding-inline: 12px;
  font-weight: 700;
}

body[data-color-scheme="calm-wellness"] .nav a:hover,
body[data-color-scheme="calm-wellness"] .nav a.is-active {
  color: #0080ff;
  background: rgba(0, 128, 255, 0.08);
}

body[data-color-scheme="calm-wellness"] .nav-cta,
body[data-color-scheme="calm-wellness"] .button.primary {
  border-radius: 12px;
  background: #22c55e;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.23);
}

body[data-color-scheme="calm-wellness"] .nav-cta:hover,
body[data-color-scheme="calm-wellness"] .button.primary:hover {
  background: #16a34a;
  box-shadow: 0 16px 32px rgba(34, 197, 94, 0.28);
  transform: translateY(-2px);
}

body[data-color-scheme="calm-wellness"] .button.secondary {
  border: 2px solid #0080ff;
  border-radius: 12px;
  color: #0080ff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

body[data-color-scheme="calm-wellness"] .button.secondary:hover {
  color: #ffffff;
  background: #0080ff;
  box-shadow: 0 12px 28px rgba(0, 128, 255, 0.2);
}

body[data-color-scheme="calm-wellness"] .hero {
  min-height: min(860px, calc(100svh - 24px));
  padding-top: 136px;
  background:
    radial-gradient(72% 58% at 50% -16%, rgba(0, 128, 255, 0.17), transparent 72%),
    radial-gradient(48% 54% at 96% 46%, rgba(139, 0, 255, 0.12), transparent 72%),
    radial-gradient(36% 32% at 76% 88%, rgba(34, 197, 94, 0.08), transparent 74%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

body[data-color-scheme="calm-wellness"] .hero::before {
  display: none;
}

body[data-color-scheme="calm-wellness"] .hero-shade {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, transparent 24%),
    linear-gradient(0deg, rgba(248, 250, 252, 0.66) 0%, transparent 24%);
}

body[data-color-scheme="calm-wellness"] .hero-center {
  grid-template-columns: minmax(420px, 0.88fr) minmax(430px, 0.94fr);
  gap: clamp(30px, 5vw, 72px);
}

body[data-color-scheme="calm-wellness"] .hero-content {
  max-width: 620px;
}

body[data-color-scheme="calm-wellness"] .hero-grid {
  inset: 96px max(var(--section-x), calc((100% - var(--content-max)) / 2)) 24px 53%;
  z-index: 2;
  display: block;
  border-radius: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 610'%3E%3Cdefs%3E%3ClinearGradient id='area' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop stop-color='%230080ff' stop-opacity='.34'/%3E%3Cstop offset='1' stop-color='%230080ff' stop-opacity='.02'/%3E%3C/linearGradient%3E%3ClinearGradient id='purple' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%230080ff'/%3E%3Cstop offset='1' stop-color='%238b00ff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='590' cy='80' r='76' fill='%238b00ff' fill-opacity='.08'/%3E%3Ccircle cx='110' cy='520' r='94' fill='%230080ff' fill-opacity='.07'/%3E%3Crect x='54' y='46' width='590' height='482' rx='30' fill='white' fill-opacity='.84' stroke='%230080ff' stroke-opacity='.14' stroke-width='2'/%3E%3Crect x='82' y='74' width='198' height='20' rx='10' fill='url(%23purple)'/%3E%3Ccircle cx='583' cy='84' r='7' fill='%2322c55e'/%3E%3Crect x='82' y='124' width='374' height='248' rx='20' fill='%23f8fafc' stroke='%23e2e8f0'/%3E%3Cpath d='M108 326C150 306 172 315 208 276S278 270 316 222 380 220 430 158L430 346H108Z' fill='url(%23area)'/%3E%3Cpath d='M108 326C150 306 172 315 208 276S278 270 316 222 380 220 430 158' fill='none' stroke='%230080ff' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M108 340C154 332 186 322 224 304S294 296 332 264 394 250 430 238' fill='none' stroke='%238b00ff' stroke-width='4' stroke-linecap='round' stroke-dasharray='10 8'/%3E%3Cg fill='%23e2e8f0'%3E%3Crect x='108' y='176' width='322' height='2'/%3E%3Crect x='108' y='232' width='322' height='2'/%3E%3Crect x='108' y='288' width='322' height='2'/%3E%3C/g%3E%3Crect x='478' y='124' width='138' height='112' rx='18' fill='white' stroke='%23e2e8f0'/%3E%3Ccircle cx='547' cy='176' r='31' fill='none' stroke='%23e2e8f0' stroke-width='12'/%3E%3Cpath d='M547 145a31 31 0 0 1 27 46' fill='none' stroke='%230080ff' stroke-width='12' stroke-linecap='round'/%3E%3Cpath d='M574 191a31 31 0 0 1-37 14' fill='none' stroke='%238b00ff' stroke-width='12' stroke-linecap='round'/%3E%3Crect x='478' y='254' width='138' height='118' rx='18' fill='white' stroke='%23e2e8f0'/%3E%3Cg fill='%2322c55e'%3E%3Crect x='500' y='322' width='12' height='28' rx='4' fill-opacity='.28'/%3E%3Crect x='520' y='302' width='12' height='48' rx='4' fill-opacity='.4'/%3E%3Crect x='540' y='310' width='12' height='40' rx='4' fill-opacity='.5'/%3E%3Crect x='560' y='284' width='12' height='66' rx='4' fill-opacity='.72'/%3E%3Crect x='580' y='270' width='12' height='80' rx='4'/%3E%3C/g%3E%3Cg%3E%3Crect x='82' y='398' width='164' height='96' rx='18' fill='white' stroke='%23e2e8f0'/%3E%3Crect x='266' y='398' width='164' height='96' rx='18' fill='white' stroke='%23e2e8f0'/%3E%3Crect x='450' y='398' width='166' height='96' rx='18' fill='white' stroke='%23e2e8f0'/%3E%3Crect x='104' y='420' width='52' height='9' rx='4' fill='%230080ff' fill-opacity='.18'/%3E%3Crect x='288' y='420' width='52' height='9' rx='4' fill='%238b00ff' fill-opacity='.16'/%3E%3Crect x='472' y='420' width='52' height='9' rx='4' fill='%2322c55e' fill-opacity='.18'/%3E%3Crect x='104' y='446' width='90' height='17' rx='7' fill='%230f172a' fill-opacity='.86'/%3E%3Crect x='288' y='446' width='76' height='17' rx='7' fill='%230f172a' fill-opacity='.86'/%3E%3Crect x='472' y='446' width='86' height='17' rx='7' fill='%230f172a' fill-opacity='.86'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 30px 44px rgba(0, 128, 255, 0.12));
  animation: calm-dashboard-float 5.5s ease-in-out infinite;
}

body[data-color-scheme="calm-wellness"] .hero-grid {
  background: url("https://ai.woshipm.com/assets/hero-ai-emblem-transparent-v2.png") center / auto 68% no-repeat;
  filter: drop-shadow(0 22px 36px rgba(0, 128, 255, 0.11));
}

body[data-color-scheme="calm-wellness"] .hero-grid::before,
body[data-color-scheme="calm-wellness"] .hero-grid::after {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(0, 128, 255, 0.14);
  border-radius: 14px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

body[data-color-scheme="calm-wellness"] .hero-grid::before {
  right: 2%;
  bottom: 14%;
  padding: 14px 16px 14px 36px;
  content: "议程与嘉宾 · 持续更新";
  animation: calm-live-pulse 2.4s ease-out infinite;
}

body[data-color-scheme="calm-wellness"] .hero-grid::after {
  top: 12%;
  left: 2%;
  padding: 12px 15px;
  color: #15803d;
  content: "LIVE  内容动态发布";
}

body[data-color-scheme="calm-wellness"] .hero-grid::before,
body[data-color-scheme="calm-wellness"] .hero-grid::after {
  display: none;
}

body[data-color-scheme="calm-wellness"] .hero h1 {
  max-width: 620px;
  font-family: Inter, ui-sans-serif, system-ui, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-style: normal;
  letter-spacing: -0.045em;
  line-height: 1;
}

body[data-color-scheme="calm-wellness"] .hero-title-year {
  padding: 0;
  background: linear-gradient(135deg, #0080ff, #8b00ff);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(78px, 8vw, 116px);
  line-height: 0.94;
  text-shadow: none;
}

body[data-color-scheme="calm-wellness"] .hero-title-main {
  margin-top: 10px;
  color: #0f172a;
  font-size: clamp(50px, 5vw, 72px);
  line-height: 1.04;
}

body[data-color-scheme="calm-wellness"] .hero h1::after {
  width: 108px;
  height: 4px;
  margin-top: 25px;
  background: linear-gradient(90deg, #0080ff, #8b00ff, #22c55e);
  box-shadow: none;
}

body[data-color-scheme="calm-wellness"] .hero-subtitle {
  max-width: 590px;
  margin-top: 24px;
  color: #475569;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.75;
}

body[data-color-scheme="calm-wellness"] .hero-facts {
  gap: 10px;
  margin-top: 26px;
}

body[data-color-scheme="calm-wellness"] .hero-facts span {
  min-height: 38px;
  border: 1px solid rgba(0, 128, 255, 0.12);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 20px rgba(0, 128, 255, 0.07);
  text-shadow: none;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

body[data-color-scheme="calm-wellness"] .hero-facts span::before {
  width: 17px;
  height: 17px;
  background: #0080ff;
  filter: none;
}

body[data-color-scheme="calm-wellness"] .hero-facts span:nth-child(2)::before {
  background: #8b00ff;
}

body[data-color-scheme="calm-wellness"] .hero-facts span:nth-child(3)::before {
  background: #22c55e;
}

body[data-color-scheme="calm-wellness"] .hero-actions {
  gap: 12px;
  margin-top: 28px;
}

body[data-color-scheme="calm-wellness"] .hero-actions .button {
  min-height: 52px;
  padding-inline: 25px;
  font-size: 16px;
  font-weight: 750;
}

body[data-color-scheme="calm-wellness"] .section {
  padding-block: 104px;
}

body[data-color-scheme="calm-wellness"] .section:nth-of-type(even) {
  background: #f8fafc;
}

body[data-color-scheme="calm-wellness"] :is(.theme-section, .highlights-section, .demand-section) {
  background:
    radial-gradient(42% 58% at 100% 0%, rgba(139, 0, 255, 0.07), transparent 72%),
    radial-gradient(36% 52% at 0% 100%, rgba(0, 128, 255, 0.08), transparent 72%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

body[data-color-scheme="calm-wellness"] .section-heading {
  max-width: 1040px;
  margin: 0 auto 46px;
  text-align: center;
}

body[data-color-scheme="calm-wellness"] .section-kicker {
  width: fit-content;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: #0080ff;
  background: rgba(0, 128, 255, 0.08);
  font-size: 12px;
  letter-spacing: 0.08em;
}

body[data-color-scheme="calm-wellness"] .section h2,
body[data-color-scheme="calm-wellness"] .demand-copy h2 {
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

body[data-color-scheme="calm-wellness"] .section-heading p:not(.section-kicker),
body[data-color-scheme="calm-wellness"] .demand-copy p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

body[data-color-scheme="calm-wellness"] :is(
  .pillar,
  .producer-card,
  .guest,
  .ticket,
  .highlight-card,
  .forum-module,
  .forum-session-card,
  .agenda-preview-card,
  .agenda-preview-forum-card,
  .agenda-preview-forum-note,
  .sponsor-contact,
  .gallery-item,
  .agenda-intro,
  .summit-session,
  .summit-break,
  .demand-list li
) {
  border: 1px solid rgba(0, 128, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 28px rgba(0, 128, 255, 0.07);
  backdrop-filter: blur(12px);
}

body[data-color-scheme="calm-wellness"] :is(
  .pillar,
  .ticket,
  .highlight-card,
  .guest.is-clickable,
  .producer-card.is-clickable,
  .forum-session-card
):hover {
  border-color: rgba(0, 128, 255, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 128, 255, 0.13);
  transform: translateY(-4px);
}

body[data-color-scheme="calm-wellness"] .pillar {
  min-height: 220px;
  padding: 30px;
}

body[data-color-scheme="calm-wellness"] :is(.pillar-icon, .highlight-icon) {
  border-radius: 15px;
  background: linear-gradient(135deg, #0080ff, #0066cc);
  box-shadow: 0 12px 25px rgba(0, 128, 255, 0.2);
}

body[data-color-scheme="calm-wellness"] :is(.pillar, .highlight-card):nth-child(2) :is(.pillar-icon, .highlight-icon),
body[data-color-scheme="calm-wellness"] :is(.pillar, .highlight-card):nth-child(5) :is(.pillar-icon, .highlight-icon) {
  background: linear-gradient(135deg, #8b00ff, #6d00cc);
  box-shadow: 0 12px 25px rgba(139, 0, 255, 0.18);
}

body[data-color-scheme="calm-wellness"] :is(.pillar, .highlight-card):nth-child(3n) :is(.pillar-icon, .highlight-icon) {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 12px 25px rgba(34, 197, 94, 0.18);
}

body[data-color-scheme="calm-wellness"] :is(.pillar strong, .guest strong, .ticket strong, .highlight-card h3) {
  color: #0f172a;
}

body[data-color-scheme="calm-wellness"] .agenda-layout {
  gap: 54px;
}

body[data-color-scheme="calm-wellness"] .agenda-intro {
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 0, 255, 0.09), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.84));
}

body[data-color-scheme="calm-wellness"] .agenda-date-card::before,
body[data-color-scheme="calm-wellness"] .ticket.featured::before {
  background: linear-gradient(90deg, #0080ff, #8b00ff, #22c55e);
}

body[data-color-scheme="calm-wellness"] .agenda-date-card span {
  background: linear-gradient(135deg, #0080ff, #8b00ff);
}

body[data-color-scheme="calm-wellness"] .summit-timeline::before {
  background: linear-gradient(180deg, #0080ff, #8b00ff, #22c55e);
}

body[data-color-scheme="calm-wellness"] .producer-card::before {
  background: linear-gradient(90deg, var(--producer-color, #0080ff), transparent);
}

body[data-color-scheme="calm-wellness"] .producer-card::after {
  opacity: 0.65;
}

body[data-color-scheme="calm-wellness"] .guest-avatar,
body[data-color-scheme="calm-wellness"] .producer-avatar {
  border-color: rgba(0, 128, 255, 0.16);
  box-shadow: 0 12px 28px rgba(0, 128, 255, 0.11);
}

body[data-color-scheme="calm-wellness"] .ticket {
  padding: 32px;
}

body[data-color-scheme="calm-wellness"] .ticket.featured {
  border-color: rgba(34, 197, 94, 0.38);
  box-shadow: 0 20px 48px rgba(34, 197, 94, 0.12);
  transform: translateY(-8px);
}

body[data-color-scheme="calm-wellness"] .ticket.featured:hover {
  transform: translateY(-12px);
}

body[data-color-scheme="calm-wellness"] .price {
  color: #0080ff;
}

body[data-color-scheme="calm-wellness"] .partner {
  border: 1px solid rgba(0, 128, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
}

body[data-color-scheme="calm-wellness"] .demand-section {
  align-items: start;
}

body[data-color-scheme="calm-wellness"] .demand-copy {
  position: sticky;
  top: 120px;
}

body[data-color-scheme="calm-wellness"] .demand-copy :is(.section-kicker, p) {
  margin-left: 0;
}

body[data-color-scheme="calm-wellness"] .demand-list li {
  border-left: 4px solid #22c55e;
}

body[data-color-scheme="calm-wellness"] .sponsor-contact-copy > span {
  color: #15803d;
}

body[data-color-scheme="calm-wellness"] .footer {
  border-color: rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  background:
    radial-gradient(circle at 84% 0%, rgba(0, 128, 255, 0.18), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(139, 0, 255, 0.14), transparent 30%),
    var(--footer-background);
}

body[data-color-scheme="calm-wellness"] .footer :is(.footer-brand strong, .footer-qr figcaption) {
  color: #ffffff;
}

body[data-color-scheme="calm-wellness"] .footer-legal {
  border-color: rgba(255, 255, 255, 0.1);
  color: #94a3b8;
}

body[data-color-scheme="calm-wellness"].forum-detail-page {
  background: #f8fafc;
}

body[data-color-scheme="calm-wellness"] .forum-detail-hero {
  background:
    radial-gradient(52% 82% at 92% 20%, rgba(139, 0, 255, 0.1), transparent 70%),
    radial-gradient(46% 70% at 8% 12%, rgba(0, 128, 255, 0.12), transparent 70%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

body[data-color-scheme="calm-wellness"] .forum-detail-hero::before {
  background-image:
    linear-gradient(rgba(0, 128, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 128, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 1;
}

body[data-color-scheme="calm-wellness"] :is(.forum-detail-producer, .forum-detail-speaker, .forum-detail-link-grid a) {
  border: 1px solid rgba(0, 128, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 30px rgba(0, 128, 255, 0.08);
}

@media (min-width: 761px) and (max-width: 1120px) {
  body[data-color-scheme="calm-wellness"] .topbar {
    gap: 10px;
  }

  body[data-color-scheme="calm-wellness"] .brand-logo {
    width: 176px;
  }

  body[data-color-scheme="calm-wellness"] .nav {
    gap: 2px;
  }

  body[data-color-scheme="calm-wellness"] .nav a {
    padding-inline: 8px;
    font-size: 13px;
  }

  body[data-color-scheme="calm-wellness"] .hero-center {
    grid-template-columns: minmax(380px, 0.9fr) minmax(330px, 0.75fr);
    gap: 24px;
  }

  body[data-color-scheme="calm-wellness"] .hero-grid {
    left: 53%;
  }

  body[data-color-scheme="calm-wellness"] .hero-title-year {
    font-size: clamp(70px, 9vw, 90px);
  }

  body[data-color-scheme="calm-wellness"] .hero-title-main {
    font-size: clamp(44px, 5.5vw, 58px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-color-scheme="calm-wellness"] .hero-grid,
  body[data-color-scheme="calm-wellness"] .hero-grid::before {
    animation: none;
  }
}

/* Bold visual themes: scoped so the original three themes remain unchanged. */
@keyframes visual-theme-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.5deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(0.8deg);
  }
}

@keyframes visual-theme-scan {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(110%);
  }
}

body[data-color-scheme="playful-clay"] {
  background: #fff9f5;
}

body[data-color-scheme="playful-clay"] .topbar {
  border: 3px solid var(--ink);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 7px 7px 0 var(--ink);
  backdrop-filter: blur(16px);
}

body[data-color-scheme="playful-clay"] .topbar.is-scrolled {
  border-color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  transform: translate(2px, 2px);
}

body[data-color-scheme="playful-clay"] .nav a:hover,
body[data-color-scheme="playful-clay"] .nav a.is-active {
  color: var(--ink);
  background: #e6e6fa;
  box-shadow: inset 0 0 0 2px var(--ink);
}

body[data-color-scheme="playful-clay"] .nav-cta,
body[data-color-scheme="playful-clay"] .button.primary {
  border: 3px solid var(--ink);
  border-radius: 16px;
  color: var(--ink);
  background: #98ff98;
  box-shadow: 5px 5px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .button.secondary {
  border: 3px solid var(--ink);
  border-radius: 16px;
  color: var(--ink);
  background: #add8e6;
  box-shadow: 5px 5px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .button:hover,
body[data-color-scheme="playful-clay"] .nav-cta:hover {
  box-shadow: 3px 3px 0 var(--ink);
  transform: translate(2px, 2px);
}

body[data-color-scheme="playful-clay"] .hero {
  min-height: min(880px, calc(100svh - 28px));
  background:
    radial-gradient(circle at 83% 18%, rgba(152, 255, 152, 0.7) 0 86px, transparent 88px),
    radial-gradient(circle at 72% 82%, rgba(230, 230, 250, 0.9) 0 120px, transparent 122px),
    linear-gradient(135deg, #fff9f5 0%, #fff4ea 56%, #edf7fb 100%);
}

body[data-color-scheme="playful-clay"] .hero::before {
  display: none;
}

body[data-color-scheme="playful-clay"] .hero-shade {
  background:
    radial-gradient(circle at 6% 88%, rgba(253, 188, 180, 0.38) 0 90px, transparent 92px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 24%);
}

body[data-color-scheme="playful-clay"] .hero-grid {
  inset: 110px max(var(--section-x), calc((100% - var(--content-max)) / 2)) 48px 50%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 680 620'%3E%3Cg stroke='%23243044' stroke-width='8' stroke-linejoin='round'%3E%3Crect x='84' y='82' width='430' height='268' rx='42' fill='%23fffdf8'/%3E%3Crect x='124' y='125' width='252' height='34' rx='17' fill='%23fdbcb4'/%3E%3Crect x='124' y='184' width='332' height='24' rx='12' fill='%23add8e6'/%3E%3Crect x='124' y='232' width='224' height='72' rx='24' fill='%2398ff98'/%3E%3Ccircle cx='538' cy='104' r='58' fill='%23e6e6fa'/%3E%3Cpath d='M538 70l10 22 24 3-18 17 5 24-21-12-22 12 5-24-18-17 25-3z' fill='%23ffc857'/%3E%3Crect x='196' y='388' width='386' height='162' rx='36' fill='%23add8e6' transform='rotate(4 389 469)'/%3E%3Ccircle cx='260' cy='459' r='39' fill='%23fdbcb4'/%3E%3Crect x='324' y='427' width='198' height='26' rx='13' fill='%23fffdf8'/%3E%3Crect x='324' y='474' width='142' height='26' rx='13' fill='%2398ff98'/%3E%3C/g%3E%3Ccircle cx='88' cy='418' r='34' fill='%23e6e6fa' stroke='%23243044' stroke-width='8'/%3E%3C/svg%3E") center / contain no-repeat;
  animation: visual-theme-float 6s ease-in-out infinite;
}

body[data-color-scheme="playful-clay"] .hero-center {
  grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 0.85fr);
}

body[data-color-scheme="playful-clay"] .hero h1 {
  color: var(--ink);
  font-style: normal;
}

body[data-color-scheme="playful-clay"] .hero-title-year {
  color: var(--ink);
  background: none;
  -webkit-text-fill-color: var(--ink);
  text-shadow: 5px 5px 0 #fdbcb4;
}

body[data-color-scheme="playful-clay"] .hero-title-main {
  color: var(--ink);
}

body[data-color-scheme="playful-clay"] .hero h1::after {
  width: 180px;
  height: 18px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: linear-gradient(90deg, #fdbcb4 0 33%, #add8e6 33% 66%, #98ff98 66%);
  box-shadow: 4px 4px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .hero-facts span {
  min-height: 40px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 253, 248, 0.9);
  text-shadow: none;
  box-shadow: 3px 3px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .hero-facts span::before {
  filter: none;
}

body[data-color-scheme="playful-clay"] .section {
  background: #fffdf8;
}

body[data-color-scheme="playful-clay"] .section.muted,
body[data-color-scheme="playful-clay"] .tickets-section {
  background: #edf7fb;
}

body[data-color-scheme="playful-clay"] .theme-section,
body[data-color-scheme="playful-clay"] .highlights-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(152, 255, 152, 0.45) 0 74px, transparent 76px),
    linear-gradient(180deg, #fffdf8, #fff4ea);
}

body[data-color-scheme="playful-clay"] .demand-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(230, 230, 250, 0.8) 0 90px, transparent 92px),
    linear-gradient(135deg, #fff4ea, #edf7fb);
}

body[data-color-scheme="playful-clay"] .section-kicker {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--ink);
  background: #98ff98;
  box-shadow: 3px 3px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .section h2,
body[data-color-scheme="playful-clay"] .demand-copy h2 {
  font-family: "Smiley Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(42px, 4vw, 58px);
  font-style: normal;
}

body[data-color-scheme="playful-clay"] :is(
  .pillar,
  .producer-card,
  .guest,
  .ticket,
  .highlight-card,
  .forum-module,
  .forum-session-card,
  .agenda-preview-card,
  .agenda-preview-forum-card,
  .agenda-preview-forum-note,
  .sponsor-contact,
  .gallery-item,
  .agenda-intro,
  .summit-session,
  .summit-break,
  .demand-list li
) {
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 7px 7px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] :is(.pillar, .ticket, .highlight-card):nth-child(3n + 1) {
  background: #fff0f2;
}

body[data-color-scheme="playful-clay"] :is(.pillar, .ticket, .highlight-card):nth-child(3n + 2) {
  background: #edf7fb;
}

body[data-color-scheme="playful-clay"] :is(.pillar, .ticket, .highlight-card):nth-child(3n) {
  background: #f4f0ff;
}

body[data-color-scheme="playful-clay"] :is(.pillar, .ticket, .highlight-card, .guest.is-clickable, .producer-card.is-clickable):hover {
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transform: translate(3px, 3px);
}

body[data-color-scheme="playful-clay"] :is(.pillar-icon, .highlight-icon) {
  border: 3px solid var(--ink);
  border-radius: 18px;
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .producer-card::before {
  height: 9px;
  border-bottom: 3px solid var(--ink);
}

body[data-color-scheme="playful-clay"] .producer-card::after {
  border: 3px solid var(--ink);
  background: #e6e6fa;
  opacity: 1;
}

body[data-color-scheme="playful-clay"] .producer-card-head span,
body[data-color-scheme="playful-clay"] .producer-time {
  border: 2px solid var(--ink);
  color: var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .producer-person,
body[data-color-scheme="playful-clay"] .forum-detail-topic {
  border-color: var(--ink);
}

body[data-color-scheme="playful-clay"] .guest-avatar,
body[data-color-scheme="playful-clay"] .producer-avatar {
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .partner {
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .sponsor-qr,
body[data-color-scheme="playful-clay"] .footer-qr-box {
  border: 2px solid var(--ink);
  border-radius: 18px;
}

body[data-color-scheme="playful-clay"] .footer {
  border-top: 3px solid var(--ink);
  color: #dce3ef;
  background: #243044;
}

body[data-color-scheme="playful-clay"] .footer :is(.footer-brand strong, .footer-qr figcaption) {
  color: #fff;
}

body[data-color-scheme="playful-clay"] .footer-legal {
  border-color: rgba(255, 255, 255, 0.18);
  color: #aeb9cb;
}

body[data-color-scheme="playful-clay"].forum-detail-page {
  background: #fff9f5;
}

body[data-color-scheme="playful-clay"] .forum-detail-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(152, 255, 152, 0.72) 0 92px, transparent 94px),
    linear-gradient(135deg, #fff4ea, #edf7fb);
}

body[data-color-scheme="playful-clay"] .forum-detail-hero::before {
  background-image:
    radial-gradient(#243044 1.5px, transparent 1.5px),
    none;
  background-size: 24px 24px;
  opacity: 0.16;
}

body[data-color-scheme="playful-clay"] :is(.forum-detail-producer, .forum-detail-speaker, .forum-detail-link-grid a) {
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 7px 7px 0 var(--ink);
}

body[data-color-scheme="playful-clay"] .forum-detail-producer {
  border-top: 9px solid var(--blue);
}

body[data-color-scheme="playful-clay"] .forum-detail-outline {
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: #edf7fb;
}

body[data-color-scheme="playful-clay"] .forum-detail-speakers-section,
body[data-color-scheme="playful-clay"] .forum-detail-more {
  background: #fffdf8;
}

body[data-color-scheme="cyberpunk-neon"] {
  background: #060815;
}

body[data-color-scheme="cyberpunk-neon"] .topbar {
  border: 1px solid rgba(0, 245, 255, 0.58);
  border-radius: 8px;
  background: rgba(6, 8, 21, 0.86);
  box-shadow: 0 0 0 1px rgba(255, 43, 214, 0.18), 0 0 28px rgba(0, 245, 255, 0.12);
  backdrop-filter: blur(18px) saturate(1.2);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

body[data-color-scheme="cyberpunk-neon"] .brand {
  border-radius: 4px;
  padding: 4px 10px;
  background: #fff;
}

body[data-color-scheme="cyberpunk-neon"] .nav a {
  border-radius: 3px;
  color: #c5cee0;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  text-transform: uppercase;
}

body[data-color-scheme="cyberpunk-neon"] .nav a:hover,
body[data-color-scheme="cyberpunk-neon"] .nav a.is-active {
  color: #060815;
  background: #00f5ff;
  box-shadow: 0 0 18px rgba(0, 245, 255, 0.42);
}

body[data-color-scheme="cyberpunk-neon"] .nav-cta,
body[data-color-scheme="cyberpunk-neon"] .button.primary {
  border: 1px solid #b7ff00;
  border-radius: 3px;
  color: #071000;
  background: #b7ff00;
  box-shadow: 0 0 20px rgba(183, 255, 0, 0.34);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

body[data-color-scheme="cyberpunk-neon"] .button.secondary {
  border: 1px solid #00f5ff;
  border-radius: 3px;
  color: #00f5ff;
  background: rgba(0, 245, 255, 0.06);
  box-shadow: inset 0 0 18px rgba(0, 245, 255, 0.06);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

body[data-color-scheme="cyberpunk-neon"] .button:hover,
body[data-color-scheme="cyberpunk-neon"] .nav-cta:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

body[data-color-scheme="cyberpunk-neon"] .hero {
  min-height: min(900px, calc(100svh - 18px));
  background:
    radial-gradient(circle at 78% 32%, rgba(139, 92, 246, 0.2), transparent 25%),
    radial-gradient(circle at 90% 78%, rgba(255, 43, 214, 0.16), transparent 24%),
    linear-gradient(135deg, #050711 0%, #070b19 54%, #0b1022 100%);
}

body[data-color-scheme="cyberpunk-neon"] .hero::before {
  display: none;
}

body[data-color-scheme="cyberpunk-neon"] .hero-grid {
  inset: 96px max(var(--section-x), calc((100% - var(--content-max)) / 2)) 36px 48%;
  display: block;
  opacity: 0.94;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 650'%3E%3Cg fill='none'%3E%3Ccircle cx='418' cy='306' r='214' stroke='%2300f5ff' stroke-width='2' opacity='.7'/%3E%3Ccircle cx='418' cy='306' r='154' stroke='%23ff2bd6' stroke-width='6' stroke-dasharray='16 24' opacity='.75'/%3E%3Ccircle cx='418' cy='306' r='96' stroke='%23b7ff00' stroke-width='3' stroke-dasharray='4 14'/%3E%3Cpath d='M76 142h210l52 52h194l76 76M72 468h192l62-64h282M418 42v530M128 86l92 92M598 94l-88 88M112 548l114-114' stroke='%2300f5ff' stroke-width='3' opacity='.64'/%3E%3Cpath d='M80 144h136M74 468h134M532 270h76' stroke='%23b7ff00' stroke-width='8'/%3E%3Cpath d='M306 178h228l34 34v112H306z' fill='%230d1227' stroke='%23ff2bd6' stroke-width='3'/%3E%3Cpath d='M340 226h172M340 264h112M340 302h146' stroke='%2300f5ff' stroke-width='8'/%3E%3C/g%3E%3Cg fill='%23b7ff00'%3E%3Ccircle cx='76' cy='142' r='9'/%3E%3Ccircle cx='74' cy='468' r='9'/%3E%3Ccircle cx='608' cy='270' r='9'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat,
    linear-gradient(rgba(0, 245, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 245, 255, 0.08) 1px, transparent 1px);
  background-size: contain, 36px 36px, 36px 36px;
  filter: drop-shadow(0 0 18px rgba(0, 245, 255, 0.18));
  animation: visual-theme-float 8s ease-in-out infinite;
}

body[data-color-scheme="cyberpunk-neon"] .hero-shade {
  overflow: hidden;
  background:
    repeating-linear-gradient(180deg, transparent 0 5px, rgba(0, 245, 255, 0.018) 6px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 20%, rgba(0, 0, 0, 0.24));
}

body[data-color-scheme="cyberpunk-neon"] .hero-shade::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 0%, rgba(0, 245, 255, 0.1) 49%, rgba(0, 245, 255, 0.34) 50%, transparent 52%);
  animation: visual-theme-scan 8s linear infinite;
}

body[data-color-scheme="cyberpunk-neon"] .hero-center {
  grid-template-columns: minmax(420px, 0.94fr) minmax(380px, 0.86fr);
}

body[data-color-scheme="cyberpunk-neon"] .hero h1 {
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-style: normal;
  letter-spacing: -0.045em;
}

body[data-color-scheme="cyberpunk-neon"] .hero-title-year {
  background: linear-gradient(90deg, #00f5ff, #b7ff00 54%, #00f5ff);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 0 28px rgba(0, 245, 255, 0.34);
}

body[data-color-scheme="cyberpunk-neon"] .hero-title-main {
  color: #f5f7ff;
  text-shadow: 4px 4px 0 rgba(255, 43, 214, 0.48);
}

body[data-color-scheme="cyberpunk-neon"] .hero h1::after {
  width: 238px;
  height: 3px;
  border-radius: 0;
  background: linear-gradient(90deg, #00f5ff 0 34%, transparent 34% 38%, #b7ff00 38% 72%, transparent 72% 76%, #ff2bd6 76%);
  box-shadow: 0 0 18px rgba(0, 245, 255, 0.46);
}

body[data-color-scheme="cyberpunk-neon"] .hero-subtitle {
  color: #c5cee0;
}

body[data-color-scheme="cyberpunk-neon"] .hero-facts span {
  min-height: 38px;
  border: 1px solid rgba(0, 245, 255, 0.48);
  border-radius: 3px;
  padding: 0 13px;
  color: #e8edff;
  background: rgba(6, 8, 21, 0.66);
  text-shadow: none;
  box-shadow: inset 0 0 16px rgba(0, 245, 255, 0.05);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

body[data-color-scheme="cyberpunk-neon"] .hero-facts span::before {
  filter: drop-shadow(0 0 7px rgba(0, 245, 255, 0.7));
}

body[data-color-scheme="cyberpunk-neon"] .section {
  background: #0b1020;
}

body[data-color-scheme="cyberpunk-neon"] .section.muted,
body[data-color-scheme="cyberpunk-neon"] .tickets-section {
  background: #060815;
}

body[data-color-scheme="cyberpunk-neon"] .theme-section,
body[data-color-scheme="cyberpunk-neon"] .highlights-section,
body[data-color-scheme="cyberpunk-neon"] .demand-section {
  background:
    linear-gradient(rgba(0, 245, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 245, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 86% 12%, rgba(255, 43, 214, 0.12), transparent 28%),
    #080d1d;
  background-size: 40px 40px, 40px 40px, auto, auto;
}

body[data-color-scheme="cyberpunk-neon"] .section-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-left: 3px solid #b7ff00;
  padding: 0 0 0 10px;
  color: #b7ff00;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.08em;
}

body[data-color-scheme="cyberpunk-neon"] .section h2,
body[data-color-scheme="cyberpunk-neon"] .demand-copy h2 {
  color: #f5f7ff;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: clamp(42px, 4vw, 58px);
  letter-spacing: -0.04em;
}

body[data-color-scheme="cyberpunk-neon"] :is(
  .pillar,
  .producer-card,
  .guest,
  .ticket,
  .highlight-card,
  .forum-module,
  .forum-session-card,
  .agenda-preview-card,
  .agenda-preview-forum-card,
  .agenda-preview-forum-note,
  .sponsor-contact,
  .agenda-intro,
  .summit-session,
  .summit-break,
  .demand-list li
) {
  border: 1px solid rgba(0, 245, 255, 0.32);
  border-radius: 4px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(0, 245, 255, 0.045), transparent 34%),
    rgba(13, 18, 39, 0.94);
  box-shadow: 0 0 0 1px rgba(255, 43, 214, 0.06), 0 18px 44px rgba(0, 0, 0, 0.38);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

body[data-color-scheme="cyberpunk-neon"] :is(.pillar, .ticket, .highlight-card, .guest.is-clickable, .producer-card.is-clickable):hover {
  border-color: rgba(183, 255, 0, 0.72);
  box-shadow: 0 0 22px rgba(183, 255, 0, 0.1), 0 20px 48px rgba(0, 0, 0, 0.48);
  transform: translateY(-4px);
}

body[data-color-scheme="cyberpunk-neon"] :is(.pillar-icon, .highlight-icon) {
  border: 1px solid #00f5ff;
  border-radius: 3px;
  color: #071000;
  background: #b7ff00;
  box-shadow: 0 0 20px rgba(183, 255, 0, 0.2);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

body[data-color-scheme="cyberpunk-neon"] .producer-card::before {
  height: 3px;
  box-shadow: 0 0 14px var(--producer-accent);
}

body[data-color-scheme="cyberpunk-neon"] .producer-card::after {
  border-color: rgba(0, 245, 255, 0.34);
  border-radius: 0;
  opacity: 0.7;
  box-shadow: 0 0 12px rgba(0, 245, 255, 0.12);
}

body[data-color-scheme="cyberpunk-neon"] .producer-card-head span {
  border-radius: 2px;
  color: #060815;
  box-shadow: 0 0 14px color-mix(in srgb, var(--producer-accent) 54%, transparent);
}

body[data-color-scheme="cyberpunk-neon"] .producer-time {
  border-color: rgba(0, 245, 255, 0.46);
  border-radius: 2px;
  color: #00f5ff;
  background: rgba(0, 245, 255, 0.06);
}

body[data-color-scheme="cyberpunk-neon"] :is(.producer-person, .forum-detail-topic) {
  border-color: rgba(0, 245, 255, 0.2);
}

body[data-color-scheme="cyberpunk-neon"] :is(.guest-avatar, .producer-avatar) {
  border-color: #00f5ff;
  box-shadow: 0 0 22px rgba(0, 245, 255, 0.18);
}

body[data-color-scheme="cyberpunk-neon"] .ticket.featured {
  border-color: #b7ff00;
  box-shadow: 0 0 24px rgba(183, 255, 0, 0.12);
}

body[data-color-scheme="cyberpunk-neon"] .price {
  color: #b7ff00;
  text-shadow: 0 0 18px rgba(183, 255, 0, 0.22);
}

body[data-color-scheme="cyberpunk-neon"] .partner {
  border: 1px solid rgba(0, 245, 255, 0.38);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 245, 255, 0.09);
}

body[data-color-scheme="cyberpunk-neon"] .partner strong {
  color: #111827;
}

body[data-color-scheme="cyberpunk-neon"] :is(.sponsor-qr, .footer-qr-box) {
  border-color: rgba(0, 245, 255, 0.48);
  border-radius: 3px;
  background: #fff;
}

body[data-color-scheme="cyberpunk-neon"] .footer {
  border-top: 1px solid rgba(0, 245, 255, 0.32);
  color: #9ca9c1;
  background:
    linear-gradient(rgba(0, 245, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 245, 255, 0.035) 1px, transparent 1px),
    #050711;
  background-size: 42px 42px;
}

body[data-color-scheme="cyberpunk-neon"] .footer :is(.footer-brand strong, .footer-qr figcaption) {
  color: #f5f7ff;
}

body[data-color-scheme="cyberpunk-neon"] .footer-legal {
  border-color: rgba(0, 245, 255, 0.16);
}

body[data-color-scheme="cyberpunk-neon"].forum-detail-page {
  background: #060815;
}

body[data-color-scheme="cyberpunk-neon"] .forum-detail-hero {
  background:
    linear-gradient(rgba(0, 245, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 245, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 84% 22%, rgba(255, 43, 214, 0.16), transparent 26%),
    #070913;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

body[data-color-scheme="cyberpunk-neon"] .forum-detail-hero::before {
  display: none;
}

body[data-color-scheme="cyberpunk-neon"] .forum-detail-hero h1 {
  color: #f5f7ff;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  text-shadow: 4px 4px 0 rgba(255, 43, 214, 0.42);
}

body[data-color-scheme="cyberpunk-neon"] :is(.forum-detail-producer, .forum-detail-speaker, .forum-detail-link-grid a) {
  border: 1px solid rgba(0, 245, 255, 0.38);
  border-radius: 3px;
  background: rgba(13, 18, 39, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

body[data-color-scheme="cyberpunk-neon"] .forum-detail-producer {
  border-top: 4px solid #00f5ff;
  box-shadow: 0 0 26px rgba(0, 245, 255, 0.1);
}

body[data-color-scheme="cyberpunk-neon"] .forum-detail-outline {
  border: 1px solid rgba(183, 255, 0, 0.34);
  border-radius: 2px;
  background: rgba(183, 255, 0, 0.045);
}

body[data-color-scheme="cyberpunk-neon"] .forum-detail-speakers-section,
body[data-color-scheme="cyberpunk-neon"] .forum-detail-more {
  background: #0b1020;
}

body[data-color-scheme="cyberpunk-neon"] .forum-detail-back {
  border-color: #00f5ff;
  border-radius: 2px;
  color: #00f5ff;
  background: rgba(0, 245, 255, 0.06);
}

body[data-color-scheme="playful-clay"] :is(a, button):focus-visible {
  outline: 4px solid rgba(51, 135, 198, 0.34);
  outline-offset: 4px;
}

body[data-color-scheme="cyberpunk-neon"] :is(a, button):focus-visible {
  outline: 2px solid #b7ff00;
  outline-offset: 4px;
  box-shadow: 0 0 18px rgba(183, 255, 0, 0.38);
}

@media (max-width: 1180px) {
  body[data-color-scheme="playful-clay"] .hero-grid,
  body[data-color-scheme="cyberpunk-neon"] .hero-grid {
    left: 54%;
  }
}

@media (max-width: 980px) {
  body[data-color-scheme="playful-clay"] .hero-center,
  body[data-color-scheme="cyberpunk-neon"] .hero-center {
    grid-template-columns: 1fr;
  }

  body[data-color-scheme="playful-clay"] .hero-grid {
    inset: 190px -8% 24px 48%;
    opacity: 0.34;
  }

  body[data-color-scheme="cyberpunk-neon"] .hero-grid {
    inset: 150px -14% 18px 42%;
    opacity: 0.28;
  }

  body[data-color-scheme="playful-clay"] .hero-content,
  body[data-color-scheme="cyberpunk-neon"] .hero-content {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .guest-library-toolbar,
  .guest-library-toolbar-actions,
  .guest-library-modal-head {
    align-items: stretch;
    flex-direction: column;
  }

  .guest-library-search {
    width: 100%;
  }

  .guest-library-modal {
    align-items: end;
    padding: 12px;
  }

  .guest-library-modal-card {
    max-height: calc(100vh - 24px);
    border-radius: 18px;
    padding: 18px;
  }

  .guest-library-modal-head > button {
    position: absolute;
    top: 22px;
    right: 22px;
  }

  .guest-library-modal-head > div {
    padding-right: 72px;
  }

  .guest-library-modal .image-upload-field {
    grid-template-columns: 1fr;
  }

  .guest-library-grid {
    grid-template-columns: 1fr;
  }

  .guest-library-card-main,
  .guest-library-heading {
    align-items: flex-start;
  }

  body[data-color-scheme="playful-clay"].forum-detail-page .topbar {
    border-radius: 18px;
  }

  body[data-color-scheme="cyberpunk-neon"].forum-detail-page .topbar {
    clip-path: none;
  }

  body[data-color-scheme="playful-clay"] .forum-detail-hero h1,
  body[data-color-scheme="cyberpunk-neon"] .forum-detail-hero h1 {
    font-size: 42px;
  }

  body[data-color-scheme="playful-clay"] :is(.forum-detail-producer, .forum-detail-speaker, .forum-detail-link-grid a) {
    box-shadow: 5px 5px 0 var(--ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-color-scheme="playful-clay"] .hero-grid,
  body[data-color-scheme="cyberpunk-neon"] .hero-grid,
  body[data-color-scheme="cyberpunk-neon"] .hero-shade::after {
    animation: none !important;
  }

  body[data-color-scheme="playful-clay"] *,
  body[data-color-scheme="cyberpunk-neon"] * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
