:root{
    --shadow: rgba(0,0,0,0.72);
    --white: rgba(255,255,255,0.94);
    --whiteDim: rgba(255,255,255,0.86);
    --whiteFaint: rgba(255,255,255,0.58);
    --panel: rgba(0,0,0,0.34);
    --panelBorder: rgba(255,255,255,0.10);
    --gold: rgba(236,174,82,0.96);
    --warmTitle: rgba(241,184,96,0.96);
    --heroTop: clamp(124px, 12vh, 144px);
    --panelTop: clamp(166px, calc(13vh + 46px), 196px);
    --panelBottom: 136px;
    --panelHeight: clamp(500px, calc(100dvh - var(--panelTop) - var(--panelBottom)), 820px);
    --panelWidth: clamp(860px, min(calc(100vw - 660px), calc(var(--panelHeight) * 1.78)), 1400px);
  }

  html, body{
    height: 100%;
    margin: 0;
    background: #000;
    overflow: hidden;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  }

  .stage{
    position: fixed;
    inset: 0;
    background: #000;
  }

  .bg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    filter: brightness(1.05) contrast(1.12) saturate(0.92);
    transition: opacity 4200ms ease;
    transform: scale(1);
    transform-origin: center center;
    will-change: opacity, transform;
  }

  .stage.ready .bg{
    opacity: 0.62;
    animation: slowDepthZoom 52s ease-in-out infinite alternate;
  }

  .stage.bg-swapping .bg{
    opacity: 0;
  }

  @keyframes slowDepthZoom{
    0%{
      transform: scale(1);
    }
    50%{
      transform: scale(1.25);
    }
    100%{
      transform: scale(0.75);
    }
  }

  .overlay{
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 4200ms ease;
    will-change: opacity;
    background:
      radial-gradient(1000px 640px at 50% 42%, rgba(0,0,0,0.02), rgba(0,0,0,0.10)),
      linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.62));
  }

  .stage.ready .overlay{
    opacity: 0.30;
  }

  .mobile-menu-button,
  .footer-menu-button{
    display: none;
  }

  .mobile-menu-button span{
    display: block;
  }

  .site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
    z-index: 1500;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr) auto;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.92);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 38px rgba(0,0,0,0.44);
  }

  .brand-logo{
    width: 294px;
    height: 66px;
    display: grid;
    place-items: center;
    justify-self: start;
    border-radius: 12px;
    border: 1px solid rgba(229,190,106,0.18);
    background: rgba(0,0,0,0.18);
    text-decoration: none;
    overflow: visible;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .brand-logo:hover{
    transform: scale(1.06);
    border-color: rgba(229,190,106,0.62);
    box-shadow:
      0 0 18px rgba(229,190,106,0.18),
      0 0 42px rgba(229,190,106,0.12);
  }

  .brand-logo img{
    width: 286px;
    max-height: 60px;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .tabs{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 1800ms ease, transform 1800ms ease;
    transition-delay: 6400ms;
  }

  .stage.ready .tabs{
    opacity: 1;
    transform: translateY(0);
  }

  .tab,
  .chain-link,
  .forum-login-link,
  .forum-access-link{
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(8,8,8,0.38);
    color: rgba(255,255,255,0.82);
    border-radius: 999px;
    padding: 12px 15px;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    backdrop-filter: blur(14px);
    transition:
      color 220ms ease,
      border-color 220ms ease,
      background 220ms ease,
      transform 220ms ease,
      box-shadow 220ms ease,
      filter 220ms ease;
  }

  .forum-login-link[hidden],
  .forum-access-link[hidden],
  .header-actions [data-requires-login][hidden],
  .header-actions [data-logged-out-only][hidden]{
    display: none !important;
  }

  .header-actions{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: end;
    gap: 6px;
    justify-content: flex-end;
  }

  .header-action-row{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
  }

  .header-status-row{
    min-height: 46px;
  }

  .header-primary-row{
    gap: 20px;
    min-height: 44px;
  }

  .header-status-row .forum-login-link{
    order: 1;
  }

  .header-status-row .forum-presence-anchor{
    order: 2;
  }

  .header-status-row .status-pill-wrap{
    order: 3;
  }

  .header-status-row .account-menu{
    order: 4;
  }

  .forum-presence-anchor{
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .forum-presence-strip{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-height: 0;
    margin: 0;
    padding: 2px 4px;
    box-sizing: border-box;
    color: rgba(255,244,220,0.96);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow:
      0 0 8px rgba(236,116,38,0.46),
      0 1px 2px rgba(0,0,0,0.72);
    pointer-events: none;
  }

  .forum-login-link.is-profile-avatar{
    width: 46px;
  }

  .forum-login-link.is-profile-avatar img{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
    background: rgba(0,0,0,0.74);
    box-shadow:
      0 0 12px rgba(236,174,82,0.34),
      0 0 24px rgba(236,116,38,0.14),
      inset 0 0 0 1px rgba(236,174,82,0.46);
  }

  .forum-presence-avatar{
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 999px;
    object-fit: cover;
    background: rgba(0,0,0,0.72);
    box-shadow:
      0 0 12px rgba(236,174,82,0.34),
      0 0 24px rgba(236,116,38,0.14),
      inset 0 0 0 1px rgba(236,174,82,0.40);
  }

  .forum-presence-label{
    display: inline-block;
    padding: 2px 6px 3px;
    border: 1px solid rgba(236,174,82,0.18);
    border-radius: 999px;
    background: rgba(0,0,0,0.42);
    box-shadow:
      0 0 10px rgba(236,116,38,0.12),
      inset 0 1px 0 rgba(255,255,255,0.05);
  }

  .account-menu{
    position: relative;
    z-index: 1510;
  }

  .account-menu.open{
    z-index: 1600;
  }

  .account-menu-toggle{
    cursor: pointer;
  }

  .account-menu-panel{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1605;
    width: 210px;
    padding: 8px;
    border: 1px solid rgba(236,174,82,0.28);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(18,13,10,0.96), rgba(5,5,5,0.94));
    box-shadow:
      0 18px 38px rgba(0,0,0,0.56),
      0 0 22px rgba(236,116,38,0.14),
      inset 0 1px 0 rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .account-menu.open .account-menu-panel{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .account-menu-panel a{
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 10px;
    color: rgba(255,255,255,0.82);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
      color 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease;
  }

  .account-menu-panel a:hover,
  .account-menu-panel a:focus-visible{
    color: rgba(255,255,255,0.98);
    background: rgba(236,174,82,0.14);
    box-shadow: inset 0 0 0 1px rgba(236,174,82,0.20);
    outline: none;
  }

  .status-pill-wrap{
    position: relative;
    order: 5;
  }

  .site-status-pill{
    min-height: 36px;
    padding: 0 15px;
    border: 1px solid rgba(236,174,82,0.62);
    border-radius: 999px;
    background: rgba(236,174,82,0.12);
    color: rgba(255,255,255,0.98);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    backdrop-filter: blur(14px);
    box-shadow:
      0 0 16px rgba(236,174,82,0.26),
      0 0 42px rgba(236,116,38,0.14),
      inset 0 1px 0 rgba(255,255,255,0.08);
    filter: drop-shadow(0 0 10px rgba(236,174,82,0.22));
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .site-status-pill::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(83,255,154,0.96);
    box-shadow:
      0 0 10px rgba(83,255,154,0.62),
      0 0 22px rgba(83,255,154,0.30);
  }

  .site-status-pill:hover,
  .site-status-pill[aria-expanded="true"]{
    transform: translateY(-1px) scale(1.08);
    border-color: rgba(236,174,82,0.72);
    background: rgba(236,174,82,0.16);
    box-shadow:
      0 0 18px rgba(236,174,82,0.34),
      0 0 48px rgba(236,116,38,0.18),
      inset 0 1px 0 rgba(255,255,255,0.09);
  }

  .site-status-panel{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1305;
    width: 310px;
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid rgba(236,174,82,0.56);
    border-radius: 16px;
    background: rgba(5,5,5,0.96);
    color: rgba(255,255,255,0.82);
    text-align: left;
    backdrop-filter: blur(18px);
    box-shadow:
      0 20px 54px rgba(0,0,0,0.66),
      0 0 28px rgba(236,174,82,0.20),
      0 0 56px rgba(236,116,38,0.12),
      inset 0 1px 0 rgba(255,255,255,0.07);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.98);
    transform-origin: top right;
    transition: opacity 160ms ease, transform 200ms ease;
  }

  .status-pill-wrap.open .site-status-panel{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-status-panel h2{
    margin: 0 0 10px;
    color: rgba(241,184,96,0.98);
    font-family: "Cinzel", Georgia, serif;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .status-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 12px;
    line-height: 1.35;
  }

  .status-row strong{
    color: rgba(83,255,154,0.92);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .status-note{
    margin: 12px 0 0;
    color: rgba(255,255,255,0.64);
    font-size: 11px;
    line-height: 1.45;
  }

  .chain-link,
  .forum-login-link,
  .forum-access-link{
    position: relative;
    width: auto;
    height: 50px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .chain-link{
    order: 6;
  }

  .quick-reference-toggle{
    position: fixed;
    top: 144px;
    left: 320px;
    z-index: 1202;
    width: 46px;
    height: 46px;
    cursor: pointer;
  }

  .quick-reference-toggle[aria-expanded="true"]{
    transform: scale(1.08);
    filter:
      drop-shadow(0 0 10px rgba(229,190,106,0.52))
      drop-shadow(0 0 22px rgba(236,116,38,0.28));
  }

  .forum-access-link{
    order: 1;
  }

  .forum-login-link{
    order: 4;
  }

  .forum-access-link[href="notifications.html"]{
    order: 3;
  }

  .forum-access-link[href="private-messages.html"]{
    order: 2;
  }

  .forum-access-link[href="register.html"]{
    order: 1;
  }

  .forum-access-link.has-badge::after{
    content: attr(data-badge-count);
    position: absolute;
    top: 6px;
    right: -2px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    box-sizing: border-box;
    border: 1px solid rgba(236,174,82,0.74);
    border-radius: 999px;
    background: rgba(3,3,3,0.96);
    color: rgba(241,184,96,0.98);
    font-size: 9px;
    font-weight: 900;
    line-height: 13px;
    text-align: center;
    box-shadow:
      0 0 10px rgba(236,116,38,0.34),
      inset 0 1px 0 rgba(255,255,255,0.08);
  }

  .deep-dive-menu{
    position: fixed;
    top: 148px;
    right: 28px;
    z-index: 1202;
  }

  .deep-dive-toggle{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-height: 36px;
    padding: 0 34px 0 16px;
    border: 1px solid rgba(236,174,82,0.62);
    border-radius: 999px;
    background: rgba(236,174,82,0.12);
    color: rgba(255,255,255,0.98);
    font: 900 10px/1 Arial, sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(14px);
    box-shadow:
      0 0 16px rgba(236,174,82,0.26),
      0 0 42px rgba(236,116,38,0.14),
      inset 0 1px 0 rgba(255,255,255,0.08);
    filter: drop-shadow(0 0 10px rgba(236,174,82,0.22));
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
  }

  .deep-dive-toggle::before{
    content: "Section Navigation";
  }

  .deep-dive-toggle::after{
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid rgba(255,255,255,0.92);
    border-bottom: 2px solid rgba(255,255,255,0.92);
    transform: translateY(-68%) rotate(45deg);
    pointer-events: none;
  }

  .deep-dive-toggle:hover,
  .deep-dive-toggle[aria-expanded="true"]{
    transform: translateY(-1px) scale(1.04);
    border-color: rgba(236,174,82,0.72);
    background: rgba(236,174,82,0.16);
    box-shadow:
      0 0 18px rgba(236,174,82,0.34),
      0 0 48px rgba(236,116,38,0.18),
      inset 0 1px 0 rgba(255,255,255,0.09);
  }

  .deep-dive-toggle img{
    display: none;
  }

  .deep-dive-panel{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1305;
    width: 230px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(236,174,82,0.56);
    border-radius: 16px;
    background: rgba(5,5,5,0.96);
    color: rgba(255,255,255,0.82);
    text-align: left;
    backdrop-filter: blur(18px);
    box-shadow:
      0 20px 54px rgba(0,0,0,0.66),
      0 0 28px rgba(236,174,82,0.20),
      0 0 56px rgba(236,116,38,0.12),
      inset 0 1px 0 rgba(255,255,255,0.07);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.98);
    transform-origin: top right;
    transition: opacity 160ms ease, transform 200ms ease;
  }

  .deep-dive-menu.open .deep-dive-panel{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .deep-dive-panel h2{
    margin: 0 0 8px;
    color: rgba(241,184,96,0.98);
    font-family: "Cinzel", Georgia, serif;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .deep-dive-panel a{
    display: block;
    padding: 9px 10px;
    border-radius: 10px;
    color: rgba(255,255,255,0.84);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .deep-dive-panel a:hover,
  .deep-dive-panel a:focus-visible{
    outline: none;
    background: rgba(236,174,82,0.14);
    color: rgba(255,255,255,0.98);
    box-shadow: inset 0 0 0 1px rgba(236,174,82,0.24);
  }

  .chain-link img{
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
  }

  .forum-login-link img,
  .forum-access-link img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 7px 12px rgba(0,0,0,0.44));
  }

  .tab:hover,
  .tab.active{
    color: rgba(255,255,255,0.98);
    border-color: rgba(236,174,82,0.62);
    background: rgba(236,174,82,0.12);
    transform: translateY(-1px) scale(1.08);
    box-shadow:
      0 0 16px rgba(236,174,82,0.26),
      0 0 42px rgba(236,116,38,0.14),
      inset 0 1px 0 rgba(255,255,255,0.08);
    filter: drop-shadow(0 0 10px rgba(236,174,82,0.22));
  }

  .chain-link:hover,
  .forum-login-link:hover,
  .forum-access-link:hover{
    color: rgba(255,255,255,0.98);
    border-color: transparent;
    background: transparent;
    transform: scale(1.06);
    box-shadow: none;
    filter: drop-shadow(0 0 10px rgba(229,190,106,0.28));
  }

  @media (hover:hover) and (pointer:fine) and (min-width:981px){
    .header-actions .chain-link[data-tooltip]::before,
    .header-actions .forum-access-link[data-tooltip]::before{
      content: attr(data-tooltip);
      position: absolute;
      left: 50%;
      top: calc(100% + 13px);
      z-index: 1700;
      min-width: 122px;
      max-width: 220px;
      padding: 11px 13px 10px;
      box-sizing: border-box;
      border: 1px solid rgba(236,116,38,0.78);
      border-radius: 11px;
      background: rgba(5,5,5,0.96);
      color: rgba(241,184,96,0.98);
      font-family: Arial, sans-serif;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.13em;
      line-height: 1.15;
      text-align: center;
      text-transform: uppercase;
      white-space: normal;
      pointer-events: none;
      opacity: 0;
      transform: translate(-50%, -6px) scale(0.98);
      transition: opacity 160ms ease, transform 180ms ease;
      box-shadow:
        0 16px 34px rgba(0,0,0,0.62),
        0 0 24px rgba(236,174,82,0.24),
        0 0 54px rgba(236,116,38,0.14),
        inset 0 1px 0 rgba(255,255,255,0.07);
    }

    .header-actions .chain-link[data-tooltip]::after,
    .header-actions .forum-access-link[data-tooltip]::after{
      content: "";
      position: absolute;
      left: 50%;
      top: calc(100% + 5px);
      z-index: 1701;
      width: 14px;
      height: 14px;
      border-left: 1px solid rgba(236,116,38,0.78);
      border-top: 1px solid rgba(236,116,38,0.78);
      background: rgba(5,5,5,0.96);
      pointer-events: none;
      opacity: 0;
      transform: translate(-50%, -6px) rotate(45deg) scale(0.98);
      transition: opacity 160ms ease, transform 180ms ease;
      box-shadow: -5px -5px 14px rgba(236,116,38,0.08);
    }

    .header-actions .chain-link[data-tooltip]:hover::before,
    .header-actions .chain-link[data-tooltip]:focus-visible::before,
    .header-actions .forum-access-link[data-tooltip]:hover::before,
    .header-actions .forum-access-link[data-tooltip]:focus-visible::before{
      opacity: 1;
      transform: translate(-50%, 0) scale(1);
    }

    .header-actions .chain-link[data-tooltip]:hover::after,
    .header-actions .chain-link[data-tooltip]:focus-visible::after,
    .header-actions .forum-access-link[data-tooltip]:hover::after,
    .header-actions .forum-access-link[data-tooltip]:focus-visible::after{
      opacity: 1;
      transform: translate(-50%, 0) rotate(45deg) scale(1);
    }
  }

  .content{
    position: relative;
    height: 100%;
    text-align: center;
    padding: 0;
    text-shadow: 0 14px 44px var(--shadow);
    color: var(--white);
  }

  .inner{
    position: static;
    transform: none;
    max-width: none;
    width: 100%;
  }

  .home-page,
  .deep-page{
    --heroTop: 112px;
    --panelTop: clamp(180px, calc(14vh + 50px), 210px);
  }

  .quick-icon-nav{
    position: fixed;
    top: var(--heroTop);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    z-index: 1100;
    width: min(1320px, calc(100vw - 48px));
    display: grid;
    grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
    align-items: center;
    gap: clamp(12px, 1.8vw, 28px);
    padding: 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    opacity: 0;
    transition: opacity 900ms ease, transform 900ms ease;
  }

  .stage.quick-reference-open .quick-icon-nav{
    padding: 8px 24px;
    border: 1px solid rgba(236,174,82,0.14);
    border-radius: 22px;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.28), rgba(0,0,0,0.48) 50%, rgba(0,0,0,0.28)),
      rgba(0,0,0,0.22);
    backdrop-filter: blur(8px);
    box-shadow:
      0 18px 46px rgba(0,0,0,0.34),
      0 0 36px rgba(236,116,38,0.08),
      inset 0 1px 0 rgba(255,255,255,0.05);
  }

  .quick-icon-nav[hidden]{
    display: none;
  }

  .stage.ready .quick-icon-nav{
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .quick-row-side{
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .quick-row-side-left{
    justify-content: flex-end;
  }

  .quick-row-side-right{
    justify-content: flex-start;
  }

  .quick-icon-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(45px, 3.2vw, 59px);
  }

  .quick-nav-link{
    position: relative;
    width: 102px;
    height: 89px;
    display: grid;
    place-items: center;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,0.74);
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    transform-origin: center center;
    transition: transform 420ms cubic-bezier(.18, 1.35, .32, 1), filter 260ms ease, color 220ms ease;
  }

  .quick-nav-link:hover,
  .quick-nav-link.active{
    transform: translateY(-6px) scale(1.15);
    color: rgba(255,255,255,0.94);
    filter: drop-shadow(0 0 22px rgba(236,174,82,0.42));
  }

  .quick-nav-link img{
    width: 78px;
    height: 78px;
    max-width: 78px;
    max-height: 78px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 7px 10px rgba(0,0,0,0.42));
  }

  .quick-tooltip{
    position: absolute;
    left: 50%;
    top: calc(100% + 12px);
    z-index: 35;
    width: 220px;
    padding: 12px 14px 13px;
    box-sizing: border-box;
    border: 1px solid rgba(236,132,38,0.78);
    border-radius: 10px;
    background: rgba(3,3,3,0.96);
    color: rgba(255,255,255,0.88);
    box-shadow:
      0 16px 34px rgba(0,0,0,0.62),
      0 0 24px rgba(236,116,38,0.34),
      0 0 52px rgba(236,174,82,0.14),
      inset 0 1px 0 rgba(255,255,255,0.07);
    pointer-events: none;
    text-align: left;
    transform: translateX(-50%) translateY(-8px) scale(0.96);
    transform-origin: center top;
    opacity: 0;
    transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
  }

  .quick-tooltip::before{
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 12px;
    height: 12px;
    border-left: 1px solid rgba(236,132,38,0.78);
    border-top: 1px solid rgba(236,132,38,0.78);
    background: rgba(3,3,3,0.96);
    pointer-events: none;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: -5px -5px 14px rgba(236,116,38,0.16);
  }

  .quick-tooltip-title,
  .quick-tooltip-text{
    position: relative;
    z-index: 1;
    display: block;
  }

  .quick-tooltip-title{
    margin-bottom: 5px;
    color: rgba(241,184,96,0.96);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.10em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .quick-tooltip-text{
    color: rgba(255,255,255,0.84);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.35;
  }

  .quick-nav-link:hover .quick-tooltip,
  .quick-nav-link:focus-visible .quick-tooltip{
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .quick-modal-layer{
    position: fixed;
    inset: 0;
    z-index: 1250;
    display: grid;
    place-items: center;
    padding: 120px 24px 92px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .quick-modal-layer.open{
    opacity: 1;
    pointer-events: auto;
  }

  .quick-modal-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.58);
    backdrop-filter: blur(8px);
  }

  .quick-modal{
    position: relative;
    width: min(var(--panelWidth), calc(100vw - 48px));
    height: min(var(--panelHeight), calc(100dvh - 170px));
    max-height: min(var(--panelHeight), calc(100dvh - 170px));
    display: none;
    overflow: auto;
    padding: 26px;
    box-sizing: border-box;
    border: 1px solid rgba(229,190,106,0.24);
    border-radius: 18px;
    background:
      radial-gradient(circle at top right, rgba(149,59,24,0.34), transparent 38%),
      rgba(6,6,6,0.78);
    box-shadow:
      0 26px 90px rgba(0,0,0,0.70),
      inset 0 1px 0 rgba(255,255,255,0.05);
    scrollbar-width: thin;
    scrollbar-color: rgba(229,190,106,0.46) rgba(0,0,0,0.34);
  }

  .quick-modal::-webkit-scrollbar{
    width: 8px;
  }

  .quick-modal::-webkit-scrollbar-track{
    background: rgba(0,0,0,0.42);
    border-radius: 999px;
  }

  .quick-modal::-webkit-scrollbar-thumb{
    background:
      linear-gradient(180deg, rgba(229,190,106,0.58), rgba(126,82,34,0.52));
    border: 1px solid rgba(0,0,0,0.36);
    border-radius: 999px;
  }

  .quick-modal::-webkit-scrollbar-thumb:hover{
    background:
      linear-gradient(180deg, rgba(241,184,96,0.72), rgba(160,98,38,0.64));
  }

  .quick-modal::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background:
      radial-gradient(circle at top right, rgba(149,59,24,0.18), transparent 42%),
      linear-gradient(180deg, rgba(0,0,0,0.34), rgba(0,0,0,0.68));
    pointer-events: none;
  }

  .quick-modal > :not(.quick-modal-video){
    position: relative;
    z-index: 2;
  }

  .quick-modal-video{
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: inherit;
    background: #000;
    opacity: 0.68;
    pointer-events: none;
  }

  .quick-modal.active{
    display: block;
  }

  .quick-modal-close{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.84);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
  }

  .quick-modal-title-row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 0 52px 22px 0;
    min-height: 56px;
  }

  .quick-modal-title-row img{
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(0,0,0,0.48));
  }

  .quick-modal h2{
    margin: 0;
    color: var(--gold);
    font-family: "Cinzel", serif;
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: 0.06em;
    text-align: left;
  }

  .quick-facts{
    display: grid;
    gap: 10px;
  }

  .quick-facts p{
    margin: 0;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 12px;
    background: rgba(255,255,255,0.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
  }

  .quick-facts span{
    color: rgba(229,190,106,0.72);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: left;
  }

  .quick-facts strong{
    min-width: 0;
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
  }

  .quick-copy{
    border: 1px solid rgba(229,190,106,0.26);
    border-radius: 999px;
    background: rgba(229,190,106,0.10);
    color: rgba(255,255,255,0.88);
    cursor: pointer;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
  }

  .quick-modal-actions{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .quick-modal-actions a{
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.88);
    padding: 9px 14px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  }

  .quick-modal-actions a:hover,
  .quick-copy:hover,
  .quick-modal-close:hover{
    background: rgba(229,190,106,0.14);
    border-color: rgba(229,190,106,0.44);
    color: rgba(255,255,255,0.96);
  }

  .hero-copy{
    position: fixed;
    top: var(--heroTop);
    left: 50%;
    transform: translateX(-50%);
    width: min(900px, calc(100vw - 40px));
    z-index: 3;
    }

  .title{
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 1600ms ease, transform 1600ms ease;
    will-change: opacity, transform;
  }

  .divider,
  .line2,
  .line3{
    display: none;
  }

  .panel{
    opacity: 0;
    transition: opacity 900ms ease;
    will-change: opacity;
  }

  .stage.ready .title{
    opacity: 1;
    transform: translateY(0);
  }

  .stage.pane-ready .panel{
    opacity: 1;
  }

  .title{ transition-delay: 1600ms; }
  .panel{ transition-delay: 0ms; }

  h1{
    margin: 0 0 18px;
    font-weight: 300;
    letter-spacing: 0.22em;
    font-size: clamp(30px, 4vw, 54px);
  }

  .site-title{
    margin: 0 0 6px;
    font-family: "Cinzel", "Bookman Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 700;
    letter-spacing: 0.11em;
    text-align: center;
    color: var(--warmTitle);
    text-shadow:
      0 10px 28px rgba(0,0,0,0.82),
      0 0 24px rgba(236,174,82,0.14);
  }

  .divider{
    width: 64px;
    height: 1px;
    background: rgba(255,255,255,0.24);
    margin: 8px auto 8px;
  }

  .line2, .line3{
    margin: 0;
    font-weight: 300;
    font-size: clamp(13px, 1.25vw, 17px);
    letter-spacing: 0.06em;
    line-height: 1.35;
    color: var(--whiteDim);
  }

  .line3{
    color: var(--gold);
  }

  .panel{
    display: none;
    position: fixed;
    top: var(--panelTop);
    bottom: var(--panelBottom);
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 20px;

    width: var(--panelWidth);
    max-width: calc(100vw - 96px);

    height: var(--panelHeight);
    max-height: var(--panelHeight);

    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    background: rgba(0,0,0,0.48);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 70px rgba(0,0,0,0.30);

    box-sizing: border-box;
    z-index: 2;
    }

  .panel::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      radial-gradient(760px 280px at 50% 18%, rgba(0,0,0,0.08), rgba(0,0,0,0.30)),
      linear-gradient(to bottom, rgba(0,0,0,0.28), rgba(0,0,0,0.12) 52%, rgba(0,0,0,0.08));
  }

  .panel-video{
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    filter: none;
    pointer-events: none;
  }

  .panel::-webkit-scrollbar{
    width: 8px;
  }

  .panel::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.06);
    border-radius: 999px;
  }

  .panel::-webkit-scrollbar-thumb{
    background: rgba(229,190,106,0.42);
    border-radius: 999px;
  }

  .panel.visible{
    display: block;
  }

  .panel-content{
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .pane-header-row{
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex: 0 0 auto;
    min-height: 48px;
    margin: 0 0 14px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid rgba(236,174,82,0.22);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(18,18,18,0.74), rgba(0,0,0,0.48)),
      rgba(0,0,0,0.40);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.05),
      0 14px 34px rgba(0,0,0,0.22);
    overflow: visible;
  }

  .pane-header-title{
    margin: 0;
    color: rgba(241,184,96,0.98);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(15px, 1.35vw, 20px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .pane-header-links{
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
  }

  .pane-header-links a{
    position: relative;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    overflow: visible;
    transition: transform 180ms ease, filter 180ms ease;
  }

  .pane-header-links img{
    width: 35px;
    height: 35px;
    max-width: 35px;
    max-height: 35px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 7px rgba(229,190,106,0.14));
    transition: transform 180ms ease, filter 180ms ease;
  }

  .pane-header-links a:hover,
  .pane-header-links a:focus-visible{
    outline: none;
    transform: translateY(-2px) scale(1.08);
    filter: drop-shadow(0 0 16px rgba(236,132,38,0.30));
  }

  .pane-header-links a:hover img,
  .pane-header-links a:focus-visible img{
    transform: scale(1.16);
    filter:
      drop-shadow(0 0 8px rgba(229,190,106,0.52))
      drop-shadow(0 0 18px rgba(236,116,38,0.26));
  }

  @media (min-width: 981px) and (hover: hover) and (pointer: fine){
    .pane-header-links a[data-tooltip]::before{
      content: attr(data-tooltip);
      position: absolute;
      left: 50%;
      top: calc(100% + 12px);
      z-index: 45;
      min-width: 128px;
      padding: 10px 13px 11px;
      box-sizing: border-box;
      border: 1px solid rgba(236,132,38,0.78);
      border-radius: 10px;
      background: rgba(3,3,3,0.96);
      color: rgba(241,184,96,0.96);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.10em;
      line-height: 1.1;
      pointer-events: none;
      text-align: center;
      text-transform: uppercase;
      transform: translateX(-50%) translateY(-8px) scale(0.96);
      transform-origin: center top;
      opacity: 0;
      box-shadow:
        0 16px 34px rgba(0,0,0,0.62),
        0 0 24px rgba(236,116,38,0.34),
        0 0 52px rgba(236,174,82,0.14),
        inset 0 1px 0 rgba(255,255,255,0.07);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    .pane-header-links a[data-tooltip]::after{
      content: "";
      position: absolute;
      left: 50%;
      top: calc(100% + 5px);
      z-index: 46;
      width: 12px;
      height: 12px;
      border-left: 1px solid rgba(236,132,38,0.78);
      border-top: 1px solid rgba(236,132,38,0.78);
      background: rgba(3,3,3,0.96);
      pointer-events: none;
      transform: translateX(-50%) translateY(-8px) rotate(45deg) scale(0.96);
      opacity: 0;
      box-shadow: -5px -5px 14px rgba(236,116,38,0.16);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    .pane-header-links a[data-tooltip]:hover::before,
    .pane-header-links a[data-tooltip]:focus-visible::before{
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1);
    }

    .pane-header-links a[data-tooltip]:hover::after,
    .pane-header-links a[data-tooltip]:focus-visible::after{
      opacity: 1;
      transform: translateX(-50%) translateY(0) rotate(45deg) scale(1);
    }
  }

  .pane{
    display: none;
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0;
    color: rgba(255,255,255,0.80);
    font-size: clamp(13px, 1.1vw, 15px);
    line-height: 1.55;
    letter-spacing: 0.025em;
    margin: 0 auto;
    max-width: 100%;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(229,190,106,0.34) rgba(255,255,255,0.035);
    }

  .pane::after{
    content: "";
    display: block;
    height: 76px;
  }

  .pane:has(> .cta-row)::after{
    height: 0;
  }

  .pane-action-bar{
    display: none;
  }

  .pane p{
    margin: 0 0 12px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(18,18,18,0.70), rgba(0,0,0,0.48)),
      rgba(0,0,0,0.38);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.045),
      0 14px 34px rgba(0,0,0,0.22);
  }

  .pane p:last-child{
    margin-bottom: 0;
  }

  .pane .pane-declaration-title{
    margin: 0;
    color: var(--warmTitle);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow:
      0 0 12px rgba(236,174,82,0.20),
      0 0 26px rgba(236,116,38,0.12);
  }

  .welcome-declaration{
    margin: 0 0 18px;
    overflow: hidden;
    border: 1px solid rgba(236,174,82,0.18);
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(18,18,18,0.72), rgba(0,0,0,0.46)),
      rgba(0,0,0,0.40);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.045),
      0 16px 38px rgba(0,0,0,0.24);
    transform: translateY(0);
    transition:
      border-color 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease,
      background 220ms ease;
  }

  @media (hover: hover) and (pointer: fine){
    .welcome-declaration:hover{
      transform: translateY(-3px);
      border-color: rgba(236,174,82,0.50);
      background:
        linear-gradient(145deg, rgba(28,22,13,0.78), rgba(0,0,0,0.48)),
        rgba(0,0,0,0.42);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 18px 42px rgba(0,0,0,0.30),
        0 0 22px rgba(236,174,82,0.24),
        0 0 52px rgba(236,116,38,0.14);
    }
  }

  .welcome-declaration .pane-declaration-title{
    display: block;
    padding: 13px 16px;
    border-bottom: 1px solid rgba(236,174,82,0.16);
    background:
      linear-gradient(145deg, rgba(24,20,14,0.76), rgba(0,0,0,0.48)),
      rgba(0,0,0,0.32);
  }

  .welcome-declaration-body{
    padding: 14px 16px 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.025), rgba(0,0,0,0.08)),
      rgba(0,0,0,0.16);
  }

  .welcome-declaration-body p{
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .welcome-declaration-body p:last-child{
    margin-bottom: 0;
  }

  .tribune-edition{
    overflow: hidden;
    border: 1px solid rgba(236,174,82,0.22);
    border-radius: 18px;
    background:
      radial-gradient(circle at 76% 10%, rgba(236,116,38,0.16), transparent 36%),
      linear-gradient(145deg, rgba(18,18,18,0.78), rgba(0,0,0,0.54)),
      rgba(0,0,0,0.42);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.05),
      0 18px 44px rgba(0,0,0,0.28);
    transition:
      border-color 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease,
      background 220ms ease;
  }

  @media (hover: hover) and (pointer: fine){
    .tribune-edition:hover{
      transform: translateY(-3px);
      border-color: rgba(236,174,82,0.48);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 18px 44px rgba(0,0,0,0.34),
        0 0 24px rgba(236,174,82,0.22),
        0 0 58px rgba(236,116,38,0.14);
    }
  }

  .tribune-edition-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 18px;
    border-bottom: 1px solid rgba(236,174,82,0.18);
    background:
      linear-gradient(145deg, rgba(24,20,14,0.78), rgba(0,0,0,0.50)),
      rgba(0,0,0,0.34);
  }

  .tribune-edition-title{
    margin: 0 0 5px;
    color: rgba(241,184,96,0.98);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(15px, 1.2vw, 19px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow:
      0 0 12px rgba(236,174,82,0.20),
      0 0 26px rgba(236,116,38,0.12);
  }

  .tribune-timestamp{
    display: block;
    color: rgba(255,255,255,0.56);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.10em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .tribune-forum-link{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(236,174,82,0.36);
    border-radius: 999px;
    background: rgba(0,0,0,0.44);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.06),
      0 0 18px rgba(236,174,82,0.12);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .tribune-forum-link img{
    width: 29px;
    height: 29px;
    object-fit: contain;
    display: block;
  }

  .tribune-forum-link:hover,
  .tribune-forum-link:focus-visible{
    outline: none;
    transform: translateY(-1px) scale(1.08);
    border-color: rgba(236,174,82,0.66);
    box-shadow:
      0 0 18px rgba(236,174,82,0.30),
      0 0 34px rgba(236,116,38,0.18);
  }

  .tribune-feature{
    display: grid;
    grid-template-columns: minmax(190px, 30%) 1fr;
    gap: 18px;
    padding: 18px 18px 12px;
    align-items: start;
  }

  .tribune-thumb{
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    background: rgba(0,0,0,0.36);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.04),
      0 14px 32px rgba(0,0,0,0.26);
  }

  .tribune-thumb img{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 260ms ease, filter 260ms ease;
  }

  .tribune-thumb:hover img,
  .tribune-thumb:focus-visible img{
    transform: scale(1.04);
    filter: saturate(1.08) brightness(1.06);
  }

  .tribune-intro,
  .tribune-section{
    min-width: 0;
  }

  .tribune-intro-head{
    margin: 0 0 10px;
  }

  .tribune-intro h4,
  .tribune-section h4{
    margin: 0 0 10px;
    color: rgba(241,184,96,0.98);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(15px, 1.1vw, 18px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .tribune-intro-head h4{
    margin-bottom: 4px;
  }

  .tribune-edition p{
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .tribune-edition p:last-child{
    margin-bottom: 0;
  }

  .tribune-section{
    margin: 0 18px 14px;
    padding: 15px 16px;
    border: 1px solid rgba(236,174,82,0.14);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(18,18,18,0.52), rgba(0,0,0,0.32)),
      rgba(0,0,0,0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  }

  .tribune-section a,
  .tribune-thread-link{
    color: rgba(241,184,96,0.98);
    font-weight: 900;
    text-decoration: none;
  }

  .tribune-section a:hover,
  .tribune-thread-link:hover,
  .tribune-section a:focus-visible,
  .tribune-thread-link:focus-visible{
    outline: none;
    color: #fff;
    text-shadow: 0 0 12px rgba(236,174,82,0.34);
  }

  .tribune-thread-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-top: 2px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 999px;
    background: rgba(255,255,255,0.055);
    color: rgba(255,255,255,0.82);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .tribune-footer-discuss{
    width: 38px;
    height: 38px;
  }

  .tribune-footer-discuss img{
    width: 23px;
    height: 23px;
  }

  .token-grid p,
  .chart-panel p,
  .buzz-card p,
  .faq-list p,
  .dev-card p,
  .pane .cta-row p{
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pane.active{
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .pane strong{
    color: rgba(255,255,255,0.94);
    font-weight: 500;
  }

  .pane-visual{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 18px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    box-shadow: 0 18px 46px rgba(0,0,0,0.34);
  }

  .pane-visual img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .home-page .pane.pane-background{
    min-height: 100%;
    box-sizing: border-box;
    padding: 18px;
    overflow: hidden;
    background-image:
      linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.54)),
      var(--pane-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal, normal;
  }

  .home-page .pane.pane-background > .pane-visual{
    display: none;
  }

  .home-page .pane-shell{
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(236,174,82,0.24);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(12,10,8,0.34), rgba(0,0,0,0.16)),
      rgba(0,0,0,0.18);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.06),
      inset 0 0 44px rgba(0,0,0,0.24),
      0 18px 44px rgba(0,0,0,0.30);
  }

  .home-page .pane-shell-header{
    position: relative;
    z-index: 4;
    border-bottom: 1px solid rgba(236,174,82,0.16);
    background:
      linear-gradient(90deg, rgba(0,0,0,0.76), rgba(24,14,10,0.54), rgba(0,0,0,0.78));
    box-shadow: 0 10px 22px rgba(0,0,0,0.24);
  }

  .home-page .pane-shell-header h2{
    margin: 0;
    padding: 16px 18px 14px;
    color: var(--warmTitle);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(18px, 1.6vw, 27px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(229,190,106,0.18);
  }

  .home-page .pane-shell-body{
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 16px 18px 18px;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(229,190,106,0.42) rgba(255,255,255,0.035);
  }

  .home-page .pane-shell-body::-webkit-scrollbar{
    width: 8px;
  }

  .home-page .pane-shell-body::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.035);
    border-radius: 999px;
  }

  .home-page .pane-shell-body::-webkit-scrollbar-thumb{
    background: rgba(229,190,106,0.42);
    border-radius: 999px;
  }

  .home-page .pane-shell-footer{
    position: relative;
    z-index: 4;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-top: 1px solid rgba(236,174,82,0.16);
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.64), rgba(0,0,0,0.94));
    box-shadow: 0 -14px 28px rgba(0,0,0,0.26);
  }

  .home-page .pane-shell-footer:empty{
    display: none;
  }

  .home-page.nav-shell-page .pane-shell{
    grid-template-rows: auto minmax(0, 1fr);
  }

  .home-page.nav-shell-page .pane-shell-footer{
    display: none;
  }

  .home-page.nav-shell-page .pane-shell-body{
    padding-bottom: 72px;
  }

  .about-pane{
    text-align: left;
  }

  @media (min-width: 981px){
    .home-page .pane.active{
      box-sizing: border-box;
      height: 100%;
      max-height: 100%;
      min-height: 100%;
      overflow: hidden;
      padding: 18px;
      text-align: left;
    }
  }

  .about-pane h2{
    margin: 18px 0 8px;
    color: var(--warmTitle);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(16px, 1.4vw, 21px);
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  .about-pane ul{
    margin: 0 0 14px 20px;
    padding: 0;
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
  }

  .about-pane li{
    margin: 0 0 6px;
  }

  .forum-embed{
    position: relative;
    width: 100%;
    min-height: clamp(300px, 42vh, 560px);
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid rgba(236,174,82,0.20);
    border-radius: 14px;
    background: rgba(0,0,0,0.72);
    box-shadow:
      0 18px 58px rgba(0,0,0,0.38),
      inset 0 1px 0 rgba(255,255,255,0.06);
  }

  .forum-embed iframe{
    display: block;
    width: 100%;
    height: clamp(300px, 42vh, 560px);
    border: 0;
    background: #050505;
  }

  .forum-embed-pane{
    padding-right: 0;
  }

  .forum-embed-pane > .pane-visual,
  .forum-embed-pane .pane-visual{
    display: none !important;
  }

  .forum-embed-pane .forum-embed{
    height: calc(100% - 4px);
    min-height: 0;
    margin: 0;
  }

  .forum-embed-pane .forum-embed iframe{
    height: 100%;
    min-height: 0;
  }

  .forum-embed-pane::after{
    display: none;
  }

  @media (min-width: 981px){
    .home-page .pane.active,
    .deep-page .pane,
    .forum-page .forum-embed-pane.active{
      width: calc(100% - 140px);
      max-width: calc(100% - 140px);
      margin-left: auto;
      margin-right: auto;
    }

    .forum-page .forum-embed-pane.active{
      height: calc(100% - 72px);
      min-height: calc(var(--panelHeight) - 80px);
      overflow: hidden;
    }

    .forum-page .forum-embed-pane .forum-embed{
      height: 100%;
      min-height: calc(var(--panelHeight) - 80px);
    }

    .forum-page .forum-embed-pane .forum-embed iframe{
      height: 100%;
      min-height: calc(var(--panelHeight) - 80px);
    }
  }

  .pane::-webkit-scrollbar{
    width: 6px;
  }

  .pane::-webkit-scrollbar-track{
    margin: 34px 0;
    background: rgba(255,255,255,0.035);
    border-radius: 999px;
  }

  .pane::-webkit-scrollbar-thumb{
    background:
      linear-gradient(
        to bottom,
        transparent 0,
        transparent 42%,
        rgba(229,190,106,0.40) 42%,
        rgba(229,190,106,0.40) 58%,
        transparent 58%,
        transparent 100%
      );
    border: 2px solid rgba(0,0,0,0.34);
    border-radius: 999px;
  }

  .pane::-webkit-scrollbar-thumb:hover{
    background:
      linear-gradient(
        to bottom,
        transparent 0,
        transparent 40%,
        rgba(229,190,106,0.62) 40%,
        rgba(229,190,106,0.62) 60%,
        transparent 60%,
        transparent 100%
      );
  }

  .token-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    text-align: left;
    max-width: 620px;
    margin: 0 auto;
  }

  .token-grid span{
    color: var(--whiteFaint);
    font-size: 12px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
  }

  .token-grid b{
    color: rgba(255,255,255,0.86);
    font-weight: 400;
    word-break: break-word;
  }

  .token-control-row{
    margin: 0 auto 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: 10px;
  }

  .chart-panel{
    display: none;
    margin: 14px auto 0;
    padding: 18px;
    max-width: 720px;
    min-height: 160px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    background: rgba(0,0,0,0.30);
    box-sizing: border-box;
    text-align: left;
  }

  .chart-panel.visible{
    display: block;
  }

  .chart-panel h3{
    margin: 0 0 8px;
    color: var(--warmTitle);
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .chart-panel p{
    margin: 0 0 10px;
    color: rgba(255,255,255,0.76);
    font-size: 13px;
    line-height: 1.6;
  }

  .chart-frame{
    margin-top: 12px;
    min-height: 92px;
    display: grid;
    place-items: center;
    border: 1px dashed rgba(229,190,106,0.30);
    border-radius: 12px;
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .buzz-list{
    display: grid;
    gap: 14px;
    text-align: left;
  }

  .buzz-card{
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    background: rgba(0,0,0,0.30);
  }

  .buzz-card img{
    width: 116px;
    height: 82px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(229,190,106,0.18);
  }

  .buzz-card h3{
    margin: 0 0 8px;
    color: var(--warmTitle);
    font-size: clamp(15px, 1.25vw, 19px);
    line-height: 1.25;
  }

  .buzz-card p{
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(255,255,255,0.76);
    font-size: 13px;
    line-height: 1.65;
  }

  .inline-link{
    color: rgba(229,190,106,0.92);
    text-decoration: none;
    transition: opacity 180ms ease, color 180ms ease;
  }

  .inline-link:hover{
    opacity: 0.82;
    color: rgba(245,215,150,0.96);
  }

  .cta-row{
    position: sticky;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 12px 10px 10px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background:
      linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.76) 28%, rgba(0,0,0,0.92));
    backdrop-filter: blur(10px);
  }

  .pane.active > .cta-row{
    position: sticky;
    bottom: 0;
    left: auto;
    z-index: 1202;
    width: 100%;
    box-sizing: border-box;
    margin: auto 0 0;
    transform: none;
    border: 1px solid rgba(241,184,96,0.16);
    border-radius: 18px 18px 0 0;
    background:
      linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.82) 24%, rgba(0,0,0,0.96));
    box-shadow:
      0 -14px 28px rgba(0,0,0,0.34),
      0 0 20px rgba(236,174,82,0.12);
  }

  .deep-page:not(.app-shell-page) .pane.active > .cta-row{
    position: fixed;
    top: calc(var(--panelTop) + var(--panelHeight) - 76px);
    bottom: auto;
    left: 50%;
    z-index: 1203;
    width: min(calc(var(--panelWidth) - 112px), calc(100vw - 208px));
    min-height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid rgba(241,184,96,0.16);
    border-radius: 999px;
    background:
      linear-gradient(to bottom, rgba(13,10,8,0.74), rgba(0,0,0,0.88)),
      rgba(0,0,0,0.74);
    backdrop-filter: blur(14px);
    box-shadow:
      0 -14px 30px rgba(0,0,0,0.32),
      0 0 24px rgba(236,174,82,0.12),
      inset 0 1px 0 rgba(255,255,255,0.045);
    transform: translateX(-50%);
  }

  .deep-page:not(.app-shell-page) .pane.active > .cta-row > :not([data-discussion-link="true"]){
    display: none !important;
  }

  .deep-page:not(.app-shell-page) .pane.active > .cta-row{
    justify-content: flex-end;
  }

  .home-page .pane-shell-footer .cta-row{
    position: static;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .home-page .pane-shell-footer .cta-row::-webkit-scrollbar{
    display: none;
  }

  .home-page .pane-shell-footer .pill-link{
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 13px;
    line-height: 1;
  }

  .home-page .pane-shell-footer .cta-row:empty{
    display: none;
  }

  .pill-link,
  .copy-btn{
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.88);
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  }

  .pill-link:hover,
  .copy-btn:hover{
    background: rgba(229,190,106,0.14);
    border-color: rgba(229,190,106,0.44);
    color: rgba(255,255,255,0.96);
  }

  .ca-box{
    margin: 18px auto 0;
    padding: 10px 12px;
    max-width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: rgba(0,0,0,0.22);
  }

  .token-control-row .ca-box{
    margin: 0;
    max-width: none;
    min-width: 0;
    justify-content: flex-start;
  }

  .token-ca-logo{
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 1px solid rgba(229,190,106,0.26);
    background: rgba(255,255,255,0.05);
    object-fit: cover;
  }

  .token-control-row .pill-link,
  .token-control-row .copy-btn{
    white-space: nowrap;
  }

  .ca-label{
    color: var(--whiteFaint);
    font-size: 11px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
  }

  .ca-address{
    color: rgba(255,255,255,0.76);
    font-size: 12px;
    line-height: 1.45;
    word-break: break-all;
  }
  


  .dev-date{
    justify-self: end;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(236,174,82,0.62);
    font-weight: 500;
    opacity: 0.70;
    white-space: nowrap;
    text-align: right;
    transform: translateY(1px);
  }

  .tab:focus-visible,
  .pill-link:focus-visible,
  .copy-btn:focus-visible,
  .brand-logo:focus-visible,
  .chain-link:focus-visible,
  .forum-login-link:focus-visible,
  .forum-access-link:focus-visible,
  .social-icons a:focus-visible,
  .legal-link:focus-visible{
    outline: 2px solid rgba(229,190,106,0.72);
    outline-offset: 3px;
  }

  .site-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 1000;
    display: grid;
    gap: 5px;
    justify-items: center;
    align-content: center;
    opacity: 1;
    background: rgba(0,0,0,0.92);
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 -10px 38px rgba(0,0,0,0.44);
    overflow: visible;
  }

  .social-icons{
    width: min(980px, calc(100vw - 320px));
    min-width: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(48px, 5vw, 84px);
    overflow: visible;
  }

  .social-icons a{
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    transition:
      transform 180ms ease;
  }

  .social-icons a:hover{
    transform: translateY(-2px);
  }

  .social-tooltip{
    display: none;
  }

  @media (min-width: 981px) and (hover: hover) and (pointer: fine){
    .social-icons a[data-tooltip]{
      position: relative;
      overflow: visible;
    }

    .social-icons a[data-tooltip]:hover,
    .social-icons a[data-tooltip]:focus-visible{
      z-index: 1010;
    }

    .social-tooltip{
      display: block;
      position: absolute;
      left: 50%;
      bottom: calc(100% + 14px);
      z-index: 1020;
      width: max-content;
      min-width: 150px;
      max-width: 260px;
      padding: 12px 14px 13px;
      box-sizing: border-box;
      border: 1px solid rgba(236,132,38,0.78);
      border-radius: 12px;
      background:
        radial-gradient(circle at top left, rgba(236,132,38,0.16), transparent 48%),
        rgba(3,3,3,0.96);
      text-shadow:
        0 0 12px rgba(236,174,82,0.18),
        0 0 24px rgba(236,116,38,0.10);
      pointer-events: none;
      transform: translateX(-50%) translateY(8px) scale(0.96);
      transform-origin: center bottom;
      opacity: 0;
      box-shadow:
        0 16px 32px rgba(0,0,0,0.48),
        0 0 22px rgba(236,116,38,0.20),
        inset 0 1px 0 rgba(255,255,255,0.06);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    html:not(.social-tooltips-ready) .social-icons a[data-tooltip]::before{
      content: attr(data-tooltip) "\A" attr(href);
      display: block;
      position: absolute;
      left: 50%;
      bottom: calc(100% + 14px);
      z-index: 1020;
      width: max-content;
      min-width: 150px;
      max-width: 260px;
      padding: 12px 14px 13px;
      box-sizing: border-box;
      border: 1px solid rgba(236,132,38,0.78);
      border-radius: 10px;
      background: rgba(3,3,3,0.96);
      color: rgba(255,255,255,0.86);
      font-size: 11px;
      font-weight: 800;
      line-height: 1.35;
      white-space: pre-line;
      overflow-wrap: anywhere;
      pointer-events: none;
      text-align: center;
      transform: translateX(-50%) translateY(8px) scale(0.96);
      transform-origin: center bottom;
      opacity: 0;
      box-shadow:
        0 16px 32px rgba(0,0,0,0.48),
        0 0 22px rgba(236,116,38,0.20),
        inset 0 1px 0 rgba(255,255,255,0.06);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    html:not(.social-tooltips-ready) .social-icons a[data-tooltip]:hover::before,
    html:not(.social-tooltips-ready) .social-icons a[data-tooltip]:focus-visible::before{
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1);
    }

    .social-tooltip-title,
    .social-tooltip-url{
      display: block;
      position: relative;
      z-index: 1;
    }

    .social-tooltip-title{
      margin-bottom: 6px;
      color: rgba(241,184,96,0.96);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.10em;
      line-height: 1.1;
      text-align: center;
      text-transform: uppercase;
    }

    .social-tooltip-url{
      color: rgba(255,255,255,0.84);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.01em;
      line-height: 1.28;
      overflow-wrap: anywhere;
      text-align: center;
      text-transform: none;
    }

    .social-icons a[data-tooltip]::after{
      content: "";
      position: absolute;
      left: 50%;
      bottom: calc(100% + 8px);
      z-index: 1019;
      width: 12px;
      height: 12px;
      border-right: 1px solid rgba(236,132,38,0.78);
      border-bottom: 1px solid rgba(236,132,38,0.78);
      background: rgba(3,3,3,0.96);
      pointer-events: none;
      transform: translateX(-50%) translateY(8px) rotate(45deg) scale(0.96);
      opacity: 0;
      box-shadow: 5px 5px 14px rgba(236,116,38,0.16);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    .social-icons a[data-tooltip]:hover .social-tooltip,
    .social-icons a[data-tooltip]:focus-visible .social-tooltip{
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1);
    }

    .social-icons a[data-tooltip]:hover::after,
    .social-icons a[data-tooltip]:focus-visible::after{
      opacity: 1;
      transform: translateX(-50%) translateY(0) rotate(45deg) scale(1);
    }
  }

  @media (min-width:1440px){
    :root{
      --heroTop: clamp(124px, 11.8vh, 142px);
      --panelTop: clamp(210px, calc(14vh + 80px), 240px);
      --panelBottom: 46px;
      --panelHeight: clamp(560px, calc(100dvh - var(--panelTop) - var(--panelBottom)), 945px);
      --panelWidth: clamp(1040px, min(calc(100vw - 660px), calc(var(--panelHeight) * 1.78)), 1440px);
    }

    .home-page,
    .deep-page{
      --panelTop: clamp(210px, calc(14vh + 80px), 240px);
      --panelBottom: 46px;
    }

    .site-header{
      grid-template-columns: 340px minmax(0, 1fr) auto;
      padding: 0 38px;
    }

    .tabs{
      gap: clamp(14px, 1.15vw, 22px);
    }

    .tab{
      padding: 13px 19px;
      font-size: 12px;
    }
  }

  .social-icons a.is-disabled{
    opacity: 0.38;
    pointer-events: none;
  }

  .social-icons img{
    width: 26px;
    height: 26px;
    opacity: 0.90;
    filter: invert(1) brightness(2.2);
    transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
  }

  .social-icons a:hover img{
    opacity: 1;
    transform: scale(1.16);
    filter:
      invert(1)
      brightness(2.35)
      sepia(0.35)
      saturate(1.9)
      drop-shadow(0 0 8px rgba(229,190,106,0.52))
      drop-shadow(0 0 18px rgba(236,116,38,0.26));
  }

  .legal-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .legal-link{
    color: rgba(170,170,170,0.62);
    text-decoration: none;
    white-space: nowrap;
  }

  .legal-link:hover{
    color: rgba(229,190,106,0.92);
  }

  .legal-sep{
    color: rgba(160,160,160,0.35);
  }

  .faq-list{
    display: grid;
    gap: 10px;
    text-align: left;
  }

  .faq-list details{
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    padding: 12px 14px;
  }

  .faq-list summary{
    cursor: pointer;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    list-style-position: outside;
  }

  .faq-title{
    color: var(--warmTitle);
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.2;
    min-width: 0;
  }

  .faq-list p{
    margin: 12px 0 0;
    color: rgba(255,255,255,0.76);
    font-size: clamp(13px, 1.05vw, 16px);
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.025em;
  }

  @media (max-width: 1439px) and (min-width: 1200px){
    :root{
      --heroTop: 106px;
      --panelTop: clamp(154px, calc(12vh + 42px), 182px);
      --panelBottom: 128px;
      --panelHeight: clamp(520px, calc(100dvh - var(--panelTop) - var(--panelBottom)), 760px);
      --panelWidth: clamp(780px, calc(100vw - 300px), 1000px);
    }

    .home-page,
    .deep-page{
      --heroTop: 106px;
      --panelTop: clamp(154px, calc(12vh + 42px), 182px);
    }

    .site-header{
      height: 96px;
      grid-template-columns: 280px minmax(0, 1fr) auto;
      padding: 0 22px;
    }

    .brand-logo{
      width: 252px;
      height: 58px;
    }

    .brand-logo img{
      width: 244px;
      max-height: 52px;
    }

    .tabs{
      gap: 8px;
    }

    .tab{
      padding: 10px 12px;
      font-size: 11px;
    }

    .header-actions{
      gap: 8px;
    }

    .site-status-pill{
      min-height: 36px;
      padding: 0 12px;
      gap: 8px;
      font-size: 10px;
    }

    .site-status-panel{
      width: 290px;
    }

    .chain-link,
    .forum-login-link,
    .forum-access-link{
      height: 52px;
    }

    .chain-link img{
      height: 38px;
    }

    .quick-reference-toggle{
      top: 124px;
      left: 250px;
      width: 40px;
      height: 40px;
    }

    .forum-login-link img,
    .forum-access-link img{
      width: 36px;
      height: 36px;
    }

    .forum-login-link.is-profile-avatar{
      width: 40px;
    }

    .forum-login-link.is-profile-avatar img{
      width: 36px;
      height: 36px;
    }

    .deep-dive-menu{
      top: 130px;
      right: 22px;
    }

    .deep-dive-toggle{
      width: 180px;
      min-height: 36px;
      padding: 0 32px 0 14px;
      font-size: 10px;
    }

    .deep-dive-panel{
      width: 180px;
    }

    .quick-icon-nav{
      width: min(1120px, calc(100vw - 40px));
      gap: clamp(10px, 1.4vw, 22px);
    }

    .quick-icon-list{
      gap: clamp(28px, 2.2vw, 38px);
    }

    .quick-nav-link{
      width: 69px;
      height: 60px;
    }

    .quick-nav-link:hover,
    .quick-nav-link.active{
      transform: translateY(-4px) scale(1.1);
    }

    .quick-nav-link img{
      width: 51px;
      height: 51px;
      max-width: 51px;
      max-height: 51px;
    }

    .quick-tooltip{
      width: 184px;
      padding: 10px 12px 11px;
    }

    .panel{
      max-width: calc(100vw - 72px);
      padding: 18px;
    }

    .pane-header-row{
      min-height: 44px;
      margin-bottom: 12px;
      padding: 0 12px;
    }

    .pane-header-title{
      font-size: clamp(14px, 1.2vw, 18px);
    }

    .pane-header-links{
      gap: 10px;
    }

    .pane-header-links a{
      width: 36px;
      height: 36px;
    }

    .pane-header-links img{
      width: 32px;
      height: 32px;
      max-width: 32px;
      max-height: 32px;
    }

    .pane{
      font-size: clamp(12.5px, 1vw, 14.5px);
      line-height: 1.5;
    }

    .pane p{
      padding: 10px 13px;
    }

    .site-footer{
      height: 70px;
    }

    .social-icons{
      width: min(820px, calc(100vw - 220px));
      min-width: 0;
      gap: clamp(26px, 3.2vw, 46px);
    }

    .social-icons a{
      width: 30px;
      height: 30px;
    }

    .social-icons img{
      width: 19px;
      height: 19px;
    }
  }

  @media (max-width: 1199px) and (min-width: 981px){
    :root{
      --heroTop: 98px;
      --panelTop: clamp(146px, calc(11vh + 42px), 172px);
      --panelBottom: 96px;
      --panelHeight: clamp(530px, calc(100dvh - var(--panelTop) - var(--panelBottom)), 780px);
      --panelWidth: calc(100vw - 176px);
    }

    .home-page{
      --heroTop: 98px;
      --panelTop: clamp(148px, calc(11vh + 42px), 174px);
    }

    .site-header{
      height: 88px;
      grid-template-columns: 236px minmax(0, 1fr) auto;
      padding: 0 16px;
    }

    .brand-logo{
      width: 218px;
      height: 52px;
    }

    .brand-logo img{
      width: 210px;
      max-height: 46px;
    }

    .tabs{
      gap: 6px;
    }

    .tab{
      padding: 9px 10px;
      font-size: 10px;
      letter-spacing: 0.04em;
    }

    .header-actions{
      gap: 6px;
    }

    .site-status-pill{
      min-height: 34px;
      padding: 0 10px;
      gap: 6px;
      font-size: 9px;
      letter-spacing: 0.04em;
    }

    .site-status-pill::before{
      width: 7px;
      height: 7px;
    }

    .site-status-panel{
      width: 270px;
      padding: 12px;
    }

    .chain-link,
    .forum-login-link,
    .forum-access-link{
      height: 46px;
    }

    .chain-link img{
      height: 34px;
    }

    .quick-reference-toggle{
      top: 117px;
      left: 230px;
      width: 38px;
      height: 38px;
    }

    .forum-login-link img,
    .forum-access-link img{
      width: 32px;
      height: 32px;
    }

    .forum-login-link.is-profile-avatar{
      width: 36px;
    }

    .forum-login-link.is-profile-avatar img{
      width: 32px;
      height: 32px;
    }

    .deep-dive-menu{
      top: 122px;
      right: 18px;
    }

    .deep-dive-toggle{
      width: 164px;
      min-height: 34px;
      padding: 0 30px 0 12px;
      font-size: 9px;
      letter-spacing: 0.035em;
    }

    .deep-dive-toggle::after{
      right: 17px;
    }

    .deep-dive-panel{
      width: 164px;
      padding: 10px;
    }

    .quick-icon-nav{
      width: min(940px, calc(100vw - 32px));
      gap: clamp(8px, 1.1vw, 16px);
    }

    .quick-icon-list{
      gap: clamp(26px, 2vw, 32px);
    }

    .quick-nav-link{
      width: 54px;
      height: 48px;
    }

    .quick-nav-link:hover,
    .quick-nav-link.active{
      transform: translateY(-4px) scale(1.1);
    }

    .quick-nav-link img{
      width: 39px;
      height: 39px;
      max-width: 39px;
      max-height: 39px;
    }

    .quick-tooltip{
      width: 168px;
      padding: 9px 10px 10px;
    }

    .quick-tooltip-title,
    .quick-tooltip-body{
      font-size: 11px;
    }

    .panel{
      max-width: calc(100vw - 56px);
      padding: 16px;
    }

    .pane-header-row{
      min-height: 42px;
      margin-bottom: 10px;
      padding: 0 11px;
      gap: 12px;
    }

    .pane-header-title{
      font-size: clamp(13px, 1.15vw, 16px);
    }

    .pane-header-links{
      gap: 8px;
    }

    .pane-header-links a{
      width: 34px;
      height: 34px;
    }

    .pane-header-links img{
      width: 30px;
      height: 30px;
      max-width: 30px;
      max-height: 30px;
    }

    .pane{
      font-size: 12.5px;
      line-height: 1.46;
    }

    .pane p{
      margin-bottom: 10px;
      padding: 9px 12px;
    }

    .cta-row{
      padding: 10px 8px 8px;
    }

    .site-footer{
      height: 66px;
    }

    .social-icons{
      width: min(760px, calc(100vw - 170px));
      min-width: 0;
      gap: clamp(20px, 2.6vw, 38px);
    }

    .social-icons a{
      width: 28px;
      height: 28px;
    }

    .social-icons img{
      width: 18px;
      height: 18px;
    }

    .legal-links{
      font-size: 10px;
    }
  }


  @media (max-width: 980px){
    :root{
    --heroTop: 80px;
    --panelTop: 150px;
    --panelHeight: clamp(368px, calc(100svh - 340px), 510px);
    --panelWidth: calc(100vw - 34px);
    --panelBottom: auto;
    }

    .home-page{
      --heroTop: 80px;
      --panelTop: 150px;
      --panelHeight: clamp(368px, calc(100svh - 340px), 510px);
      --panelWidth: calc(100vw - 34px);
      --panelBottom: auto;
    }

    html, body{
      min-height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
    }

    .stage{
      min-height: 100svh;
    }
    .site-header{
      height: 72px;
      grid-template-columns: minmax(170px, 220px) 1fr 56px;
      padding: 0 12px;
    }

    .brand-logo{
      grid-column: 1;
      grid-row: 1;
    }

    .mobile-menu-button{
      display: grid;
      grid-column: 3;
      grid-row: 1;
      justify-self: end;
    }

    .tabs{
      position: fixed;
      top: 72px;
      left: 0;
      width: 100%;
      display: none;
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 16px;
      box-sizing: border-box;
      background: rgba(0,0,0,0.94);
      border-bottom: 1px solid rgba(255,255,255,0.08);
      opacity: 1;
      transform: none;
      transition: none;
    }

    .site-header.menu-open .tabs{
      display: grid;
      justify-items: center;
    }

    .tab{
      width: min(420px, calc(100vw - 32px));
      justify-self: center;
      justify-content: center;
      text-align: center;
      padding: 12px 16px;
      font-size: 12px;
    }

    .quick-icon-nav{
      display: none;
    }

    .mobile-menu-button,
    .footer-menu-button{
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.06);
      color: rgba(255,255,255,0.82);
      border-radius: 999px;
      cursor: pointer;
    }

    .mobile-menu-button{
      width: 42px;
      height: 38px;
      place-items: center;
      gap: 4px;
      padding: 8px 10px;
    }

    .mobile-menu-button span{
      display: block;
      width: 20px;
      height: 2px;
      background: rgba(255,255,255,0.84);
      border-radius: 999px;
    }

    .header-actions{
      grid-column: 2;
      grid-row: 1;
      justify-self: end;
    }

    .chain-link,
    .forum-login-link,
    .forum-access-link,
    .forum-presence-strip,
    .account-menu,
    .status-pill-wrap,
    .deep-dive-menu{
      display: none;
    }

    .brand-logo{
      width: 220px;
      height: 52px;
    }

    .brand-logo img{
      width: 212px;
      max-height: 48px;
      height: auto;
    }

    .content{
      padding: 0;
    }

    .inner{
      transform: none;
      width: 100%;
    }

    .hero-copy{
      top: var(--heroTop);
      width: min(860px, calc(100vw - 28px));
    }

    .site-title{
  font-size: clamp(17px, 5vw, 28px);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
  line-height: 1;
  white-space: nowrap;
}

    .divider{
      margin: 6px auto 6px;
    }

    .pane p{
      padding: 9px 11px;
      border-radius: 12px;
    }

    .welcome-declaration{
      margin-bottom: 12px;
      padding: 12px;
      border-radius: 14px;
    }

    .welcome-declaration .pane-declaration-title{
      padding: 0;
      border: 0;
      background: transparent;
      font-size: clamp(14px, 4vw, 17px);
      line-height: 1.25;
    }

    .welcome-declaration-body{
      padding: 9px 0 0;
      background: transparent;
    }

    .welcome-declaration-body p{
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .tribune-edition-head{
      padding: 12px 13px;
    }

    .tribune-feature{
      grid-template-columns: 1fr;
      gap: 13px;
      padding: 13px;
    }

    .tribune-section{
      margin: 0 13px 12px;
      padding: 13px;
    }

    .tribune-intro h4,
    .tribune-section h4{
      font-size: clamp(14px, 3.8vw, 17px);
    }

    .panel{
        top: var(--panelTop);
        bottom: auto;
        width: var(--panelWidth);
        max-width: var(--panelWidth);
        height: var(--panelHeight);
        max-height: var(--panelHeight);
        min-height: 150px;
        padding: 13px 14px;
        margin-top: 0;
        }

    .panel-video{
      opacity: 0.30;
    }

    .token-grid{
      grid-template-columns: 1fr;
      text-align: center;
    }

    .token-control-row{
      grid-template-columns: 1fr;
    }

    .token-control-row .ca-box{
      justify-content: center;
    }

    .buzz-card{
      grid-template-columns: 72px minmax(0, 1fr);
    }

    .buzz-card img{
      width: 72px;
      height: 58px;
    }

    .footer-menu-button{
      display: inline-grid;
      place-items: center;
      padding: 7px 14px;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .social-icons{
      position: fixed;
      bottom: 96px;
      left: 50%;
      transform: translateX(-50%);
      width: min(420px, calc(100vw - 56px));
      min-width: 0;
      display: none;
      grid-template-columns: repeat(4, 1fr);
      justify-items: center;
      gap: 12px;
      padding: 14px 18px;
      box-sizing: border-box;
      background: rgba(0,0,0,0.94);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px 18px 0 0;
    }

    .site-footer.social-open .social-icons{
      display: grid;
    }

    .social-icons a{
      width: 34px;
      height: 34px;
    }

    .social-icons img{
      width: 17px;
      height: 17px;
    }

    .legal-links{
      font-size: 10px;
      gap: 6px;
      padding: 0 8px;
    }

    .faq-list summary{
      gap: 12px;
    }

    .faq-title{
      font-size: 15px;
    }

    .dev-date{
      font-size: 8px;
      letter-spacing: 0.12em;
    }

    .social-icons a[data-tooltip]::before,
    [data-tooltip]::after{
      display: none;
    }
  }

  @media (prefers-reduced-motion: reduce){
    .bg, .overlay, .title, .tabs, .site-footer{
      transition: none !important;
      opacity: 1 !important;
      transform: none !important;
    }

    .panel-video{
      display: none;
    }

    .panel,
    .deep-controls,
    .deep-progress,
    .quick-nav-link{
      transition: none !important;
      opacity: 1 !important;
    }

    .quick-tooltip{
      transition: none !important;
    }

    .panel{
      transform: translateX(-50%) !important;
    }

    .bg{
      opacity: 0.62 !important;
      animation: none !important;
      transform: scale(1) !important;
    }
  .tabs{ transform: translateX(-50%) !important; }
  .site-footer{ transform: none !important; }
  }

  .deep-page .tabs .tab{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

  .deep-page .hero-copy{
    display: none;
  }

  .deep-page .hero-copy .divider,
  .deep-page .hero-copy .line2,
  .deep-page .hero-copy .line3{
    display: none;
  }

  .deep-page .site-title{
    margin-bottom: 0;
    font-size: clamp(18px, 1.9vw, 30px);
    line-height: 1;
  }

  .deep-page .panel{
    padding-bottom: 72px;
  }

  .deep-page .pane{
    box-sizing: border-box;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 92px;
    scrollbar-gutter: stable;
    text-align: left;
    max-width: min(1120px, 100%);
    -webkit-overflow-scrolling: touch;
  }

  @media (min-width: 981px){
    .home-page .pane.active,
    .deep-page .pane,
    .forum-page .forum-embed-pane.active{
      width: calc(100% - 140px);
      max-width: calc(100% - 140px);
      margin-left: auto;
      margin-right: auto;
    }
  }

  .deep-page .pane-visual{
    margin-bottom: 20px;
  }

  .pane > .deep-kicker{
    display: none;
  }

  .pane > h2{
    position: sticky;
    top: 0;
    z-index: 12;
    margin: 0;
    padding: 16px 18px 14px;
    border: 1px solid rgba(236,174,82,0.20);
    border-bottom-color: rgba(236,174,82,0.16);
    border-radius: 16px 16px 0 0;
    background:
      linear-gradient(145deg, rgba(24,20,14,0.76), rgba(0,0,0,0.48)),
      rgba(0,0,0,0.32);
    color: rgba(241,184,96,0.95);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(18px, 2vw, 25px);
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow:
      0 0 12px rgba(236,174,82,0.20),
      0 0 26px rgba(236,116,38,0.12);
  }

  .pane > h2 + p,
  .pane > h2 ~ p{
    margin: 0;
    padding: 0 18px 14px;
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(236,174,82,0.20);
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.025), rgba(0,0,0,0.08)),
      rgba(0,0,0,0.16);
    box-shadow: none;
  }

  .pane > h2 + p{
    padding-top: 16px;
  }

  .pane > h2 ~ p:last-of-type{
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-radius: 0 0 16px 16px;
    box-shadow:
      inset 0 -1px 0 rgba(255,255,255,0.035),
      0 14px 34px rgba(0,0,0,0.22);
  }

  .nav-shell-page .nav-pane-heading{
    margin: 18px 0 0;
    padding: 16px 18px 10px;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: rgba(236,174,82,0.20);
    border-radius: 16px 16px 0 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.025), rgba(0,0,0,0.08)),
      rgba(0,0,0,0.16);
    color: rgba(241,184,96,0.95);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(18px, 2vw, 25px);
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow:
      0 0 12px rgba(236,174,82,0.20),
      0 0 26px rgba(236,116,38,0.12);
  }

  .nav-shell-page .nav-pane-heading + p,
  .nav-shell-page .nav-pane-heading ~ p{
    margin: 0;
    padding: 0 18px 14px;
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(236,174,82,0.20);
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.025), rgba(0,0,0,0.08)),
      rgba(0,0,0,0.16);
    box-shadow: none;
  }

  .nav-shell-page .nav-pane-heading + p{
    padding-top: 6px;
  }

  .nav-shell-page .nav-pane-heading ~ p:last-of-type{
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-radius: 0 0 16px 16px;
    box-shadow:
      inset 0 -1px 0 rgba(255,255,255,0.035),
      0 14px 34px rgba(0,0,0,0.22);
  }

  .nav-shell-page .pane > .cta-row{
    display: none;
  }

  .deep-page .pane ul{
    margin: 16px 0 0;
    padding-left: 20px;
  }

  .deep-page .pane li{
    margin: 8px 0;
  }

  .deep-controls{
    position: fixed;
    top: calc(var(--panelTop) + (var(--panelHeight) / 2));
    left: 50%;
    width: min(calc(var(--panelWidth) - 34px), calc(100vw - 138px));
    transform: translate(-50%, -50%);
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    opacity: 1;
    transition: opacity 900ms ease;
  }

  .deep-arrow{
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(236,174,82,0.34);
    background: rgba(0,0,0,0.62);
    color: rgba(255,255,255,0.94);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 24px;
    line-height: 1;
    pointer-events: auto;
    backdrop-filter: blur(14px);
    box-shadow:
      0 10px 28px rgba(0,0,0,0.42),
      0 0 18px rgba(236,174,82,0.14);
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .deep-arrow:hover{
    border-color: rgba(229,190,106,0.72);
    background: rgba(229,190,106,0.14);
    color: rgba(255,255,255,0.98);
    transform: scale(1.06);
  }

  .deep-return-link{
    position: fixed;
    left: 50%;
    top: calc(var(--panelTop) + var(--panelHeight) + 8px);
    transform: translateX(-50%);
    z-index: 1201;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 7px 17px;
    border: 1px solid rgba(236,174,82,0.28);
    border-radius: 999px;
    background: rgba(0,0,0,0.60);
    color: rgba(255,255,255,0.76);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.34),
      0 0 18px rgba(236,174,82,0.10);
    opacity: 0;
    pointer-events: none;
    transition: opacity 900ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

  .pane-history-back{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 8px 16px;
    border: 1px solid rgba(236,174,82,0.28);
    border-radius: 999px;
    background: rgba(255,255,255,0.055);
    color: rgba(255,255,255,0.76);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(12px);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.28),
      inset 0 1px 0 rgba(255,255,255,0.045);
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .pane-history-back:hover,
  .pane-history-back:focus-visible{
    border-color: rgba(241,184,96,0.72);
    background: rgba(229,190,106,0.12);
    color: rgba(255,255,255,0.96);
    transform: scale(1.04);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.38),
      0 0 24px rgba(236,174,82,0.18);
  }

  .stage.pane-ready .deep-return-link{
    opacity: 1;
    pointer-events: auto;
  }

  .deep-return-link:hover{
    transform: translateX(-50%) scale(1.04);
    border-color: rgba(241,184,96,0.72);
    color: rgba(255,255,255,0.96);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.38),
      0 0 24px rgba(236,174,82,0.22);
  }

  .deep-progress{
    position: fixed;
    top: calc(var(--panelTop) + var(--panelHeight) - 102px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1201;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    opacity: 1;
    transition: opacity 900ms ease;
  }

  @media (min-width: 981px){
    .pane-action-bar{
      position: fixed;
      top: calc(var(--panelTop) + var(--panelHeight) - 78px);
      left: 50%;
      z-index: 1203;
      display: grid;
      grid-template-columns: minmax(116px, 1fr) auto minmax(116px, 1fr);
      align-items: center;
      gap: 16px;
      width: min(calc(var(--panelWidth) - 112px), calc(100vw - 208px));
      min-height: 48px;
      padding: 8px 14px;
      border: 1px solid rgba(241,184,96,0.16);
      border-radius: 999px;
      background:
        linear-gradient(to bottom, rgba(13,10,8,0.74), rgba(0,0,0,0.88)),
        rgba(0,0,0,0.74);
      backdrop-filter: blur(14px);
      box-shadow:
        0 -14px 30px rgba(0,0,0,0.32),
        0 0 24px rgba(236,174,82,0.12),
        inset 0 1px 0 rgba(255,255,255,0.045);
      transform: translateX(-50%);
      opacity: 0;
      pointer-events: none;
      transition: opacity 900ms ease;
    }

    .stage.pane-ready .pane-action-bar{
      opacity: 1;
      pointer-events: auto;
    }

    .pane-action-left{
      display: flex;
      justify-content: flex-start;
      min-width: 0;
    }

    .pane-action-center{
      display: flex;
      justify-content: center;
      min-width: 0;
    }

    .pane-action-right{
      display: flex;
      justify-content: flex-end;
      min-width: 0;
    }

    .pane-action-bar .deep-progress{
      position: static;
      top: auto;
      left: auto;
      transform: none;
      z-index: auto;
      opacity: 1;
    }

    .pane-action-bar .cta-row{
      position: static;
      width: auto;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
    }

    .pane-action-bar .pill-link{
      white-space: nowrap;
    }

    .pane-action-bar .deep-return-link{
      position: static;
      top: auto;
      left: auto;
      transform: none;
      min-height: 30px;
      opacity: 1;
      pointer-events: auto;
    }

    .pane-action-bar .deep-return-link:hover{
      transform: scale(1.04);
    }
  }

  .stage.pane-ready .deep-controls,
  .stage.pane-ready .deep-progress{
    opacity: 1;
  }

  .deep-dot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.14);
    padding: 0;
  }

  .deep-dot.active{
    width: 22px;
    background: rgba(229,190,106,0.74);
    border-color: rgba(229,190,106,0.86);
  }

  .deep-kicker{
    margin: 0 0 14px;
    color: rgba(229,190,106,0.78);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  @media (max-width: 1439px) and (min-width: 1200px){
    .deep-page{
      --heroTop: 106px;
      --panelTop: clamp(154px, calc(12vh + 42px), 182px);
    }
  }

  @media (max-width: 1199px) and (min-width: 981px){
    .deep-page{
      --heroTop: 98px;
      --panelTop: clamp(148px, calc(11vh + 42px), 174px);
    }
  }

  @media (max-width:980px){
    .deep-page{
      --heroTop: 80px;
      --panelTop: 150px;
      --panelHeight: clamp(368px, calc(100svh - 340px), 510px);
      --panelWidth: calc(100vw - 34px);
      --panelBottom: auto;
    }

    .deep-page .site-title{
      margin-bottom: 0;
      font-size: clamp(18px, 4.5vw, 24px);
      line-height: 1;
    }

    .deep-page .panel{
      padding-bottom: 58px;
    }

    .deep-controls{
      top: calc(var(--panelTop) + var(--panelHeight) + 28px);
      width: min(180px, calc(100vw - 34px));
    }

    .deep-arrow{
      width: 40px;
      height: 40px;
      font-size: 21px;
    }

    .deep-progress{
      top: calc(var(--panelTop) + var(--panelHeight) - 92px);
    }
  }

  @media (max-width: 980px){
    .home-page,
    .deep-page{
      --heroTop: 72px;
      --panelTop: 112px;
      --panelHeight: clamp(430px, calc(100svh - 286px), 620px);
      --panelWidth: calc(100vw - 28px);
      --panelBottom: auto;
    }

    .panel{
      padding: 0;
      border-color: transparent;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .deep-page .panel{
      padding-bottom: 46px;
    }

    .panel-content{
      height: 100%;
      overflow: hidden;
    }

    .home-page .pane.active{
      box-sizing: border-box;
      height: 100%;
      max-height: 100%;
      overflow: hidden;
      padding: 0;
      text-align: left;
    }

    .home-page .pane-shell{
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .home-page .pane-shell-header{
      border: 1px solid rgba(236,174,82,0.18);
      border-bottom-color: rgba(236,174,82,0.12);
      border-radius: 14px 14px 0 0;
      background:
        linear-gradient(90deg, rgba(0,0,0,0.72), rgba(24,14,10,0.46), rgba(0,0,0,0.76));
    }

    .home-page .pane-shell-header h2,
    .pane > h2{
      padding: 11px 13px 10px;
      font-size: clamp(17px, 6.2vw, 23px);
      line-height: 1.08;
      letter-spacing: 0.07em;
    }

    .home-page .pane-shell-body{
      padding: 10px 0 0;
      scrollbar-gutter: auto;
    }

    .home-page .pane-shell-footer{
      min-height: 48px;
      border-top: 1px solid rgba(236,174,82,0.12);
      background: rgba(0,0,0,0.82);
      box-shadow: 0 -10px 20px rgba(0,0,0,0.24);
    }

    .home-page .pane-shell-footer .cta-row,
    .cta-row{
      gap: 8px;
      padding: 8px 0;
    }

    .deep-page:not(.app-shell-page) .pane.active > .cta-row{
      top: calc(var(--panelTop) + var(--panelHeight) - 48px);
      width: min(calc(var(--panelWidth) - 24px), calc(100vw - 26px));
      min-height: 38px;
      padding: 6px 10px;
    }

    .pill-link,
    .copy-btn,
    .home-page .pane-shell-footer .pill-link{
      min-height: 32px;
      padding: 6px 10px;
      font-size: 10px;
      letter-spacing: 0.10em;
      line-height: 1;
    }

    .pane{
      font-size: 12px;
      line-height: 1.48;
    }

    .pane p{
      padding: 8px 10px;
      border-radius: 10px;
    }

    .deep-page .pane{
      height: 100%;
      max-height: 100%;
      padding-right: 0;
      padding-bottom: 52px;
      scrollbar-gutter: auto;
    }

    .pane > h2 + p,
    .pane > h2 ~ p{
      padding-left: 13px;
      padding-right: 13px;
      padding-bottom: 11px;
    }

    .pane > h2 + p{
      padding-top: 12px;
    }

    .pane > h2 ~ p:last-of-type{
      margin-bottom: 10px;
      padding-bottom: 14px;
      border-radius: 0 0 14px 14px;
    }

    .tribune-edition{
      border-radius: 14px;
    }

    .tribune-edition-head{
      padding: 10px 11px;
    }

    .tribune-edition-title{
      font-size: clamp(18px, 5.8vw, 25px);
      letter-spacing: 0.065em;
    }

    .tribune-timestamp{
      font-size: 9px;
      letter-spacing: 0.08em;
    }

    .tribune-forum-link{
      width: 40px;
      height: 40px;
    }

    .tribune-forum-link img{
      width: 24px;
      height: 24px;
    }

    .tribune-footer-discuss{
      width: 34px;
      height: 34px;
    }

    .tribune-footer-discuss img{
      width: 21px;
      height: 21px;
    }

    .tribune-feature{
      gap: 10px;
      padding: 10px;
    }

    .tribune-section{
      margin: 0 10px 10px;
      padding: 10px;
    }

    .tribune-intro h4,
    .tribune-section h4{
      margin-bottom: 7px;
      font-size: clamp(13px, 3.6vw, 16px);
      letter-spacing: 0.065em;
    }

    .tribune-intro-head{
      margin-bottom: 8px;
    }

    .tribune-intro-head h4{
      margin-bottom: 3px;
    }

    .tribune-edition p{
      margin-bottom: 9px;
      font-size: 11.5px;
      line-height: 1.45;
    }

    .deep-controls{
      top: calc(var(--panelTop) + var(--panelHeight) + 22px);
      width: min(144px, calc(100vw - 120px));
    }

    .deep-arrow{
      width: 36px;
      height: 36px;
      font-size: 19px;
    }

    .deep-progress{
      top: calc(var(--panelTop) + var(--panelHeight) - 48px);
      gap: 7px;
    }

    .deep-dot{
      width: 7px;
      height: 7px;
    }

    .deep-dot.active{
      width: 18px;
    }

    .footer-menu-button{
      min-height: 34px;
      padding: 0 16px;
      font-size: 11px;
      letter-spacing: 0.12em;
    }

    .site-footer{
      min-height: 78px;
      padding: 8px 10px 9px;
    }

    .legal-links{
      gap: 6px;
      font-size: 10px;
      line-height: 1.35;
    }
  }

  .sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .home-page .tribune-pane .pane-shell-header{
    background: #000;
  }

  .home-page .pane-shell-header .tribune-logo-title,
  .tribune-logo-title{
    display: grid;
    grid-template-columns: minmax(116px, 1fr) minmax(180px, 390px) minmax(116px, 1fr);
    align-items: center;
    justify-items: center;
    column-gap: 14px;
    min-height: 58px;
    margin: 0;
    padding: 9px 18px 8px;
    background: #000;
    line-height: 1;
  }

  .app-launcher-logo{
    display: grid;
    place-items: center;
    min-width: 0;
    width: 100%;
  }

  .app-launcher-logo img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 88px;
    object-fit: contain;
  }

  .app-launcher-group{
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0;
    min-width: 0;
    width: 100%;
  }

  .app-launcher-left{
    justify-self: stretch;
  }

  .app-launcher-right{
    justify-self: stretch;
  }

  .app-launcher-link{
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(236,174,82,0.24);
    border-radius: 999px;
    background: rgba(255,255,255,0.045);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.055),
      0 0 16px rgba(236,174,82,0.10);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  }

  .app-launcher-link img{
    width: 31px;
    height: 31px;
    object-fit: contain;
    display: block;
  }

  .app-launcher-tooltip{
    display: none;
  }

  .app-launcher-link:hover,
  .app-launcher-link:focus-visible{
    outline: none;
    transform: translateY(-1px) scale(1.06);
    border-color: rgba(236,174,82,0.66);
    background: rgba(236,174,82,0.12);
    box-shadow:
      0 0 18px rgba(236,174,82,0.24),
      0 0 34px rgba(236,116,38,0.14);
  }

  @media (min-width: 981px) and (hover: hover) and (pointer: fine){
    .app-launcher-link[data-tooltip]{
      position: relative;
      overflow: visible;
    }

    .app-launcher-link[data-tooltip]:hover,
    .app-launcher-link[data-tooltip]:focus-visible{
      z-index: 1200;
    }

    .app-launcher-tooltip{
      display: block;
      position: absolute;
      left: 50%;
      top: calc(100% + 14px);
      z-index: 1210;
      width: max-content;
      min-width: 150px;
      max-width: 240px;
      padding: 12px 14px 13px;
      box-sizing: border-box;
      border: 1px solid rgba(236,132,38,0.78);
      border-radius: 12px;
      background:
        radial-gradient(circle at top left, rgba(236,132,38,0.16), transparent 48%),
        rgba(3,3,3,0.96);
      text-shadow:
        0 0 12px rgba(236,174,82,0.18),
        0 0 24px rgba(236,116,38,0.10);
      pointer-events: none;
      transform: translateX(-50%) translateY(-8px) scale(0.96);
      transform-origin: center top;
      opacity: 0;
      box-shadow:
        0 16px 32px rgba(0,0,0,0.48),
        0 0 22px rgba(236,116,38,0.20),
        inset 0 1px 0 rgba(255,255,255,0.06);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    html:not(.app-launcher-tooltips-ready) .app-launcher-link[data-tooltip]::before{
      content: attr(data-tooltip) "\A" attr(href);
      display: block;
      position: absolute;
      left: 50%;
      top: calc(100% + 14px);
      z-index: 1210;
      width: max-content;
      min-width: 150px;
      max-width: 240px;
      padding: 12px 14px 13px;
      box-sizing: border-box;
      border: 1px solid rgba(236,132,38,0.78);
      border-radius: 12px;
      background:
        radial-gradient(circle at top left, rgba(236,132,38,0.16), transparent 48%),
        rgba(3,3,3,0.96);
      color: rgba(255,255,255,0.84);
      font-family: var(--font-ui);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.01em;
      line-height: 1.35;
      white-space: pre-line;
      overflow-wrap: anywhere;
      pointer-events: none;
      text-align: center;
      text-shadow:
        0 0 12px rgba(236,174,82,0.18),
        0 0 24px rgba(236,116,38,0.10);
      transform: translateX(-50%) translateY(-8px) scale(0.96);
      transform-origin: center top;
      opacity: 0;
      box-shadow:
        0 16px 32px rgba(0,0,0,0.48),
        0 0 22px rgba(236,116,38,0.20),
        inset 0 1px 0 rgba(255,255,255,0.06);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    .app-launcher-tooltip-title,
    .app-launcher-tooltip-url{
      display: block;
      position: relative;
      z-index: 1;
    }

    .app-launcher-tooltip .app-launcher-tooltip-title{
      margin-bottom: 6px;
      color: rgba(236,132,38,0.96);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.10em;
      line-height: 1.1;
      text-align: center;
      text-transform: uppercase;
    }

    .app-launcher-tooltip-url{
      color: rgba(255,255,255,0.84);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.01em;
      line-height: 1.28;
      overflow-wrap: anywhere;
      text-align: center;
      text-transform: none;
    }

    .app-launcher-link[data-tooltip]::after{
      content: "";
      position: absolute;
      left: 50%;
      top: calc(100% + 8px);
      z-index: 1209;
      width: 12px;
      height: 12px;
      border-left: 1px solid rgba(236,132,38,0.78);
      border-top: 1px solid rgba(236,132,38,0.78);
      background: rgba(3,3,3,0.96);
      pointer-events: none;
      transform: translateX(-50%) translateY(-8px) rotate(45deg) scale(0.96);
      opacity: 0;
      box-shadow: -5px -5px 14px rgba(236,116,38,0.16);
      transition: opacity 180ms ease, transform 260ms cubic-bezier(.18, 1.35, .32, 1);
    }

    .app-launcher-link[data-tooltip]:hover .app-launcher-tooltip,
    .app-launcher-link[data-tooltip]:focus-visible .app-launcher-tooltip,
    html:not(.app-launcher-tooltips-ready) .app-launcher-link[data-tooltip]:hover::before,
    html:not(.app-launcher-tooltips-ready) .app-launcher-link[data-tooltip]:focus-visible::before{
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1);
    }

    .app-launcher-link[data-tooltip]:hover::after,
    .app-launcher-link[data-tooltip]:focus-visible::after{
      opacity: 1;
      transform: translateX(-50%) translateY(0) rotate(45deg) scale(1);
    }
  }

  @media (max-width: 980px){
    .home-page .pane-shell-header .tribune-logo-title,
    .tribune-logo-title{
      grid-template-columns: 1fr;
      min-height: 50px;
      padding: 7px 10px 6px;
    }

    .app-launcher-logo img{
      width: 100%;
      height: 49px;
    }

    .app-launcher-group{
      display: none;
    }

    .app-launcher-link{
      width: 29px;
      height: 29px;
    }

    .app-launcher-link img{
      width: 22px;
      height: 22px;
    }
  }

  .pane > .pane-visual{
    display: none !important;
  }

  .home-page .pane.pane-background{
    background-image: none !important;
    background: transparent !important;
  }

  .app-shell-page .pane{
    text-align: left;
  }

  .app-shell-page .pane.active{
    display: flex;
    flex-direction: column;
  }

  .app-shell-page .forum-embed-pane{
    overflow: hidden;
    padding-bottom: 58px;
  }

  .app-shell-page .app-pane-title{
    flex: 1 1 auto;
    min-height: 0;
    margin: 18px 0 0;
    padding: 18px;
    border: 1px solid rgba(236,174,82,0.16);
    border-radius: 14px;
    background: rgba(0,0,0,0.34);
    color: rgba(255,255,255,0.84);
    overflow-y: auto;
  }

  .app-shell-page .app-pane-title h3{
    margin: 0;
    color: rgba(241,184,96,0.96);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .app-shell-page .forum-embed{
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    margin-top: 14px;
  }

  .app-shell-page .forum-embed iframe{
    height: 100%;
    min-height: 0;
  }

  .app-shell-page .deep-progress,
  .deep-progress.app-footer-bar{
    position: fixed;
    top: calc(var(--panelTop) + var(--panelHeight) - 76px);
    left: 50%;
    z-index: 1203;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: min(calc(var(--panelWidth) - 112px), calc(100vw - 208px));
    min-height: 48px;
    padding: 8px 14px;
    box-sizing: border-box;
    border: 1px solid rgba(241,184,96,0.16);
    border-radius: 999px;
    background:
      linear-gradient(to bottom, rgba(13,10,8,0.74), rgba(0,0,0,0.88)),
      rgba(0,0,0,0.74);
    backdrop-filter: blur(14px);
    box-shadow:
      0 -14px 30px rgba(0,0,0,0.32),
      0 0 24px rgba(236,174,82,0.12),
      inset 0 1px 0 rgba(255,255,255,0.045);
    transform: translateX(-50%);
  }

  .app-footer-slot,
  .app-footer-dots{
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .app-footer-left{
    justify-content: flex-start;
  }

  .app-footer-dots{
    justify-content: center;
    gap: 9px;
  }

  .app-footer-right{
    justify-content: flex-end;
  }

  .app-footer-discuss{
    position: static;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 7px 14px;
    white-space: nowrap;
  }

  .app-footer-discuss-icon{
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    white-space: normal;
  }

  .app-footer-discuss-icon img{
    width: 31px;
    height: 31px;
    object-fit: contain;
    display: block;
  }

  @media (max-width: 980px){
    .app-shell-page .app-pane-title{
      margin-top: 12px;
      padding: 14px;
    }

    .app-shell-page .forum-embed-pane{
      padding-bottom: 44px;
    }

    .app-shell-page .forum-embed{
      margin-top: 10px;
    }

    .app-shell-page .deep-progress,
    .deep-progress.app-footer-bar{
      top: calc(var(--panelTop) + var(--panelHeight) - 48px);
      width: min(calc(var(--panelWidth) - 24px), calc(100vw - 26px));
      grid-template-columns: minmax(0, 0.7fr) auto minmax(0, 1.3fr);
      gap: 8px;
      min-height: 38px;
      padding: 6px 10px;
    }

    .app-footer-dots{
      gap: 7px;
    }

    .app-footer-discuss{
      min-height: 28px;
      padding: 6px 9px;
      font-size: 9px;
      letter-spacing: 0.08em;
    }

    .app-footer-discuss-icon{
      width: 34px;
      height: 34px;
      min-height: 34px;
      padding: 0;
    }

    .app-footer-discuss-icon img{
      width: 25px;
      height: 25px;
    }
  }
