      body { margin: 0; min-height: 100dvh; background: #faf8f6; overflow-x: clip; }
      #root { min-height: 100dvh; }
      .static-site-header {
        height: 5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.07) 0 1px 0;
      }
      .static-header-inner {
        box-sizing: border-box;
        max-width: 80rem;
        height: 100%;
        margin: 0 auto;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
      }
      @media (min-width: 640px) {
        .static-header-inner { padding: 0 1.5rem; }
      }
      @media (min-width: 1024px) {
        .static-header-inner { padding: 0 2rem; }
      }
      .static-logo {
        flex-shrink: 0;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        background: linear-gradient(135deg, rgba(192, 57, 43, 0.13) 0%, rgba(230, 126, 34, 0.13) 100%);
        border: 2px solid rgba(192, 57, 43, 0.2);
      }
      .static-brand { min-width: 0; }
      .static-brand-name {
        margin: 0;
        font-family: Georgia, 'Times New Roman', serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.25;
        color: #1c1917;
      }
      @media (min-width: 640px) {
        .static-brand-name { font-size: 1.125rem; }
      }
      .static-brand-tag {
        margin: 0;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.025em;
        color: #c0392b;
      }
      .static-nav-placeholder {
        display: none;
        height: 3.25rem;
        border-top: 1px solid #f3f4f6;
        background: #fff;
      }
      .static-nav-inner {
        box-sizing: border-box;
        max-width: 80rem;
        height: 100%;
        margin: 0 auto;
        padding: 0.5rem 1rem;
        display: flex;
        align-items: center;
        gap: 0.375rem;
      }
      @media (min-width: 1024px) {
        .static-nav-placeholder { display: block; }
        .static-nav-inner { padding: 0.5rem 2rem; }
      }
      .static-nav-pill {
        display: block;
        height: 2.25rem;
        width: 5.5rem;
        border-radius: 9999px;
        background: linear-gradient(90deg, #f3f4f6 0%, #eceff1 45%, #f3f4f6 90%);
        background-size: 200% 100%;
        animation: static-shimmer 1.6s ease-in-out infinite;
      }
      .static-nav-pill:nth-child(2) { width: 4.5rem; animation-delay: 0.12s; }
      .static-nav-pill:nth-child(3) { width: 6rem; animation-delay: 0.24s; }
      .static-nav-pill:nth-child(4) { width: 5rem; animation-delay: 0.36s; }
      .static-nav-pill:nth-child(5) { width: 4.75rem; animation-delay: 0.48s; }
      .static-nav-pill:nth-child(6) { width: 5.25rem; animation-delay: 0.6s; }
      html:not([data-shell-reveal]):not([data-app-ready]) #app-mount {
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
      }
      html[data-shell-reveal]:not([data-app-ready]) #app-mount {
        z-index: 2;
        opacity: 1;
        pointer-events: auto;
        overflow: hidden;
      }
      #main-content[data-seo-prerender="1"] {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: calc(100dvh - 5rem);
      }
      #shell-body {
        display: grid;
        grid-template: 1fr / 1fr;
        flex: 1 1 auto;
        position: relative;
        min-height: 0;
      }
      #shell-body > #static-phase,
      #shell-body > #app-mount {
        grid-area: 1 / 1;
        min-width: 0;
      }
      #main-content[data-seo-prerender="1"] > #static-phase,
      #main-content[data-seo-prerender="1"] > #app-mount {
        grid-area: 1 / 1;
        min-width: 0;
      }
      #main-content {
        min-height: calc(100dvh - 5rem);
      }
      #static-phase {
        z-index: 0;
        transition: opacity 320ms ease-out;
      }
      #app-mount {
        transition: opacity 320ms ease-out;
      }
      #root[data-static-shell] .static-shell-preload,
      .static-page-preload {
        transition: opacity 180ms ease-out;
      }
      #main-content[data-seo-prerender="1"] .static-site-chrome,
      #main-content[data-seo-prerender="1"] .static-site-footer,
      #root > .static-site-chrome,
      #root > .static-site-footer,
      #root > .static-skip-link {
        transition: opacity 320ms ease-out;
      }
      html[data-shell-reveal] #static-phase {
        opacity: 0;
        pointer-events: none;
      }
      html[data-shell-reveal] #root[data-static-shell] .static-shell-preload,
      html[data-shell-reveal] .static-page-preload {
        opacity: 0;
      }
      html[data-shell-reveal] #main-content[data-seo-prerender="1"] .static-site-chrome,
      html[data-shell-reveal] #main-content[data-seo-prerender="1"] .static-site-footer,
      html[data-shell-reveal] #root > .static-site-chrome,
      html[data-shell-reveal] #root > .static-site-footer,
      html[data-shell-reveal] #root > .static-skip-link {
        opacity: 0;
        pointer-events: none;
      }
      html[data-app-ready] #static-phase { display: none !important; }
      html[data-app-ready] #main-content[data-seo-prerender="1"] .static-site-chrome,
      html[data-app-ready] #main-content[data-seo-prerender="1"] .static-site-footer,
      html[data-app-ready] #root > .static-site-chrome,
      html[data-app-ready] #root > .static-site-footer,
      html[data-app-ready] #root > .static-skip-link { display: none !important; }
      html[data-app-ready] #app-mount {
        opacity: 1;
        pointer-events: auto;
        overflow: visible;
      }
      .static-page-shell {
        box-sizing: border-box;
        min-height: calc(100dvh - 5rem);
        display: flex;
        flex-direction: column;
        padding: 0;
        position: relative;
        background:
          radial-gradient(ellipse 80% 50% at 50% -10%, rgba(192, 57, 43, 0.06), transparent),
          #faf8f6;
      }
      .seo-prerender-crawl {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }
      html[data-app-ready] .seo-prerender-crawl { display: none !important; }
      #root[data-static-shell] .static-shell-main {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: calc(100dvh - 5rem);
      }
      #root[data-static-shell] .static-shell-main--dark {
        background:
          radial-gradient(ellipse 80% 50% at 50% -10%, rgba(192, 57, 43, 0.06), transparent),
          #faf8f6;
      }
      #root[data-static-shell] .static-shell-main--page {
        background:
          radial-gradient(ellipse 80% 50% at 50% -10%, rgba(192, 57, 43, 0.06), transparent),
          #faf8f6;
      }
      #root[data-static-shell] .static-shell-body { position: relative; flex: 1; z-index: 1; }
      #root[data-static-shell] .static-shell-preload {
        position: absolute; inset: 0; z-index: 10;
        display: flex; align-items: center; justify-content: center; pointer-events: none;
      }
      #root[data-static-shell] .static-shell-preload .static-preload {
        padding: 1.25rem 1.75rem; border-radius: 0.75rem;
        background: rgba(250, 248, 246, 0.62);
        backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
      }
      #root[data-static-shell] .static-shell-main--dark .static-shell-preload .static-preload-label { color: #78716c; }
      #root[data-static-shell] .static-shell-main--dark .static-shell-preload .static-preload-ring::before {
        border-color: rgba(192, 57, 43, 0.12); border-top-color: rgba(192, 57, 43, 0.55);
      }
      #root[data-static-shell] .static-shell-main--dark .static-shell-preload .static-preload-dots span { background: #c0392b; opacity: 0.35; }
      #root[data-static-shell] .static-layout-carousel {
        position: relative; width: 100%; min-height: min(70vh, 520px);
        background: transparent;
        overflow: hidden;
      }
      #root[data-static-shell] .static-layout-hero-img,
      #root[data-static-shell] .static-layout-hero-placeholder {
        display: block; width: 100%; min-height: min(70vh, 520px); height: min(70vh, 520px); object-fit: cover;
      }
      #root[data-static-shell] .static-layout-hero-placeholder {
        background: linear-gradient(135deg, rgba(243,244,246,0.42) 0%, rgba(236,239,241,0.52) 45%, rgba(250,248,246,0.38) 100%);
        background-size: 200% 200%; animation: static-shimmer 2.4s ease-in-out infinite;
      }
      #root[data-static-shell] .static-layout-carousel-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(to top, rgba(250,248,246,0.58) 0%, rgba(250,248,246,0.24) 38%, transparent 72%);
        pointer-events: none;
      }
      #root[data-static-shell] .static-layout-carousel-inner {
        position: absolute; inset: auto 0 0 0; z-index: 2; margin: 0 auto;
        padding: 0 1rem 2.5rem; box-sizing: border-box;
      }
      @media (min-width: 640px) {
        #root[data-static-shell] .static-layout-carousel-inner { padding: 0 1.5rem 3.5rem; }
      }
      #root[data-static-shell] .static-layout-carousel-inner--7xl { max-width: 80rem; }
      #root[data-static-shell] .static-layout-carousel-inner--6xl { max-width: 72rem; }
      #root[data-static-shell] .static-layout-carousel-card {
        border-radius: 0.5rem; border: 1px solid rgba(0,0,0,0.05);
        background: linear-gradient(90deg, rgba(255,255,255,0.42) 0%, rgba(243,244,246,0.55) 45%, rgba(255,255,255,0.42) 90%);
        background-size: 200% 100%; animation: static-shimmer 1.8s ease-in-out infinite;
        backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); margin-bottom: 1rem;
      }
      #root[data-static-shell] .static-layout-carousel-card--wide { min-height: 8.5rem; max-width: 48rem; }
      #root[data-static-shell] .static-layout-carousel-card--narrow { min-height: 7rem; max-width: 36rem; }
      #root[data-static-shell] .static-layout-carousel-ctas { display: flex; flex-wrap: wrap; gap: 0.5rem; }
      #root[data-static-shell] .static-layout-pill {
        display: block; height: 2.5rem; width: 8rem; border-radius: 9999px;
        background: linear-gradient(90deg, rgba(255,255,255,0.45) 0%, rgba(236,239,241,0.55) 45%, rgba(255,255,255,0.45) 90%);
        background-size: 200% 100%; animation: static-shimmer 1.6s ease-in-out infinite;
        backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
      }
      #root[data-static-shell] .static-layout-pill--short { width: 6rem; animation-delay: 0.2s; }
      #root[data-static-shell] .static-layout-pill--cta { width: 7rem; }
      #root[data-static-shell] .static-layout-article {
        box-sizing: border-box; width: 100%; margin: 0 auto; padding: 2.5rem 1rem;
      }
      @media (min-width: 640px) {
        #root[data-static-shell] .static-layout-article { padding-left: 1.5rem; padding-right: 1.5rem; }
      }
      #root[data-static-shell] .static-layout-article--narrow { max-width: 48rem; }
      #root[data-static-shell] .static-layout-article--wide { max-width: 64rem; }
      #root[data-static-shell] .static-layout-article--detail { max-width: 48rem; padding-top: 3rem; padding-bottom: 3rem; }
      #root[data-static-shell] .static-layout-banner {
        position: relative; width: 100%; border-radius: 0.75rem; overflow: hidden;
        margin-bottom: 2rem; background: #eceff1;
      }
      #root[data-static-shell] .static-layout-banner--21x9 { aspect-ratio: 21/9; max-height: min(320px, 42vw); }
      #root[data-static-shell] .static-layout-banner--committee { max-height: min(280px, 40vw); }
      #root[data-static-shell] .static-layout-banner--16x7 { aspect-ratio: 16/7; }
      #root[data-static-shell] .static-layout-banner .static-layout-hero-placeholder { min-height: 100%; height: 100%; }
      #root[data-static-shell] .static-layout-line {
        display: block; height: 0.875rem; border-radius: 0.375rem; margin-bottom: 0.75rem;
        background: linear-gradient(90deg, #f3f4f6 0%, #eceff1 45%, #f3f4f6 90%);
        background-size: 200% 100%; animation: static-shimmer 1.6s ease-in-out infinite;
      }
      #root[data-static-shell] .static-layout-line--title { height: 2rem; width: 75%; margin-bottom: 1.25rem; }
      #root[data-static-shell] .static-layout-line--subtitle { height: 1.125rem; width: 55%; margin-bottom: 2rem; }
      #root[data-static-shell] .static-layout-line--md { width: 100%; }
      #root[data-static-shell] .static-layout-line--sm { width: 92%; }
      #root[data-static-shell] .static-layout-line--xs { height: 0.75rem; width: 80%; }
      #root[data-static-shell] .static-layout-line--short { width: 65%; }
      #root[data-static-shell] .static-layout-line--quote { height: 1rem; width: 88%; margin-bottom: 2rem; }
      #root[data-static-shell] .static-layout-line--back { width: 6rem; height: 0.75rem; margin-bottom: 1.5rem; }
      #root[data-static-shell] .static-layout-line--date { width: 5rem; height: 0.75rem; margin-bottom: 0; }
      #root[data-static-shell] .static-layout-line--accent { height: 1rem; width: 40%; margin-bottom: 1rem; }
      #root[data-static-shell] .static-layout-meta-row {
        display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem;
      }
      #root[data-static-shell] .static-layout-badge {
        display: block; width: 4.5rem; height: 1.5rem; border-radius: 9999px;
        background: linear-gradient(90deg, #f3f4f6 0%, #eceff1 45%, #f3f4f6 90%);
        background-size: 200% 100%; animation: static-shimmer 1.6s ease-in-out infinite;
      }
      #root[data-static-shell] .static-layout-member-row {
        display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;
      }
      #root[data-static-shell] .static-layout-avatar {
        flex-shrink: 0; width: 3.5rem; height: 3.5rem; border-radius: 9999px;
        background: linear-gradient(90deg, #f3f4f6 0%, #eceff1 45%, #f3f4f6 90%);
        background-size: 200% 100%; animation: static-shimmer 1.6s ease-in-out infinite;
      }
      #root[data-static-shell] .static-layout-member-lines { flex: 1; min-width: 0; }
      #root[data-static-shell] .static-layout-apply {
        box-sizing: border-box; max-width: 72rem; margin: 0 auto; padding: 2.5rem 1rem;
      }
      @media (min-width: 640px) {
        #root[data-static-shell] .static-layout-apply { padding: 2.5rem 1.5rem; }
      }
      #root[data-static-shell] .static-layout-apply-header { margin-bottom: 2rem; }
      #root[data-static-shell] .static-layout-kicker {
        display: block; width: 5.5rem; height: 1.75rem; border-radius: 9999px; margin-bottom: 1rem;
        background: linear-gradient(90deg, #f3f4f6 0%, #eceff1 45%, #f3f4f6 90%);
        background-size: 200% 100%; animation: static-shimmer 1.6s ease-in-out infinite;
      }
      #root[data-static-shell] .static-layout-apply-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
      @media (min-width: 768px) {
        #root[data-static-shell] .static-layout-apply-grid { grid-template-columns: 1fr 1fr; align-items: start; }
      }
      #root[data-static-shell] .static-layout-apply-media {
        aspect-ratio: 4/3; border-radius: 1rem;
        background: linear-gradient(135deg, #f3f4f6 0%, #eceff1 45%, #f3f4f6 90%);
        background-size: 200% 200%; animation: static-shimmer 2s ease-in-out infinite;
      }
      #root[data-static-shell] .static-page-preload {
        position: relative;
        z-index: 1;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: max(70vh, 24rem);
      }
      #root[data-static-shell] .static-app-shell {
        box-sizing: border-box;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        background: #faf8f6;
      }
      #root[data-static-shell] .static-app-preload {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100dvh;
      }
      .static-preload {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        text-align: center;
      }
      .static-preload-ring {
        position: relative;
        width: 4.5rem;
        height: 4.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .static-preload-ring::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 9999px;
        border: 2px solid rgba(192, 57, 43, 0.12);
        border-top-color: rgba(192, 57, 43, 0.55);
        animation: static-spin 0.9s linear infinite;
      }
      .static-preload-mark {
        font-size: 1.5rem;
        line-height: 1;
        animation: static-pulse 1.8s ease-in-out infinite;
      }
      .static-preload-mark-img {
        width: 1.5rem;
        height: 1.5rem;
        object-fit: contain;
        border-radius: 9999px;
        animation: static-pulse 1.8s ease-in-out infinite;
      }
      .static-preload-label {
        margin: 0;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        color: #78716c;
      }
      .static-preload-dots {
        display: flex;
        gap: 0.375rem;
        align-items: center;
        justify-content: center;
      }
      .static-preload-dots span {
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 9999px;
        background: #c0392b;
        opacity: 0.35;
        animation: static-dot 1.2s ease-in-out infinite;
      }
      .static-preload-dots span:nth-child(2) { animation-delay: 0.15s; }
      .static-preload-dots span:nth-child(3) { animation-delay: 0.3s; }
      @keyframes static-shimmer {
        0% { background-position: 100% 0; }
        100% { background-position: -100% 0; }
      }
      @keyframes static-spin {
        to { transform: rotate(360deg); }
      }
      @keyframes static-pulse {
        0%, 100% { transform: scale(1); opacity: 1; }
        50% { transform: scale(1.06); opacity: 0.88; }
      }
      @keyframes static-dot {
        0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
        40% { opacity: 1; transform: translateY(-0.2rem); }
      }
      .static-skip-link {
        position: absolute;
        left: -9999px;
        top: 0.5rem;
        z-index: 100;
        padding: 0.5rem 0.75rem;
        border-radius: 0.375rem;
        background: #c0392b;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 600;
        text-decoration: none;
      }
      .static-skip-link:focus {
        left: 1rem;
        outline: 2px solid #1c1917;
        outline-offset: 2px;
      }
      .static-site-footer {
        margin: 0;
        padding: 1rem 1.5rem;
        text-align: center;
        font-size: 0.75rem;
        color: #78716c;
        background: #faf8f6;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
      }
      @media (prefers-reduced-motion: reduce) {
        #static-phase,
        #app-mount,
        #root[data-static-shell] .static-shell-preload,
        .static-page-preload,
        #main-content[data-seo-prerender="1"] .static-site-chrome,
        #main-content[data-seo-prerender="1"] .static-site-footer,
        #root > .static-site-chrome,
        #root > .static-site-footer,
        #root > .static-skip-link {
          transition: none !important;
        }
        .static-nav-pill,
        .static-preload-ring::before,
        .static-preload-mark,
        .static-preload-dots span {
          animation: none !important;
        }
        .static-preload-ring::before {
          border-top-color: rgba(192, 57, 43, 0.35);
        }
        .static-preload-dots span { opacity: 0.7; }
