
    .workbench-event-page {
      --ink: #292654;
      --ink-soft: #575378;
      --purple: #6f5ce7;
      --purple-deep: #3c348d;
      --lavender: #dcd7ff;
      --lavender-soft: #f0edff;
      --cream: #fffaf2;
      --warm-white: #fffcf8;
      --orange: #f4a261;
      --line: rgba(88, 74, 176, 0.18);
      --shadow: 0 24px 70px rgba(56, 46, 126, 0.13);
      --radius-lg: 34px;
      --radius-md: 24px;
      --page: 1240px;
    }

    .workbench-event-page * {
      box-sizing: border-box;
    }

    .workbench-event-page {
      scroll-behavior: smooth;
    }

    .workbench-event-page {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 8% 14%, rgba(169, 151, 255, 0.20), transparent 28rem),
        linear-gradient(180deg, #eeeaf8 0%, #f7f4fb 30%, #ece8f7 100%);
      font-family:
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei",
        "Noto Sans SC",
        sans-serif;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    .workbench-event-page img {
      display: block;
      max-width: 100%;
    }

    .workbench-event-page a {
      color: inherit;
    }

    .workbench-event-page .page {
      position: relative;
      width: min(100%, 1500px);
      margin: 0 auto;
      overflow: hidden;
      background:
        radial-gradient(circle at 90% 27%, rgba(154, 136, 244, 0.14), transparent 29rem),
        radial-gradient(circle at 8% 67%, rgba(177, 164, 245, 0.13), transparent 27rem),
        radial-gradient(circle at 83% 91%, rgba(132, 112, 226, 0.10), transparent 24rem),
        linear-gradient(rgba(116, 98, 218, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 98, 218, 0.045) 1px, transparent 1px),
        linear-gradient(
          180deg,
          var(--cream) 0%,
          #fbf7f3 19%,
          #f7f3ff 42%,
          #f0ecfb 67%,
          #e9e5f4 100%
        );
      background-size: auto, auto, auto, 34px 34px, 34px 34px, 100% 100%;
      box-shadow: 0 32px 100px rgba(49, 39, 113, 0.14);
    }

    .workbench-event-page .shell {
      width: min(calc(100% - 80px), var(--page));
      margin-inline: auto;
    }

    .workbench-event-page .pixel {
      position: absolute;
      pointer-events: none;
      user-select: none;
    }

    .workbench-event-page .page-decor {
      z-index: 0;
      opacity: 0.07;
      filter: saturate(0.78);
      mix-blend-mode: multiply;
    }

    .workbench-event-page .capabilities > .shell,
    .workbench-event-page .agenda > .shell,
    .workbench-event-page .join > .shell {
      position: relative;
      z-index: 1;
    }

    .workbench-event-page .hero {
      position: relative;
      min-height: 760px;
      display: flex;
      align-items: center;
      isolation: isolate;
      background-color: #fcf8f1;
      background-image:
        linear-gradient(
          90deg,
          rgba(255, 251, 244, 1) 0%,
          rgba(255, 251, 244, 0.98) 29%,
          rgba(255, 251, 244, 0.62) 49%,
          rgba(255, 251, 244, 0.02) 76%
        ),
        url("/assets/marketing/events/workbench-workshop-20260919/workbench-70fd208ddf70.jpg");
      background-repeat: no-repeat;
      background-position: center, center;
      background-size: cover, cover;
    }

    .workbench-event-page .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 170px;
      z-index: -1;
      background: linear-gradient(180deg, rgba(252, 248, 241, 0), #fbf8f3);
    }

    .workbench-event-page .hero-copy {
      width: min(690px, 58%);
      padding: 92px 0 120px;
    }

    .workbench-event-page .hero-copy .hero-brand-link {
      display: block;
      width: 258px;
      margin-bottom: 62px;
      border-radius: 10px;
      text-decoration: none;
    }

    .workbench-event-page .hero-copy .hero-brand-link:focus-visible {
      outline: 3px solid rgba(111, 92, 231, 0.42);
      outline-offset: 8px;
    }

    .workbench-event-page .hero-copy .hero-brand-link .brand {
      width: 100%;
      margin: 0;
    }

    .workbench-event-page .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: var(--purple);
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    .workbench-event-page .eyebrow::before {
      content: "";
      width: 34px;
      height: 5px;
      border-radius: 999px;
      background: var(--orange);
    }

    .workbench-event-page h1,
    .workbench-event-page h2,
    .workbench-event-page h3,
    .workbench-event-page p {
      margin-top: 0;
    }

    .workbench-event-page h1 {
      max-width: 680px;
      margin-bottom: 24px;
      color: #34318b;
      font-size: clamp(58px, 5.9vw, 92px);
      line-height: 0.99;
      letter-spacing: -0.055em;
      font-weight: 900;
    }

    .workbench-event-page h1 .latin {
      display: block;
      margin-top: 15px;
      font-size: 0.86em;
      letter-spacing: -0.035em;
    }

    .workbench-event-page .hero-lead {
      max-width: 610px;
      margin-bottom: 34px;
      color: #4f4b73;
      font-size: clamp(20px, 2vw, 28px);
      line-height: 1.55;
      font-weight: 650;
    }

    .workbench-event-page .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .workbench-event-page .meta-pill {
      display: inline-flex;
      align-items: center;
      min-height: 48px;
      padding: 10px 17px;
      border: 1px solid rgba(105, 88, 221, 0.22);
      border-radius: 999px;
      color: #3f3b87;
      background: rgba(255, 255, 255, 0.76);
      box-shadow: 0 8px 24px rgba(54, 44, 126, 0.08);
      backdrop-filter: blur(10px);
      font-size: 17px;
      line-height: 1.35;
      font-weight: 700;
    }

    .workbench-event-page .event-facts {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.05fr 1.25fr 0.8fr;
      gap: 20px;
      margin-top: -72px;
    }

    .workbench-event-page .fact {
      min-height: 182px;
      padding: 28px 30px;
      border: 1px solid rgba(99, 83, 193, 0.12);
      border-radius: var(--radius-md);
      background: rgba(255, 255, 255, 0.92);
      box-shadow: var(--shadow);
    }

    .workbench-event-page .fact-label {
      margin-bottom: 14px;
      color: #8b87a7;
      font-size: 15px;
      font-weight: 750;
      letter-spacing: 0.08em;
    }

    .workbench-event-page .fact-value {
      margin: 0;
      color: var(--ink);
      font-size: 20px;
      line-height: 1.65;
      font-weight: 720;
    }

    .workbench-event-page .partners {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
    }

    .workbench-event-page .partners img:first-child {
      width: 190px;
    }

    .workbench-event-page .partners img:last-child {
      width: 220px;
    }

    .workbench-event-page .partner-divider {
      width: 190px;
      height: 1px;
      background: linear-gradient(90deg, var(--line), rgba(99, 83, 193, 0.42), var(--line));
    }

    .workbench-event-page .section-kicker {
      margin-bottom: 12px;
      color: var(--purple);
      font-size: 15px;
      font-weight: 850;
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }

    .workbench-event-page .section-heading h2 {
      margin-bottom: 0;
      color: var(--ink);
      font-size: clamp(40px, 4.2vw, 62px);
      line-height: 1.1;
      letter-spacing: -0.045em;
      font-weight: 900;
    }

    .workbench-event-page .capabilities {
      position: relative;
      isolation: isolate;
      padding: 92px 0 64px;
    }

    .workbench-event-page .capabilities-corner-decor {
      width: 330px;
      left: 50%;
      top: 48px;
      transform: translateX(-50%) rotate(-7deg);
    }

    .workbench-event-page .section-heading {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
      gap: 70px;
      align-items: end;
      margin-bottom: 48px;
    }

    .workbench-event-page .section-heading > p {
      margin-bottom: 3px;
      color: var(--ink-soft);
      font-size: 19px;
      line-height: 1.75;
    }

    .workbench-event-page .capability-accordion {
      overflow: hidden;
      border: 1px solid rgba(92, 77, 178, 0.16);
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, 0.88);
      box-shadow: 0 26px 70px rgba(56, 46, 126, 0.11);
    }

    .workbench-event-page .capability-item + .capability-item {
      border-top: 1px solid rgba(92, 77, 178, 0.14);
    }

    .workbench-event-page .capability-trigger {
      position: relative;
      display: grid;
      grid-template-columns: 56px minmax(0, 1fr) auto;
      align-items: center;
      gap: 22px;
      width: 100%;
      min-height: 112px;
      padding: 22px 30px;
      border: 0;
      color: var(--ink);
      background: rgba(255, 255, 255, 0.76);
      font: inherit;
      text-align: left;
      cursor: pointer;
      transition:
        color 180ms ease,
        background 180ms ease;
    }

    .workbench-event-page .capability-trigger:hover {
      background: #f4f1ff;
    }

    .workbench-event-page .capability-trigger:focus-visible {
      z-index: 2;
      outline: 3px solid rgba(113, 96, 211, 0.72);
      outline-offset: -5px;
    }

    .workbench-event-page .capability-item.is-open .capability-trigger {
      color: #fff;
      background:
        linear-gradient(90deg, #3b318b 0%, #5d4bc3 72%, #6958cf 100%);
    }

    .workbench-event-page .capability-index {
      position: relative;
      display: flex;
      align-self: stretch;
      align-items: center;
      width: auto;
      color: #7569c9;
      background: transparent;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.14em;
    }

    .workbench-event-page .capability-index::after {
      content: "";
      position: absolute;
      top: 23%;
      right: 0;
      width: 1px;
      height: 54%;
      background: rgba(92, 77, 178, 0.24);
    }

    .workbench-event-page .capability-item.is-open .capability-index {
      color: #e2ddff;
      background: transparent;
    }

    .workbench-event-page .capability-item.is-open .capability-index::after {
      background: rgba(255, 255, 255, 0.30);
    }

    .workbench-event-page .capability-trigger-copy {
      min-width: 0;
    }

    .workbench-event-page .capability-trigger-kicker,
    .workbench-event-page .capability-trigger-title {
      display: block;
    }

    .workbench-event-page .capability-trigger-kicker {
      margin-bottom: 6px;
      color: #8d86c5;
      font-size: 13px;
      font-weight: 850;
      letter-spacing: 0.10em;
    }

    .workbench-event-page .capability-item.is-open .capability-trigger-kicker {
      color: #d6d0ff;
    }

    .workbench-event-page .capability-trigger-title {
      font-size: clamp(23px, 2.35vw, 32px);
      line-height: 1.25;
      font-weight: 850;
      letter-spacing: -0.025em;
    }

    .workbench-event-page .capability-toggle {
      position: relative;
      width: 44px;
      height: 32px;
      flex: none;
      color: #7969ce;
    }

    .workbench-event-page .capability-toggle::before,
    .workbench-event-page .capability-toggle::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 11px;
      height: 1.5px;
      border-radius: 999px;
      background: currentColor;
      transition: transform 220ms ease, color 180ms ease;
    }

    .workbench-event-page .capability-toggle::before {
      left: 50%;
      transform: translate(-88%, -50%) rotate(42deg);
    }

    .workbench-event-page .capability-toggle::after {
      left: 50%;
      transform: translate(-12%, -50%) rotate(-42deg);
    }

    .workbench-event-page .capability-item.is-open .capability-toggle {
      color: #fff;
    }

    .workbench-event-page .capability-item.is-open .capability-toggle::before {
      transform: translate(-88%, -50%) rotate(-42deg);
    }

    .workbench-event-page .capability-item.is-open .capability-toggle::after {
      transform: translate(-12%, -50%) rotate(42deg);
    }

    .workbench-event-page .capability-panel {
      padding: 28px;
      background:
        linear-gradient(rgba(116, 98, 218, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 98, 218, 0.045) 1px, transparent 1px),
        #f8f6ff;
      background-size: 28px 28px;
    }

    .workbench-event-page .capability-panel[hidden] {
      display: none;
    }

    @media (prefers-reduced-motion: no-preference) {
      .workbench-event-page .capability-item.is-open .capability-panel {
        animation: capability-reveal 240ms ease-out;
      }
    }

    @keyframes capability-reveal {
      from {
        opacity: 0;
        transform: translateY(-8px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .workbench-event-page .capability-panel-inner {
      display: grid;
      grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
      gap: 28px;
      min-height: 520px;
    }

    .workbench-event-page .capability-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 34px 28px 34px 24px;
    }

    .workbench-event-page .capability-copy h3 {
      margin-bottom: 20px;
      font-size: clamp(32px, 3.2vw, 48px);
      line-height: 1.14;
      letter-spacing: -0.04em;
    }

    .workbench-event-page .capability-copy > p {
      margin-bottom: 28px;
      color: var(--ink-soft);
      font-size: 19px;
      line-height: 1.75;
    }

    .workbench-event-page .capability-visual {
      position: relative;
      min-height: 520px;
      padding: 20px;
      overflow: hidden;
      border: 1px solid rgba(92, 77, 178, 0.15);
      border-radius: 26px;
      background: #dedafd;
      box-shadow: 0 18px 48px rgba(42, 35, 96, 0.14);
    }

    .workbench-event-page .capability-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      border-radius: inherit;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
    }

    .workbench-event-page .capability-visual img {
      width: 100%;
      height: 100%;
      min-height: 480px;
      border-radius: 19px;
      object-fit: cover;
      object-position: left top;
    }

    .workbench-event-page .capability-report img {
      object-fit: contain;
      object-position: center top;
      background: #f8f6f3;
    }

    .workbench-event-page .ability-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .workbench-event-page .ability-tag {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 13px;
      border-radius: 999px;
      color: #5a4cca;
      background: #efecff;
      font-size: 14px;
      font-weight: 850;
      letter-spacing: 0.04em;
    }

    .workbench-event-page .workflow-visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100%;
      padding: 52px;
      color: #fff;
      background:
        radial-gradient(circle at 80% 15%, rgba(244, 162, 97, 0.32), transparent 24%),
        linear-gradient(145deg, #312873, #6d59de);
    }

    .workbench-event-page .capability-workflow {
      padding: 0;
      background: #312873;
    }

    .workbench-event-page .capability-workflow .workflow-visual {
      height: 100%;
      min-height: 520px;
    }

    .workbench-event-page .workflow-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.16;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
      background-size: 28px 28px;
    }

    .workbench-event-page .workflow {
      position: relative;
      z-index: 1;
      width: min(100%, 610px);
    }

    .workbench-event-page .workflow-title {
      margin-bottom: 28px;
      color: #cfc8ff;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.13em;
    }

    .workbench-event-page .workflow-step {
      position: relative;
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 16px;
      align-items: center;
      min-height: 80px;
      padding: 15px 18px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.10);
      backdrop-filter: blur(12px);
    }

    .workbench-event-page .workflow-step + .workflow-step {
      margin-top: 20px;
    }

    .workbench-event-page .workflow-step + .workflow-step::before {
      content: "";
      position: absolute;
      left: 40px;
      bottom: 100%;
      width: 2px;
      height: 20px;
      background: #f5a566;
    }

    .workbench-event-page .workflow-index {
      display: grid;
      place-items: center;
      width: 46px;
      aspect-ratio: 1;
      border-radius: 14px;
      color: #342a79;
      background: #ffb06f;
      font-size: 15px;
      font-weight: 900;
    }

    .workbench-event-page .workflow-copy strong,
    .workbench-event-page .workflow-copy span {
      display: block;
    }

    .workbench-event-page .workflow-copy strong {
      margin-bottom: 4px;
      font-size: 18px;
    }

    .workbench-event-page .workflow-copy span {
      color: #ddd8ff;
      font-size: 14px;
      line-height: 1.5;
    }

    .workbench-event-page .capability-panel-inner {
      grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
      gap: 30px;
      min-height: 570px;
      align-items: stretch;
    }

    .workbench-event-page .capability-stack {
      display: grid;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      min-width: 0;
      padding: 8px 12px 8px 4px;
    }

    .workbench-event-page .capability-unit {
      position: relative;
      display: grid;
      grid-template-columns: 132px minmax(0, 1fr);
      gap: 20px;
      align-items: center;
      min-width: 0;
      padding: 28px 8px 28px 0;
    }

    .workbench-event-page .capability-unit + .capability-unit {
      border-top: 1px solid rgba(92, 77, 178, 0.17);
    }

    .workbench-event-page .capability-unit + .capability-unit::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 72px;
      height: 2px;
      background: linear-gradient(90deg, var(--orange), rgba(244, 162, 97, 0));
    }

    .workbench-event-page .capability-unit-icon {
      display: grid;
      place-items: center;
      width: 132px;
      height: 132px;
    }

    .workbench-event-page .capability-unit-icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      filter: drop-shadow(0 14px 18px rgba(69, 54, 148, 0.14));
    }

    .workbench-event-page .capability-unit-copy {
      min-width: 0;
    }

    .workbench-event-page .capability-unit-number {
      display: block;
      margin-bottom: 10px;
      color: #735fc5;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.09em;
    }

    .workbench-event-page .capability-unit h3 {
      margin: 0 0 14px;
      color: var(--ink);
      font-size: clamp(27px, 2.2vw, 34px);
      line-height: 1.18;
      letter-spacing: -0.035em;
    }

    .workbench-event-page .capability-unit p {
      margin: 0;
      color: var(--ink-soft);
      font-size: 16.5px;
      line-height: 1.68;
    }

    .workbench-event-page .capability-visual {
      min-height: 570px;
    }

    .workbench-event-page .capability-visual img {
      min-height: 530px;
    }

    .workbench-event-page .capability-structures {
      display: grid;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      gap: 16px;
      min-width: 0;
      min-height: 570px;
    }

    .workbench-event-page .structure-card {
      position: relative;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(92, 77, 178, 0.17);
      border-radius: 24px;
      background:
        linear-gradient(rgba(116, 98, 218, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 98, 218, 0.035) 1px, transparent 1px),
        rgba(255, 254, 252, 0.9);
      background-size: 22px 22px;
      box-shadow: 0 16px 42px rgba(42, 35, 96, 0.10);
    }

    .workbench-event-page .structure-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 48px;
      padding: 12px 18px;
      border-bottom: 1px solid rgba(92, 77, 178, 0.14);
      color: #6d5db3;
      background: rgba(238, 233, 255, 0.68);
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 11.5px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .workbench-event-page .structure-head span:last-child {
      overflow: hidden;
      color: #9a8eb2;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .workbench-event-page .package-tree {
      display: grid;
      padding: 14px 18px 16px;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    }

    .workbench-event-page .package-root {
      margin-bottom: 5px;
      color: #5b4aba;
      font-size: 15px;
      font-weight: 900;
    }

    .workbench-event-page .package-file {
      display: grid;
      grid-template-columns: 22px minmax(78px, auto) minmax(0, 1fr);
      gap: 5px;
      align-items: baseline;
      min-width: 0;
      padding: 3px 0;
      color: #756b81;
      font-size: 11.5px;
      line-height: 1.35;
    }

    .workbench-event-page .package-file strong {
      color: #3e3552;
      font-size: 12px;
    }

    .workbench-event-page .package-file small {
      overflow: hidden;
      color: #84788f;
      font-family: inherit;
      font-size: 10.5px;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .workbench-event-page .schedule-mini {
      position: relative;
      display: grid;
      gap: 9px;
      padding: 15px 18px 16px;
    }

    .workbench-event-page .schedule-mini::before {
      content: "";
      position: absolute;
      top: 27px;
      bottom: 28px;
      left: 99px;
      width: 1px;
      background: rgba(112, 92, 199, 0.24);
    }

    .workbench-event-page .schedule-mini-row {
      position: relative;
      display: grid;
      grid-template-columns: 68px 12px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      min-width: 0;
    }

    .workbench-event-page .schedule-mini-row time {
      padding-top: 2px;
      color: #776a88;
      font-size: 10.5px;
      font-weight: 750;
      line-height: 1.35;
    }

    .workbench-event-page .schedule-mini-dot {
      position: relative;
      z-index: 1;
      width: 9px;
      height: 9px;
      margin-top: 5px;
      border: 2px solid #f9f7ff;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 1px rgba(112, 92, 199, 0.28);
    }

    .workbench-event-page .schedule-mini-copy {
      min-width: 0;
    }

    .workbench-event-page .schedule-mini-copy strong {
      display: block;
      margin-bottom: 2px;
      color: #3c334e;
      font-size: 12.5px;
      line-height: 1.35;
    }

    .workbench-event-page .schedule-mini-copy span {
      display: block;
      color: #7d7188;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 10.5px;
      line-height: 1.4;
    }

    .workbench-event-page .schedule-mini-flow {
      display: flex;
      align-items: center;
      gap: 6px;
      margin: 2px 18px 14px;
      padding-top: 10px;
      border-top: 1px solid rgba(92, 77, 178, 0.13);
      color: #6959ba;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 9.5px;
      font-weight: 750;
      white-space: nowrap;
    }

    .workbench-event-page .schedule-mini-flow i {
      color: var(--orange);
      font-style: normal;
    }

    .workbench-event-page .agenda {
      position: relative;
      isolation: isolate;
      padding: 60px 0 66px;
      overflow: hidden;
      color: var(--ink);
      background: transparent;
    }

    .workbench-event-page .agenda .section-kicker {
      color: #6f5ce7;
    }

    .workbench-event-page .agenda-heading {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 38px;
    }

    .workbench-event-page .agenda h2 {
      margin-bottom: 0;
      color: #2e296d;
      font-size: clamp(48px, 5vw, 70px);
      line-height: 1;
      letter-spacing: -0.045em;
    }

    .workbench-event-page .agenda-heading-meta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 4px;
      padding: 10px 14px;
      border: 1px solid rgba(92, 77, 178, 0.13);
      border-radius: 999px;
      color: #7268a0;
      background: rgba(255, 255, 255, 0.58);
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap;
    }

    .workbench-event-page .agenda-heading-meta::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #7868dd;
      box-shadow: 0 0 0 5px rgba(120, 104, 221, 0.11);
    }

    .workbench-event-page .agenda-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
      gap: 24px;
      align-items: stretch;
    }

    .workbench-event-page .agenda-program {
      position: relative;
      padding: 30px 30px 27px;
      overflow: hidden;
      border: 1px solid rgba(92, 77, 178, 0.14);
      border-radius: 32px;
      background: rgba(255, 255, 255, 0.76);
      box-shadow: 0 24px 64px rgba(56, 46, 126, 0.10);
      backdrop-filter: blur(14px);
    }

    .workbench-event-page .agenda-list {
      position: relative;
      display: grid;
      gap: 8px;
    }

    .workbench-event-page .agenda-list::before {
      content: "";
      position: absolute;
      top: 28px;
      bottom: 28px;
      left: 97px;
      width: 1px;
      background: linear-gradient(
        180deg,
        rgba(111, 92, 231, 0.05),
        rgba(111, 92, 231, 0.34) 14%,
        rgba(111, 92, 231, 0.34) 86%,
        rgba(111, 92, 231, 0.05)
      );
    }

    .workbench-event-page .agenda-row {
      position: relative;
      display: grid;
      grid-template-columns: 86px minmax(0, 1fr);
      gap: 22px;
      align-items: center;
      min-height: 79px;
      padding: 4px 0;
    }

    .workbench-event-page .agenda-row::before {
      content: "";
      position: absolute;
      z-index: 2;
      left: 93px;
      top: 50%;
      width: 9px;
      height: 9px;
      border: 3px solid rgba(255, 255, 255, 0.95);
      border-radius: 50%;
      background: #7665dd;
      box-shadow: 0 0 0 1px rgba(111, 92, 231, 0.24);
      transform: translateY(-50%);
    }

    .workbench-event-page .agenda-time {
      padding-right: 2px;
      color: #6e659a;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.5;
      letter-spacing: 0.02em;
      text-align: right;
    }

    .workbench-event-page .agenda-item {
      min-width: 0;
      padding: 14px 17px 13px;
      border: 1px solid rgba(92, 77, 178, 0.11);
      border-radius: 17px;
      color: #302c68;
      background: rgba(255, 255, 255, 0.80);
      box-shadow: 0 9px 24px rgba(56, 46, 126, 0.045);
    }

    .workbench-event-page .agenda-item strong,
    .workbench-event-page .agenda-item span {
      display: block;
    }

    .workbench-event-page .agenda-item strong {
      margin-bottom: 4px;
      font-size: 17px;
      line-height: 1.35;
      font-weight: 800;
      letter-spacing: -0.018em;
    }

    .workbench-event-page .agenda-item span {
      color: #77708f;
      font-size: 12.5px;
      line-height: 1.5;
    }

    .workbench-event-page .agenda-row.is-key .agenda-item {
      border-color: rgba(111, 92, 231, 0.28);
      color: #493ca8;
      background:
        linear-gradient(120deg, rgba(229, 224, 255, 0.96), rgba(248, 246, 255, 0.92));
      box-shadow: 0 12px 30px rgba(89, 70, 190, 0.12);
    }

    .workbench-event-page .agenda-row.is-key .agenda-time {
      color: #5e4fc0;
    }

    .workbench-event-page .agenda-row.is-key::before {
      background: #a99bff;
      box-shadow:
        0 0 0 1px rgba(111, 92, 231, 0.28),
        0 0 0 6px rgba(111, 92, 231, 0.10);
    }

    .workbench-event-page .agenda-note {
      margin: 20px 0 0 108px;
      padding-top: 16px;
      border-top: 1px solid rgba(92, 77, 178, 0.13);
      color: #77708f;
      font-size: 12.5px;
      line-height: 1.65;
    }

    .workbench-event-page .agenda-feature {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding: 30px 32px 27px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 32px;
      color: #fff;
      background:
        linear-gradient(rgba(255, 255, 255, 0.036) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px),
        linear-gradient(145deg, #2f276f 0%, #43358f 56%, #5944bd 100%);
      background-size: 24px 24px, 24px 24px, auto;
      box-shadow: 0 30px 74px rgba(44, 32, 116, 0.22);
    }

    .workbench-event-page .agenda-feature::before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 360px;
      height: 360px;
      right: -150px;
      top: -170px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(180, 163, 255, 0.34), rgba(113, 87, 224, 0));
    }

    .workbench-event-page .agenda-feature::after {
      content: "";
      position: absolute;
      width: 72px;
      height: 4px;
      top: 0;
      left: 34px;
      border-radius: 0 0 6px 6px;
      background: #b7aaff;
    }

    .workbench-event-page .agenda-feature-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 13px;
    }

    .workbench-event-page .agenda-feature-label,
    .workbench-event-page .agenda-feature-duration {
      color: #d2caff;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    .workbench-event-page .agenda-feature-duration {
      color: rgba(224, 218, 255, 0.66);
      letter-spacing: 0.06em;
    }

    .workbench-event-page .agenda-feature h3 {
      max-width: none;
      margin: 0 0 12px;
      color: #fff;
      font-size: clamp(36px, 3vw, 46px);
      line-height: 1.05;
      letter-spacing: -0.045em;
      white-space: nowrap;
    }

    .workbench-event-page .agenda-feature-intro {
      max-width: 520px;
      margin: 0;
      color: rgba(236, 232, 255, 0.78);
      font-size: 14px;
      line-height: 1.58;
    }

    .workbench-event-page .speaker {
      display: grid;
      grid-template-columns: 96px minmax(0, 1fr);
      align-items: center;
      gap: 17px;
      margin: 18px 0 20px;
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
    }

    .workbench-event-page .speaker-photo {
      width: 96px;
      aspect-ratio: 1;
      overflow: hidden;
      border: 2px solid rgba(255, 255, 255, 0.58);
      border-radius: 19px;
      background: #d4ccff;
      box-shadow: 0 18px 38px rgba(15, 10, 54, 0.28);
    }

    .workbench-event-page .speaker-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .workbench-event-page .speaker-role {
      display: block;
      margin-bottom: 5px;
      color: #cfc6ff;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 10px;
      font-weight: 850;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }

    .workbench-event-page .speaker-name {
      margin-bottom: 5px;
      color: #fff;
      font-size: 25px;
      line-height: 1.15;
      font-weight: 900;
    }

    .workbench-event-page .speaker-title {
      color: rgba(238, 234, 255, 0.84);
      font-size: 13px;
      line-height: 1.42;
      font-weight: 620;
    }

    .workbench-event-page .speaker-bio {
      margin: 6px 0 0;
      color: rgba(224, 218, 255, 0.67);
      font-size: 11.5px;
      line-height: 1.48;
    }

    .workbench-event-page .share-scenes-label {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 8px;
      color: #d7d0ff;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.09em;
    }

    .workbench-event-page .share-scenes-label::after {
      content: "";
      flex: 1;
      height: 1px;
      background: rgba(255, 255, 255, 0.16);
    }

    .workbench-event-page .share-scenes {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0;
    }

    .workbench-event-page .share-scene {
      display: block;
      min-height: 0;
      padding: 13px 15px 12px;
      border: 0;
      border-radius: 0;
      color: #fff;
      background: transparent;
      text-decoration: none;
      transition: transform 180ms ease, background 180ms ease;
    }

    .workbench-event-page .share-scene:nth-child(even) {
      border-left: 1px solid rgba(255, 255, 255, 0.14);
    }

    .workbench-event-page .share-scene:nth-child(n + 3) {
      border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .workbench-event-page .share-scene:hover {
      background: rgba(255, 255, 255, 0.055);
      transform: translateY(-2px);
    }

    .workbench-event-page .share-scene-heading {
      display: flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 7px;
    }

    .workbench-event-page .share-scene-icon {
      display: inline-flex;
      flex: 0 0 auto;
      width: 22px;
      height: 22px;
      align-items: center;
      justify-content: center;
      color: #cfc7ff;
    }

    .workbench-event-page .share-scene-icon svg {
      width: 21px;
      height: 21px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.65;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .workbench-event-page .share-scene strong {
      color: #fff;
      font-size: 14px;
      line-height: 1.25;
      letter-spacing: -0.01em;
    }

    .workbench-event-page .share-scene-desc {
      display: block;
      color: rgba(226, 221, 255, 0.68);
      font-size: 11px;
      line-height: 1.48;
    }

    .workbench-event-page .agenda-corner-decor {
      width: 340px;
      left: 55%;
      top: 12px;
      transform: translateX(-50%) rotate(5deg);
    }

    .workbench-event-page .join {
      position: relative;
      isolation: isolate;
      padding: 40px 0 42px;
    }

    .workbench-event-page .join-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
      align-items: center;
      gap: 30px;
      padding: 38px 40px;
      overflow: hidden;
      border: 1px solid rgba(92, 77, 178, 0.16);
      border-radius: var(--radius-lg);
      background:
        linear-gradient(rgba(104, 84, 201, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(104, 84, 201, 0.035) 1px, transparent 1px),
        rgba(255, 255, 255, 0.88);
      background-size: 26px 26px, 26px 26px, auto;
      box-shadow: var(--shadow);
    }

    .workbench-event-page .join-copy {
      position: relative;
      z-index: 2;
    }

    .workbench-event-page .join h2 {
      margin-bottom: 10px;
      font-size: clamp(40px, 4vw, 56px);
      line-height: 1.08;
      letter-spacing: -0.045em;
    }

    .workbench-event-page .join-copy > p {
      max-width: 650px;
      margin-bottom: 0;
      color: var(--ink-soft);
      font-size: 16px;
      line-height: 1.6;
    }

    .workbench-event-page .join-benefits {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 24px;
    }

    .workbench-event-page .join-benefit {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      padding: 12px 13px;
      border: 1px solid rgba(92, 77, 178, 0.11);
      border-radius: 16px;
      background: rgba(246, 243, 255, 0.82);
    }

    .workbench-event-page .join-benefit-icon {
      display: grid;
      place-items: center;
      width: 30px;
      height: 30px;
      flex: none;
      color: #6654cf;
    }

    .workbench-event-page .join-benefit-icon svg {
      width: 23px;
      height: 23px;
      overflow: visible;
      fill: none;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.6;
    }

    .workbench-event-page .join-benefit strong,
    .workbench-event-page .join-benefit small {
      display: block;
    }

    .workbench-event-page .join-benefit strong {
      margin-bottom: 2px;
      color: #393476;
      font-size: 13px;
    }

    .workbench-event-page .join-benefit small {
      overflow: hidden;
      color: #85809d;
      font-size: 10.5px;
      line-height: 1.4;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .workbench-event-page .join-cta {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 136px;
      align-items: center;
      gap: 18px;
      padding: 22px;
      border: 1px solid rgba(103, 84, 207, 0.18);
      border-radius: 24px;
      background: linear-gradient(135deg, rgba(242, 238, 255, 0.98), rgba(255, 255, 255, 0.94));
      box-shadow: 0 16px 38px rgba(57, 45, 132, 0.10);
    }

    .workbench-event-page .join-cta-label {
      display: block;
      margin-bottom: 8px;
      color: #7563d4;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: 10px;
      font-weight: 850;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    .workbench-event-page .join-cta strong {
      display: block;
      margin-bottom: 5px;
      color: #302b70;
      font-size: 25px;
      line-height: 1.2;
    }

    .workbench-event-page .join-cta p {
      margin: 0 0 8px;
      color: #625b7e;
      font-size: 13px;
      line-height: 1.5;
    }

    .workbench-event-page .join-cta small {
      color: #948da9;
      font-size: 10.5px;
      line-height: 1.45;
    }

    .workbench-event-page .qr {
      width: 136px;
      padding: 8px;
      border: 1px solid rgba(92, 77, 178, 0.12);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 12px 30px rgba(54, 44, 126, 0.12);
    }

    .workbench-event-page .join-corner-decor {
      width: 320px;
      left: 59%;
      bottom: -88px;
      transform: rotate(-6deg);
    }

    .workbench-event-page footer {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      padding: 0 0 48px;
      color: #8b87a4;
      font-size: 14px;
      line-height: 1.65;
    }

    .workbench-event-page footer strong {
      color: var(--purple);
    }

    @media (min-width: 1051px) {
      .workbench-event-page .hero-lead {
        font-size: 33px;
      }

      .workbench-event-page .event-facts {
        width: 1243.91px;
        height: 152.026px;
      }

      .workbench-event-page .event-facts > .fact:first-child {
        width: 486.833px;
        height: 116.727px;
      }

      .workbench-event-page .partners {
        position: relative;
        left: -1.28912px;
        top: 56.9727px;
        width: 445.464px;
        height: 18px;
      }

      .workbench-event-page .partners img:last-child {
        position: relative;
        left: 209.141px;
        top: -84.082px;
      }

      .workbench-event-page .event-facts > .fact:last-child {
        width: 300.077px;
        height: 161.668px;
      }

      .workbench-event-page .section-heading > p {
        width: 422.56px;
        height: 98.3503px;
      }

      .workbench-event-page .speaker-name {
        position: relative;
        top: 2.24609px;
      }

      .workbench-event-page .speaker-title {
        position: relative;
        left: 147.532px;
        top: -23.4115px;
      }

      .workbench-event-page .speaker-bio {
        position: relative;
        left: 0.449219px;
        top: -10.0196px;
      }

      .workbench-event-page .join-cta p {
        position: relative;
        left: 1.85547px;
        top: 15.892px;
      }
    }

    @media (max-width: 1050px) {
      .workbench-event-page .shell {
        width: min(calc(100% - 52px), var(--page));
      }

      .workbench-event-page .hero {
        min-height: 700px;
        background-position: center, 58% center;
      }

      .workbench-event-page .hero-copy {
        width: 61%;
      }

      .workbench-event-page .event-facts {
        grid-template-columns: 1fr 1fr;
      }

      .workbench-event-page .event-facts .fact:last-child {
        grid-column: 1 / -1;
        min-height: auto;
      }

      .workbench-event-page .section-heading {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .workbench-event-page .page-decor {
        opacity: 0.045;
      }

      .workbench-event-page .capabilities-corner-decor {
        width: 300px;
        left: 72%;
        top: 110px;
      }

      .workbench-event-page .agenda-corner-decor {
        width: 310px;
        left: 68%;
        top: 38px;
      }

      .workbench-event-page .join-corner-decor {
        width: 290px;
        left: 54%;
        bottom: -72px;
      }

      .workbench-event-page .capability-panel-inner {
        grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
      }

      .workbench-event-page .capability-unit {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 15px;
      }

      .workbench-event-page .capability-unit-icon {
        width: 110px;
        height: 110px;
      }

      .workbench-event-page .agenda-layout {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .workbench-event-page .agenda-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .workbench-event-page .agenda-note {
        max-width: 620px;
      }

      .workbench-event-page .join-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
        padding-inline: 32px;
      }

      .workbench-event-page .join-benefits {
        grid-template-columns: 1fr;
      }

      .workbench-event-page .join-benefit small {
        white-space: normal;
      }
    }

    @media (max-width: 760px) {
      .workbench-event-page {
        --radius-lg: 27px;
        --radius-md: 21px;
      }

      .workbench-event-page {
        background: #eeeaf8;
      }

      .workbench-event-page .page {
        width: 100%;
        box-shadow: none;
        background-size: auto, auto, auto, 26px 26px, 26px 26px, 100% 100%;
      }

      .workbench-event-page .shell {
        width: min(calc(100% - 36px), var(--page));
      }

      .workbench-event-page .hero {
        min-height: 750px;
        align-items: flex-start;
        background-image:
          linear-gradient(
            180deg,
            rgba(255, 251, 244, 1) 0%,
            rgba(255, 251, 244, 0.99) 39%,
            rgba(255, 251, 244, 0.68) 57%,
            rgba(255, 251, 244, 0.04) 83%
          ),
          url("/assets/marketing/events/workbench-workshop-20260919/workbench-70fd208ddf70.jpg");
        background-position: center, 70% bottom;
        background-size: cover, auto 60%;
      }

      .workbench-event-page .hero::after {
        height: 120px;
      }

      .workbench-event-page .hero-copy {
        width: 100%;
        padding: 34px 0 0;
      }

      .workbench-event-page .hero-copy .hero-brand-link {
        width: 184px;
        margin-bottom: 47px;
      }

      .workbench-event-page .eyebrow {
        margin-bottom: 14px;
        font-size: 12px;
      }

      .workbench-event-page .eyebrow::before {
        width: 26px;
        height: 4px;
      }

      .workbench-event-page h1 {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: clamp(47px, 14vw, 62px);
        line-height: 1.02;
      }

      .workbench-event-page h1 .latin {
        margin-top: 8px;
        font-size: 0.76em;
      }

      .workbench-event-page .hero-lead {
        max-width: 24em;
        margin-bottom: 22px;
        font-size: 19px;
        line-height: 1.55;
      }

      .workbench-event-page .hero-meta {
        display: grid;
        justify-items: start;
        gap: 8px;
      }

      .workbench-event-page .meta-pill {
        min-height: 40px;
        padding: 8px 13px;
        font-size: 14px;
      }

      .workbench-event-page .event-facts {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: -30px;
      }

      .workbench-event-page .event-facts .fact:last-child {
        grid-column: auto;
      }

      .workbench-event-page .fact {
        min-height: auto;
        padding: 23px 22px;
      }

      .workbench-event-page .fact-label {
        margin-bottom: 10px;
        font-size: 13px;
      }

      .workbench-event-page .fact-value {
        font-size: 17px;
        line-height: 1.65;
      }

      .workbench-event-page .partners {
        gap: 13px;
      }

      .workbench-event-page .partners img:first-child {
        width: 160px;
      }

      .workbench-event-page .partners img:last-child {
        width: 195px;
      }

      .workbench-event-page .section-kicker {
        margin-bottom: 10px;
        font-size: 12px;
      }

      .workbench-event-page .section-heading h2 {
        font-size: 38px;
        line-height: 1.12;
      }

      .workbench-event-page .capabilities {
        padding: 62px 0 56px;
      }

      .workbench-event-page .section-heading {
        gap: 20px;
        margin-bottom: 30px;
      }

      .workbench-event-page .section-heading > p {
        font-size: 17px;
        line-height: 1.7;
      }

      .workbench-event-page .capability-trigger {
        grid-template-columns: 42px minmax(0, 1fr) 40px;
        gap: 12px;
        min-height: 94px;
        padding: 15px 16px;
      }

      .workbench-event-page .capability-index {
        width: auto;
        font-size: 12px;
      }

      .workbench-event-page .capability-trigger-kicker {
        margin-bottom: 4px;
        font-size: 10px;
      }

      .workbench-event-page .capability-trigger-title {
        font-size: 19px;
        line-height: 1.3;
      }

      .workbench-event-page .capability-toggle {
        width: 38px;
        height: 30px;
      }

      .workbench-event-page .capability-panel {
        padding: 12px;
        background-size: 24px 24px;
      }

      .workbench-event-page .capability-panel-inner {
        grid-template-columns: 1fr;
        gap: 12px;
        min-height: 0;
      }

      .workbench-event-page .capability-stack {
        padding: 4px 10px 8px;
      }

      .workbench-event-page .capability-unit {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 13px;
        padding: 22px 0;
      }

      .workbench-event-page .capability-unit-icon {
        width: 92px;
        height: 92px;
      }

      .workbench-event-page .capability-unit-number {
        margin-bottom: 7px;
        font-size: 11px;
      }

      .workbench-event-page .capability-unit h3 {
        margin-bottom: 9px;
        font-size: 24px;
      }

      .workbench-event-page .capability-unit p {
        font-size: 14.5px;
        line-height: 1.6;
      }

      .workbench-event-page .capability-visual {
        min-height: 0;
        padding: 10px;
        border-radius: 21px;
        order: 2;
      }

      .workbench-event-page .capability-visual img {
        height: auto;
        min-height: 0;
        aspect-ratio: 1.42;
        border-radius: 15px;
      }

      .workbench-event-page .capability-report img {
        aspect-ratio: 1.06;
        object-fit: cover;
        object-position: center top;
      }

      .workbench-event-page .capability-structures {
        min-height: 0;
      }

      .workbench-event-page .structure-card {
        border-radius: 20px;
      }

      .workbench-event-page .structure-head,
      .workbench-event-page .package-tree {
        padding-inline: 14px;
      }

      .workbench-event-page .package-file {
        grid-template-columns: 20px minmax(76px, auto) minmax(0, 1fr);
      }

      .workbench-event-page .schedule-mini {
        padding-inline: 14px;
      }

      .workbench-event-page .schedule-mini::before {
        left: 95px;
      }

      .workbench-event-page .schedule-mini-flow {
        margin-inline: 14px;
        overflow-x: auto;
      }

      .workbench-event-page .workflow-copy span {
        font-size: 13px;
      }

      .workbench-event-page .agenda {
        padding: 58px 0 62px;
      }

      .workbench-event-page .agenda-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 28px;
      }

      .workbench-event-page .agenda h2 {
        margin-bottom: 0;
        font-size: 49px;
      }

      .workbench-event-page .agenda-heading-meta {
        margin-bottom: 0;
        white-space: normal;
      }

      .workbench-event-page .agenda-layout {
        gap: 28px;
      }

      .workbench-event-page .agenda-program {
        padding: 24px 20px 22px;
        border-radius: 27px;
      }

      .workbench-event-page .agenda-list {
        display: grid;
        gap: 7px;
      }

      .workbench-event-page .agenda-list::before {
        top: 26px;
        bottom: 26px;
        left: 75px;
      }

      .workbench-event-page .agenda-row {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 19px;
        min-height: 0;
        padding: 3px 0;
      }

      .workbench-event-page .agenda-row::before {
        left: 71px;
      }

      .workbench-event-page .agenda-time {
        padding-top: 0;
        font-size: 10.5px;
        line-height: 1.42;
      }

      .workbench-event-page .agenda-item {
        padding: 13px 14px 12px;
        border-radius: 15px;
      }

      .workbench-event-page .agenda-item strong {
        font-size: 15.5px;
      }

      .workbench-event-page .agenda-item span {
        font-size: 11.5px;
      }

      .workbench-event-page .agenda-note {
        margin: 18px 0 0 85px;
        padding-top: 14px;
        font-size: 12.5px;
      }

      .workbench-event-page .agenda-feature {
        padding: 29px 22px 24px;
        border-radius: 27px;
      }

      .workbench-event-page .agenda-feature::after {
        left: 22px;
        width: 64px;
      }

      .workbench-event-page .agenda-feature-topline {
        align-items: flex-start;
        margin-bottom: 13px;
      }

      .workbench-event-page .agenda-feature-duration {
        text-align: right;
      }

      .workbench-event-page .agenda-feature h3 {
        margin-bottom: 13px;
        font-size: 36px;
        white-space: normal;
      }

      .workbench-event-page .agenda-feature-intro {
        font-size: 15px;
        line-height: 1.68;
      }

      .workbench-event-page .speaker {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 15px;
        margin: 23px 0 25px;
        padding: 14px;
        border-radius: 21px;
      }

      .workbench-event-page .speaker-photo {
        width: 90px;
        border-radius: 19px;
      }

      .workbench-event-page .speaker-name {
        font-size: 24px;
      }

      .workbench-event-page .speaker-title {
        font-size: 13px;
      }

      .workbench-event-page .speaker-bio {
        margin-top: 7px;
        font-size: 11.5px;
      }

      .workbench-event-page .share-scenes {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .workbench-event-page .share-scene {
        min-height: 0;
        padding: 14px 2px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
      }

      .workbench-event-page .share-scene:nth-child(even) {
        border-left: 0;
      }

      .workbench-event-page .share-scene:first-child {
        border-top: 0;
      }

      .workbench-event-page .page-decor {
        display: none;
      }

      .workbench-event-page .join {
        padding: 42px 0 38px;
      }

      .workbench-event-page .join-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 37px 25px 30px;
      }

      .workbench-event-page .join h2 {
        font-size: 40px;
      }

      .workbench-event-page .join-copy > p {
        font-size: 16px;
      }

      .workbench-event-page .join-benefits {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 20px;
      }

      .workbench-event-page .join-benefit {
        padding: 11px 12px;
      }

      .workbench-event-page .join-benefit small {
        white-space: normal;
      }

      .workbench-event-page .join-cta {
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 14px;
        padding: 18px;
      }

      .workbench-event-page .join-cta strong {
        font-size: 23px;
      }

      .workbench-event-page .join-cta p {
        margin-bottom: 6px;
        font-size: 12.5px;
      }

      .workbench-event-page .qr {
        width: 112px;
        padding: 7px;
        border-radius: 15px;
      }

      .workbench-event-page footer {
        display: block;
        padding-bottom: 42px;
        font-size: 12px;
      }

      .workbench-event-page footer p {
        margin-bottom: 10px;
      }
    }

    @media (max-width: 390px) {
      .workbench-event-page .shell {
        width: calc(100% - 28px);
      }

      .workbench-event-page .hero {
        min-height: 720px;
      }

      .workbench-event-page h1 {
        font-size: 45px;
      }

      .workbench-event-page .section-heading h2 {
        font-size: 35px;
      }

      .workbench-event-page .capability-unit {
        grid-template-columns: 78px minmax(0, 1fr);
      }

      .workbench-event-page .capability-unit-icon {
        width: 78px;
        height: 78px;
      }

      .workbench-event-page .capability-unit h3 {
        font-size: 22px;
      }

      .workbench-event-page .capability-unit p {
        font-size: 14px;
      }

      .workbench-event-page .package-file small {
        white-space: normal;
      }

      .workbench-event-page .agenda-feature h3 {
        font-size: 33px;
      }

      .workbench-event-page .agenda-feature-label,
      .workbench-event-page .agenda-feature-duration {
        font-size: 10px;
      }

      .workbench-event-page .speaker {
        grid-template-columns: 82px minmax(0, 1fr);
      }

      .workbench-event-page .speaker-photo {
        width: 82px;
      }

      .workbench-event-page .speaker-bio {
        grid-column: 1 / -1;
      }

      .workbench-event-page .agenda-note {
        margin-left: 0;
      }

      .workbench-event-page .join-cta {
        grid-template-columns: minmax(0, 1fr) 102px;
        padding: 16px;
      }

      .workbench-event-page .join-cta strong {
        font-size: 21px;
      }

      .workbench-event-page .join-cta small {
        font-size: 9.5px;
      }

      .workbench-event-page .qr {
        width: 102px;
      }
    }


/* Official site shell and past-event handoff. */
.workbench-event-page { min-height: 100vh; }
.workbench-event-page .past-event-section { padding: 24px 0 88px; }
.workbench-event-page .past-event-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 30px 34px; border: 1px solid rgba(88,74,176,.18); border-radius: 24px; background: rgba(255,255,255,.76); box-shadow: 0 18px 50px rgba(56,46,126,.09); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.workbench-event-page .past-event-card:hover { transform: translateY(-2px); box-shadow: 0 24px 58px rgba(56,46,126,.14); }
.workbench-event-page .past-event-card__eyebrow { margin: 0 0 8px; color: #6f5ce7; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.workbench-event-page .past-event-card h2 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 36px); line-height: 1.2; }
.workbench-event-page .past-event-card p { margin: 0; color: #575378; line-height: 1.75; }
.workbench-event-page .past-event-card__arrow { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #292654; color: white; font-size: 24px; }
@media (max-width: 700px) { .workbench-event-page .past-event-section { padding: 16px 0 56px; } .workbench-event-page .past-event-card { grid-template-columns: 1fr; padding: 24px; } .workbench-event-page .past-event-card__arrow { width: 44px; height: 44px; } }
@media (prefers-reduced-motion: reduce) { .workbench-event-page *, .workbench-event-page *::before, .workbench-event-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
