/* Desktop Resources release composition.
   The approved mobile and mobile-app views remain owned by the mobile stylesheets. */

@media (min-width: 761px) {
  html {
    scroll-padding-top: 92px;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) {
    --resource-ink: #12384c;
    --resource-ink-deep: #082e41;
    --resource-navy: #0c3a4f;
    --resource-teal: #0b6969;
    --resource-teal-bright: #0b806f;
    --resource-gold: #c8a45f;
    --resource-gold-soft: #e8d9b8;
    --resource-paper: #faf9f5;
    --resource-paper-deep: #f4f1e9;
    --resource-copy: #53626b;
    --resource-line: rgba(18, 56, 76, 0.16);
    --resource-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --resource-body: Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
    margin: 0;
    overflow-x: clip;
    color: var(--resource-ink);
    background: var(--resource-paper);
    font-family: var(--resource-body);
  }

  html:has(> body[data-page="resources"]:not(.is-mobile-app-shell)),
  body[data-page="resources"]:not(.is-mobile-app-shell) {
    scrollbar-color: var(--resource-ink) var(--resource-paper-deep) !important;
    scrollbar-width: auto !important;
  }

  html:has(> body[data-page="resources"]:not(.is-mobile-app-shell))::-webkit-scrollbar,
  body[data-page="resources"]:not(.is-mobile-app-shell)::-webkit-scrollbar {
    width: 14px !important;
  }

  html:has(> body[data-page="resources"]:not(.is-mobile-app-shell))::-webkit-scrollbar-button,
  body[data-page="resources"]:not(.is-mobile-app-shell)::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  html:has(> body[data-page="resources"]:not(.is-mobile-app-shell))::-webkit-scrollbar-track,
  body[data-page="resources"]:not(.is-mobile-app-shell)::-webkit-scrollbar-track {
    background: var(--resource-paper-deep) !important;
    border-left: 1px solid rgba(18, 56, 76, 0.12) !important;
    box-shadow: inset 2px 0 rgba(255, 255, 255, 0.78) !important;
  }

  html:has(> body[data-page="resources"]:not(.is-mobile-app-shell))::-webkit-scrollbar-thumb,
  body[data-page="resources"]:not(.is-mobile-app-shell)::-webkit-scrollbar-thumb {
    min-height: 72px;
    border: 3px solid var(--resource-paper-deep) !important;
    border-radius: 5px !important;
    background:
      linear-gradient(
        180deg,
        var(--resource-ink) 0%,
        var(--resource-teal) 76%,
        var(--resource-gold) 76%,
        var(--resource-gold) 100%
      ) !important;
    background-clip: padding-box !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
  }

  html:has(> body[data-page="resources"]:not(.is-mobile-app-shell))::-webkit-scrollbar-thumb:hover,
  body[data-page="resources"]:not(.is-mobile-app-shell)::-webkit-scrollbar-thumb:hover {
    background:
      linear-gradient(
        180deg,
        var(--resource-ink-deep) 0%,
        var(--resource-teal-bright) 72%,
        var(--resource-gold) 72%,
        var(--resource-gold) 100%
      ) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell),
  body[data-page="resources"]:not(.is-mobile-app-shell) * {
    box-sizing: border-box;
    letter-spacing: 0;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.ambient-canvas, .ambient-motion, .motion-graphic) {
    display: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) main {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--resource-ink) !important;
    background: var(--resource-paper) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) main::before,
  body[data-page="resources"]:not(.is-mobile-app-shell) main::after {
    content: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) main :is(h1, h2, h3, p) {
    max-width: 100%;
    letter-spacing: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) main .eyebrow {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #856a37 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--resource-body);
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    text-transform: uppercase;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) main .eyebrow::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    background: var(--resource-gold);
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero {
    position: relative !important;
    isolation: isolate;
    display: grid !important;
    align-content: center;
    width: 100% !important;
    max-width: none !important;
    min-height: 430px;
    margin: 0 !important;
    padding:
      76px
      max(64px, calc((100vw - 1440px) / 2))
      84px !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
      linear-gradient(
        90deg,
        rgba(6, 38, 54, 0.98) 0%,
        rgba(6, 38, 54, 0.92) 43%,
        rgba(6, 38, 54, 0.68) 66%,
        rgba(6, 38, 54, 0.32) 100%
      ),
      linear-gradient(180deg, rgba(6, 38, 54, 0.12), rgba(6, 38, 54, 0.32)),
      url("assets/blueridge-secure-journey-guided-review.webp") center 42% / cover no-repeat,
      var(--resource-ink-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -92px;
    right: 12%;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(232, 217, 184, 0.13);
    transform: rotate(18deg);
    pointer-events: none;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background:
      linear-gradient(
        90deg,
        var(--resource-gold) 0 16%,
        var(--resource-teal-bright) 16% 84%,
        var(--resource-gold) 84% 100%
      );
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero .eyebrow {
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero h1 {
    width: min(100%, 820px);
    margin: 20px 0 0 !important;
    color: #fff !important;
    font-family: var(--resource-display);
    font-size: 62px !important;
    font-weight: 600 !important;
    line-height: 1.04 !important;
    text-align: left !important;
    text-wrap: balance;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero > p:not(.eyebrow) {
    width: min(100%, 680px);
    margin: 22px 0 0 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 18px !important;
    font-weight: 450 !important;
    line-height: 1.58 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) #resources.resources {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--resource-ink) !important;
    background: var(--resource-paper) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources.resources::before,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources.resources::after {
    content: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding:
      34px
      max(64px, calc((100vw - 1440px) / 2))
      28px !important;
    color: #fff !important;
    background:
      linear-gradient(110deg, rgba(11, 105, 105, 0.19), transparent 42%),
      var(--resource-ink-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    :is(.eyebrow, h2, p) {
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    .eyebrow {
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    h2 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    font-family: var(--resource-display);
    font-size: 34px !important;
    font-weight: 650 !important;
    line-height: 1.08 !important;
    text-wrap: balance;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    > p:not(.eyebrow) {
    width: min(100%, 720px);
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-stage-bridge {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
      linear-gradient(110deg, rgba(6, 38, 54, 0.96), rgba(11, 105, 105, 0.92)) !important;
    border: 0 !important;
    border-top: 1px solid rgba(200, 164, 95, 0.7) !important;
    border-bottom: 1px solid rgba(200, 164, 95, 0.72) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) 26px !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 126px !important;
    margin: 0 !important;
    padding: 22px 28px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(232, 217, 184, 0.28) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    text-decoration: none !important;
    transform: none !important;
    transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:first-child {
    padding-left: max(64px, calc((100vw - 1440px) / 2)) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2) {
    color: var(--resource-ink-deep) !important;
    background: rgba(252, 251, 247, 0.96) !important;
    border-right-color: rgba(200, 164, 95, 0.62) !important;
    border-left: 1px solid rgba(200, 164, 95, 0.62) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:last-child {
    padding-right: max(64px, calc((100vw - 1440px) / 2)) !important;
    background: linear-gradient(90deg, rgba(7, 61, 69, 0.24), rgba(8, 75, 77, 0.58)) !important;
    border-right: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a::after {
    content: "\2192" !important;
    display: grid !important;
    place-items: center;
    align-self: center;
    justify-self: end;
    width: 26px;
    height: 26px;
    color: var(--resource-gold-soft) !important;
    font-size: 18px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-align: center !important;
    transition: transform 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)::after {
    color: #987039 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:is(:hover, :focus-visible) {
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.12), rgba(255, 255, 255, 0.025)) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
    outline: none !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2):is(:hover, :focus-visible) {
    color: var(--resource-ink-deep) !important;
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.24), rgba(255, 255, 255, 0.96)) !important;
    box-shadow: inset 3px 0 var(--resource-teal) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:is(:hover, :focus-visible)::after {
    transform: translateX(3px);
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-stage-index {
    display: grid !important;
    place-items: center !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    margin: 0 !important;
    padding: 0 0 1px !important;
    overflow: hidden !important;
    color: var(--resource-gold-soft) !important;
    background: rgba(6, 38, 54, 0.18) !important;
    border: 2px solid rgba(232, 217, 184, 0.84) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    font-family: var(--resource-body);
    font-size: 15px !important;
    font-weight: 850 !important;
    font-variant-numeric: tabular-nums;
    line-height: 1 !important;
    text-align: center !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)
    .resource-stage-index {
    color: #936f2f !important;
    background: rgba(200, 164, 95, 0.06) !important;
    border-color: rgba(200, 164, 95, 0.64) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-stage-copy {
    display: grid !important;
    gap: 5px !important;
    min-width: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-copy
    strong {
    color: var(--resource-gold-soft) !important;
    font-family: var(--resource-display);
    font-size: 22px !important;
    font-weight: 650 !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)
    .resource-stage-copy
    strong {
    color: #987039 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-copy
    small {
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-transform: uppercase;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)
    .resource-stage-copy
    small {
    color: #745f39 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding:
      66px
      max(64px, calc((100vw - 1440px) / 2))
      72px !important;
    color: var(--resource-ink) !important;
    background:
      linear-gradient(145deg, rgba(11, 105, 105, 0.035), transparent 42%),
      var(--resource-paper) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 238px !important;
    margin: 0 !important;
    padding: 27px 28px 24px !important;
    overflow: hidden !important;
    color: var(--resource-ink) !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid var(--resource-line) !important;
    border-right: 1px solid var(--resource-line) !important;
    border-bottom: 1px solid var(--resource-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: background 160ms ease, box-shadow 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:nth-child(4n) {
    border-right: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:nth-child(n + 5) {
    border-top: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature {
    background:
      linear-gradient(145deg, rgba(11, 105, 105, 0.08), transparent 70%) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article::before,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article::after {
    content: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:is(:hover, :focus-within) {
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.18), rgba(255, 255, 255, 0.82)) !important;
    box-shadow: inset 3px 0 var(--resource-teal) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    > span {
    display: block !important;
    margin: 0 0 12px !important;
    color: #8d6b34 !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    h3 {
    margin: 0 !important;
    color: var(--resource-ink-deep) !important;
    font-family: var(--resource-display);
    font-size: 25px !important;
    font-weight: 650 !important;
    line-height: 1.14 !important;
    text-wrap: balance;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    p {
    margin: 12px 0 20px !important;
    color: var(--resource-copy) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    > a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: auto 0 0 !important;
    padding: 11px 40px 10px 0 !important;
    color: var(--resource-teal) !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(18, 56, 76, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    text-decoration: none !important;
    transform: none !important;
    transition: color 160ms ease, padding 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    > a::after {
    content: "\2192" !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    display: grid !important;
    place-items: center;
    width: 34px !important;
    height: 28px !important;
    color: var(--resource-teal) !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(200, 164, 95, 0.5) !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
    transition: color 160ms ease, transform 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    > a[target="_blank"]::after {
    content: "\2197" !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    > a:is(:hover, :focus-visible) {
    color: var(--resource-ink-deep) !important;
    padding-left: 5px !important;
    outline: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    > a:is(:hover, :focus-visible)::after {
    color: var(--resource-gold) !important;
    transform: translate(3px, -50%) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(
      .financial-calculators[hidden],
      .calculator-panel[hidden],
      .worksheet-builder[hidden]
    ) {
    display: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding:
      70px
      max(64px, calc((100vw - 1240px) / 2))
      72px !important;
    overflow: visible !important;
    color: var(--resource-ink) !important;
    background:
      linear-gradient(145deg, rgba(11, 105, 105, 0.06), rgba(200, 164, 95, 0.05)),
      var(--resource-paper-deep) !important;
    border: 0 !important;
    border-top: 1px solid rgba(18, 56, 76, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background:
      linear-gradient(
        90deg,
        var(--resource-gold) 0 16%,
        var(--resource-teal-bright) 16% 84%,
        var(--resource-gold) 84% 100%
      );
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators-heading {
    position: relative !important;
    width: min(100%, 1100px) !important;
    margin: 0 auto 30px !important;
    padding: 0 58px 0 0 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators-heading::before {
    content: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators-heading
    h3 {
    margin: 12px 0 0 !important;
    color: var(--resource-ink-deep) !important;
    font-family: var(--resource-display);
    font-size: 42px !important;
    font-weight: 650 !important;
    line-height: 1.08 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators-heading
    > p:last-child {
    margin: 12px 0 0 !important;
    color: var(--resource-copy) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators .calculator-close, .worksheet-builder .worksheet-close) {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--resource-teal) !important;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(200, 164, 95, 0.62) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators .calculator-close, .worksheet-builder .worksheet-close):is(:hover, :focus-visible) {
    color: #fff !important;
    background: var(--resource-teal) !important;
    border-color: var(--resource-gold) !important;
    box-shadow: inset 2px 0 var(--resource-gold) !important;
    outline: none !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-close-icon,
  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-close-icon {
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    border: solid currentColor !important;
    border-width: 0 2px 2px 0 !important;
    transform: translateY(2px) rotate(-135deg) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-tabs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: min(100%, 1100px) !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.48) !important;
    border: 1px solid rgba(18, 56, 76, 0.14) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators
    .calculator-tabs
    button {
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 10px 18px !important;
    color: var(--resource-copy) !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(18, 56, 76, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators
    .calculator-tabs
    button:last-child {
    border-right: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators
    .calculator-tabs
    button[aria-selected="true"] {
    color: #fff !important;
    background:
      linear-gradient(105deg, var(--resource-ink) 0%, var(--resource-teal) 100%) !important;
    box-shadow: inset 0 -3px var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators
    .calculator-tabs
    button::after {
    content: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr) !important;
    align-items: stretch !important;
    gap: 24px !important;
    width: min(100%, 1100px) !important;
    margin: 0 auto !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-fields {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 14px !important;
    margin: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-field {
    display: grid !important;
    align-content: start !important;
    gap: 8px !important;
    min-width: 0 !important;
    color: var(--resource-ink) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-input {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    padding: 0 13px !important;
    color: #66747d !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(200, 164, 95, 0.46) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-input:focus-within {
    border-color: var(--resource-teal) !important;
    box-shadow: 0 0 0 3px rgba(11, 105, 105, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-input
    input {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    color: var(--resource-ink-deep) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    outline: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-results {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: stretch !important;
    gap: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.66) !important;
    border: 1px solid rgba(18, 56, 76, 0.16) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results::before {
    content: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    > div {
    display: grid !important;
    align-content: center !important;
    gap: 5px !important;
    min-height: 76px !important;
    padding: 14px 18px !important;
    border: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    > div
    + div {
    border-top: 1px solid rgba(18, 56, 76, 0.12) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    span {
    color: var(--resource-copy) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    strong {
    color: var(--resource-ink-deep) !important;
    font-family: var(--resource-display);
    font-size: 21px !important;
    font-weight: 650 !important;
    line-height: 1.1 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-guidance {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 22px !important;
    width: min(100%, 1100px) !important;
    margin: 24px auto 0 !important;
    padding: 16px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(18, 56, 76, 0.13) !important;
    border-radius: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-guidance
    :is(p, a) {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-guidance
    a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 0 32px 0 0 !important;
    color: var(--resource-teal) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-guidance
    a::after {
    content: "\2197" !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    display: grid !important;
    place-items: center !important;
    width: 26px !important;
    height: 24px !important;
    color: var(--resource-teal) !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(200, 164, 95, 0.5) !important;
    border-radius: 0 !important;
    transform: translateY(-50%) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-guidance
    a:is(:hover, :focus-visible) {
    color: var(--resource-ink-deep) !important;
    outline: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.calculator-bottom-close, .worksheet-bottom-close) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 190px !important;
    min-height: 46px !important;
    margin: 24px auto 0 !important;
    padding: 10px 20px !important;
    color: var(--resource-ink-deep) !important;
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(200, 164, 95, 0.68) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.calculator-bottom-close, .worksheet-bottom-close):is(:hover, :focus-visible) {
    color: #fff !important;
    background: var(--resource-teal) !important;
    border-color: var(--resource-gold) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
    outline: none !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding:
      70px
      max(64px, calc((100vw - 1440px) / 2))
      76px !important;
    color: #fff !important;
    background:
      linear-gradient(120deg, rgba(11, 105, 105, 0.24), transparent 42%),
      linear-gradient(300deg, rgba(200, 164, 95, 0.07), transparent 38%),
      var(--resource-ink-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    > section {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    > section
    > :is(.eyebrow, h3, p) {
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    .eyebrow {
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    > section
    > h3 {
    width: min(100%, 900px);
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    font-family: var(--resource-display);
    font-size: 44px !important;
    font-weight: 650 !important;
    line-height: 1.08 !important;
    text-wrap: balance;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-note {
    width: min(100%, 860px);
    margin-top: 14px !important;
    margin-bottom: 30px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-groups {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(232, 217, 184, 0.24) !important;
    border-bottom: 1px solid rgba(232, 217, 184, 0.24) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-group {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 24px 26px 10px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group:first-child {
    padding-left: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group:last-child {
    padding-right: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group
    + .worksheet-group {
    border-left: 1px solid rgba(232, 217, 184, 0.2) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group-label {
    margin: 0 0 10px !important;
    color: var(--resource-gold-soft) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-transform: uppercase;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.worksheet-list, .worksheet-list.compact) {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-list a {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 28px !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 5px !important;
    min-width: 0 !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 15px 8px 15px 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
    transition: background 160ms ease, box-shadow 160ms ease, padding 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a::after {
    content: "\2192" !important;
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    place-items: center !important;
    width: 28px !important;
    height: 28px !important;
    color: var(--resource-gold-soft) !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(232, 217, 184, 0.22) !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    transition: transform 160ms ease, color 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a
    :is(strong, span) {
    grid-column: 1 !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a
    strong {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a
    span {
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 12px !important;
    font-weight: 550 !important;
    line-height: 1.4 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a:is(:hover, :focus-visible),
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a[aria-current="true"] {
    padding-right: 12px !important;
    padding-left: 10px !important;
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.1), rgba(255, 255, 255, 0.025)) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
    outline: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a:is(:hover, :focus-visible)::after,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a[aria-current="true"]::after {
    color: #fff !important;
    transform: translateX(3px) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding:
      70px
      max(64px, calc((100vw - 1240px) / 2))
      76px !important;
    overflow: visible !important;
    color: var(--resource-ink) !important;
    background:
      linear-gradient(145deg, rgba(200, 164, 95, 0.05), rgba(11, 105, 105, 0.045)),
      var(--resource-paper) !important;
    border: 0 !important;
    border-top: 3px solid var(--resource-gold) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    > div:first-child {
    position: relative !important;
    width: min(100%, 1100px) !important;
    margin: 0 auto !important;
    padding: 0 58px 0 0 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    > div:first-child::before {
    content: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    > div:first-child
    h3 {
    margin: 12px 0 0 !important;
    color: var(--resource-ink-deep) !important;
    font-family: var(--resource-display);
    font-size: 42px !important;
    font-weight: 650 !important;
    line-height: 1.08 !important;
    text-align: left !important;
    text-wrap: balance;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) #worksheetDescription {
    width: min(100%, 800px);
    margin: 12px 0 0 !important;
    color: var(--resource-copy) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-form {
    width: min(100%, 1100px) !important;
    margin: 30px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(
      .worksheet-fields > .wide,
      .worksheet-document-row,
      .worksheet-status-summary
    ) {
    grid-column: 1 / -1 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-fields
    label {
    display: grid !important;
    gap: 8px !important;
    min-width: 0 !important;
    color: var(--resource-ink) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    .worksheet-form
    .worksheet-fields
    :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 11px 13px !important;
    color: var(--resource-ink-deep) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(200, 164, 95, 0.46) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-size: 14px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    .worksheet-form
    .worksheet-fields
    textarea {
    min-height: 116px !important;
    resize: vertical !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    .worksheet-form
    .worksheet-fields
    :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select):focus {
    border-color: var(--resource-teal) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(11, 105, 105, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row {
    margin: 0 !important;
    padding: 22px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(18, 56, 76, 0.14) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row
    legend {
    padding: 0 !important;
    color: var(--resource-ink-deep) !important;
    font-family: var(--resource-display);
    font-size: 20px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-detail {
    color: var(--resource-copy) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-options {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(200, 164, 95, 0.46) !important;
    border-radius: 2px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-fields
    .worksheet-status-option
    > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 8px 12px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 0 !important;
    border-right: 1px solid rgba(18, 56, 76, 0.12) !important;
    border-radius: 0 !important;
    text-align: center !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option:last-child
    > span {
    border-right: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option[data-status="ready"]
    input:checked
    + span {
    color: #fff !important;
    background: var(--resource-teal) !important;
    box-shadow: inset 0 -3px var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option[data-status="waiting"]
    input:checked
    + span {
    color: var(--resource-ink-deep) !important;
    background: var(--resource-gold-soft) !important;
    box-shadow: inset 0 -3px var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option[data-status="not-needed"]
    input:checked
    + span {
    color: #fff !important;
    background: var(--resource-ink) !important;
    box-shadow: inset 0 -3px rgba(255, 255, 255, 0.28) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option
    input:focus-visible
    + span {
    outline: 2px solid var(--resource-teal) !important;
    outline-offset: -3px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-select {
    position: relative !important;
    z-index: 3 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-trigger {
    min-height: 50px !important;
    color: var(--resource-ink-deep) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(200, 164, 95, 0.46) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-select.is-open
    .worksheet-custom-trigger {
    border-color: var(--resource-teal) !important;
    box-shadow: 0 0 0 3px rgba(11, 105, 105, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-menu {
    z-index: 40 !important;
    max-height: 240px !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid rgba(200, 164, 95, 0.58) !important;
    border-radius: 2px !important;
    box-shadow: 0 16px 28px rgba(8, 46, 65, 0.14) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-actions {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px 20px !important;
    margin: 26px 0 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #attachWorksheetButton {
    grid-row: 1 / span 2 !important;
    width: auto !important;
    min-width: 240px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    color: #fff !important;
    background:
      linear-gradient(105deg, var(--resource-ink) 0%, var(--resource-teal) 100%) !important;
    border: 1px solid rgba(200, 164, 95, 0.74) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #attachWorksheetButton:is(:hover, :focus-visible):not(:disabled) {
    background:
      linear-gradient(105deg, var(--resource-ink-deep) 0%, var(--resource-teal-bright) 100%) !important;
    border-color: var(--resource-gold-soft) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
    outline: none !important;
    transform: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #attachWorksheetButton:disabled {
    cursor: not-allowed !important;
    opacity: 0.52 !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.worksheet-handoff-note, #worksheetMessage) {
    margin: 0 !important;
    color: var(--resource-copy) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #worksheetMessage:empty {
    display: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-bottom-close {
    grid-column: 1 / -1 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer {
    position: relative;
    isolation: isolate;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100% !important;
    max-width: none !important;
    min-height: 112px;
    margin: 0 !important;
    padding: 30px max(48px, calc((100vw - 1480px) / 2)) !important;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78) !important;
    background:
      linear-gradient(105deg, #061f2d 0%, #092f41 58%, #0a474c 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.05),
      0 -10px 28px rgba(8, 46, 65, 0.08) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background:
      linear-gradient(
        90deg,
        var(--resource-gold) 0 16%,
        var(--resource-teal-bright) 16% 84%,
        var(--resource-gold) 84% 100%
      );
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -74px;
    right: 18%;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(232, 217, 184, 0.1);
    transform: rotate(18deg);
    pointer-events: none;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer p {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer p:first-child {
    padding-left: 18px;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    footer
    p:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 30px;
    background:
      linear-gradient(
        180deg,
        var(--resource-gold),
        var(--resource-teal-bright)
      );
    transform: translateY(-50%);
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer p:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    font-size: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 2px;
    color: var(--resource-gold-soft) !important;
    border-bottom: 1px solid transparent;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color 160ms ease, border-color 160ms ease;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    footer
    a:is(:hover, :focus-visible) {
    color: #fff !important;
    border-bottom-color: var(--resource-gold);
    outline: none;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    main
    section[id] {
    scroll-margin-top: 16px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:nth-child(4n) {
    border-right: 1px solid var(--resource-line) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:nth-child(2n) {
    border-right: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:nth-child(n + 3) {
    border-top: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-groups {
    grid-template-columns: 1fr !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group:first-child,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group:last-child {
    padding: 22px 0 10px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group
    + .worksheet-group {
    border-top: 1px solid rgba(232, 217, 184, 0.2) !important;
    border-left: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero {
    min-height: 390px;
    padding: 58px 36px 64px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero h1 {
    font-size: 48px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading {
    padding: 30px 36px 24px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge {
    grid-template-columns: 1fr !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:first-child,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:last-child {
    min-height: 100px !important;
    padding: 18px 36px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(232, 217, 184, 0.24) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:last-child {
    border-bottom: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.resource-grid, .worksheet-library-single) {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators, .worksheet-builder) {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-fields,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-fields {
    grid-template-columns: 1fr !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-actions {
    grid-template-columns: 1fr !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #attachWorksheetButton {
    grid-row: auto !important;
    width: 100% !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 10px;
    padding: 28px 36px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) footer p:last-child {
    justify-content: flex-start;
  }
}

/* Resources desktop identity: shared BlueRidge language, purpose-built reference layout. */
@media (min-width: 761px) {
  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero {
    min-height: 390px;
    padding:
      64px
      max(64px, calc((100vw - 1440px) / 2))
      72px !important;
    background:
      linear-gradient(
        90deg,
        rgba(6, 38, 54, 0.99) 0%,
        rgba(6, 38, 54, 0.95) 44%,
        rgba(6, 38, 54, 0.6) 70%,
        rgba(6, 38, 54, 0.28) 100%
      ),
      linear-gradient(180deg, rgba(6, 38, 54, 0.02), rgba(6, 38, 54, 0.34)),
      url("assets/blueridge-secure-journey-guided-review.webp") center 37% / cover no-repeat,
      var(--resource-ink-deep) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero::before {
    top: 38px;
    right: max(64px, calc((100vw - 1440px) / 2));
    width: 250px;
    height: 250px;
    background:
      linear-gradient(
        90deg,
        transparent calc(50% - 0.5px),
        rgba(232, 217, 184, 0.13) 50%,
        transparent calc(50% + 0.5px)
      ),
      linear-gradient(
        180deg,
        transparent calc(50% - 0.5px),
        rgba(232, 217, 184, 0.13) 50%,
        transparent calc(50% + 0.5px)
      );
    border: 1px solid rgba(232, 217, 184, 0.18);
    box-shadow:
      inset 0 0 0 24px rgba(6, 38, 54, 0.08),
      inset 0 0 0 25px rgba(232, 217, 184, 0.12);
    transform: none;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero h1 {
    width: min(100%, 760px);
    margin-top: 17px !important;
    font-size: 56px !important;
    line-height: 1.05 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .page-hero
    > p:not(.eyebrow) {
    width: min(100%, 650px);
    margin-top: 18px !important;
    font-size: 17px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading {
    display: grid !important;
    grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1.45fr);
    grid-template-rows: auto auto;
    column-gap: 64px;
    padding:
      42px
      max(64px, calc((100vw - 1440px) / 2))
      22px !important;
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(200, 164, 95, 0.1), transparent 34%),
      linear-gradient(115deg, #082e41 0%, #0a454e 58%, #08615d 100%) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    .eyebrow {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 7px !important;
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    h2 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0 !important;
    color: #fff !important;
    font-size: 32px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    > p:not(.eyebrow) {
    grid-column: 2;
    grid-row: 2;
    width: min(100%, 720px);
    margin-top: 9px !important;
    color: rgba(255, 255, 255, 0.72) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-stage-bridge {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding:
      0
      max(64px, calc((100vw - 1440px) / 2))
      44px !important;
    overflow: visible !important;
    color: #fff !important;
    background:
      linear-gradient(90deg, #082e41 0%, #0a454e 58%, #08615d 100%) !important;
    border: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:first-child,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2),
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:last-child {
    grid-template-columns: 40px minmax(0, 1fr) 24px !important;
    gap: 15px !important;
    min-height: 94px !important;
    padding: 17px 21px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(232, 217, 184, 0.26) !important;
    border-right: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2) {
    background:
      linear-gradient(135deg, rgba(200, 164, 95, 0.16), rgba(255, 255, 255, 0.055)) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:last-child {
    border-right: 1px solid rgba(232, 217, 184, 0.26) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:is(:hover, :focus-visible),
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2):is(:hover, :focus-visible) {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.11) !important;
    box-shadow: inset 0 -3px var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a::after,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)::after {
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-stage-index,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)
    .resource-stage-index {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    color: #fff !important;
    background: rgba(6, 38, 54, 0.72) !important;
    border: 1px solid rgba(232, 217, 184, 0.72) !important;
    border-radius: 2px !important;
    font-size: 12px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-copy
    strong,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)
    .resource-stage-copy
    strong {
    color: #fff !important;
    font-size: 19px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-copy
    small,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2)
    .resource-stage-copy
    small {
    color: rgba(255, 255, 255, 0.62) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-grid {
    counter-reset: resource-entry;
    padding-top: 58px !important;
    padding-bottom: 80px !important;
    background:
      linear-gradient(145deg, rgba(11, 105, 105, 0.065), transparent 42%),
      linear-gradient(315deg, rgba(200, 164, 95, 0.055), transparent 36%),
      #f7f5ef !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature {
    counter-increment: resource-entry;
    isolation: isolate;
    min-height: 238px !important;
    padding: 31px 62px 27px 30px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article::before,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature::before {
    content: counter(resource-entry, decimal-leading-zero) !important;
    position: absolute;
    top: 31px;
    right: 27px;
    display: block !important;
    color: rgba(18, 56, 76, 0.5);
    font-family: var(--resource-body);
    font-size: 12px;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    line-height: 1;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article
    > span {
    color: #785a29 !important;
    font-size: 12px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:nth-child(even) {
    background: rgba(255, 255, 255, 0.54) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature {
    color: #fff !important;
    background:
      linear-gradient(145deg, rgba(11, 128, 111, 0.25), transparent 64%),
      var(--resource-ink-deep) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature::before {
    color: rgba(232, 217, 184, 0.72) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature
    > span {
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature
    h3 {
    color: #fff !important;
    font-size: 29px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature
    p {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature
    > a {
    color: var(--resource-gold-soft) !important;
    border-top-color: rgba(232, 217, 184, 0.28) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature
    > a::after {
    color: var(--resource-gold-soft) !important;
    border-left-color: rgba(232, 217, 184, 0.38) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:last-child {
    background:
      linear-gradient(145deg, rgba(11, 105, 105, 0.12), rgba(255, 255, 255, 0.68)) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article::after {
    content: "" !important;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    height: 3px;
    background: linear-gradient(90deg, var(--resource-teal), var(--resource-gold));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
    pointer-events: none;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article:is(:hover, :focus-within)::after {
    transform: scaleX(1);
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-grid
    article.resource-feature:is(:hover, :focus-within) {
    background:
      linear-gradient(145deg, rgba(11, 128, 111, 0.36), transparent 64%),
      #09384a !important;
    box-shadow: inset 0 3px var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single {
    position: relative;
    isolation: isolate;
    padding-top: 72px !important;
    padding-bottom: 76px !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
      linear-gradient(120deg, rgba(200, 164, 95, 0.1), transparent 38%),
      linear-gradient(300deg, rgba(11, 128, 111, 0.16), transparent 46%),
      #0a3b4a !important;
    border-top: 3px solid var(--resource-gold) !important;
    border-bottom: 3px solid var(--resource-teal-bright) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -90px;
    left: max(28px, calc((100vw - 1440px) / 2));
    width: 280px;
    height: 280px;
    border: 1px solid rgba(232, 217, 184, 0.11);
    box-shadow:
      inset 0 0 0 26px rgba(6, 38, 54, 0.12),
      inset 0 0 0 27px rgba(232, 217, 184, 0.07);
    transform: rotate(9deg);
    pointer-events: none;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    > section {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 2.22fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 64px;
    position: relative;
    z-index: 1;
    color: #fff !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    .eyebrow {
    grid-column: 1;
    grid-row: 1;
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    > section
    > h3 {
    grid-column: 1;
    grid-row: 2;
    color: #fff !important;
    font-size: 39px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-note {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.68) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-groups {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.025) !important;
    border-color: rgba(232, 217, 184, 0.2) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-group {
    color: #fff !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group
    + .worksheet-group {
    border-left-color: rgba(232, 217, 184, 0.14) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-group-label {
    color: var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-list a {
    color: #fff !important;
    border-top-color: rgba(232, 217, 184, 0.14) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a::after {
    color: var(--resource-gold-soft) !important;
    border-left-color: rgba(232, 217, 184, 0.3) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a
    strong {
    color: #fff !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a
    span {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a:is(:hover, :focus-visible),
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a[aria-current="true"] {
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(232, 217, 184, 0.04)) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a:is(:hover, :focus-visible)::after,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-list
    a[aria-current="true"]::after {
    color: var(--resource-gold) !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    > section {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 0;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    :is(.eyebrow, h3, .worksheet-library-note, .worksheet-groups) {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-note {
    width: min(100%, 780px);
    margin-bottom: 28px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero {
    min-height: 310px;
    padding: 46px 36px 52px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero::before {
    right: 36px;
    width: 180px;
    height: 180px;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .page-hero h1 {
    font-size: 43px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 8px;
    padding: 32px 36px 18px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    .eyebrow,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    h2,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    > p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #resources
    > .section-heading
    .eyebrow {
    margin-top: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .resource-stage-bridge {
    grid-template-columns: 1fr !important;
    padding: 0 36px 40px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:first-child,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:nth-child(2),
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:last-child {
    min-height: 82px !important;
    padding: 14px 18px !important;
    border-right: 1px solid rgba(232, 217, 184, 0.24) !important;
    border-bottom: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .resource-stage-bridge
    > a:last-child {
    border-bottom: 1px solid rgba(232, 217, 184, 0.24) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-single
    > section {
    display: block !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-library-note {
    margin-bottom: 26px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-groups {
    grid-template-columns: 1fr !important;
  }
}

/* Premium open workspaces: calculator and fillable worksheet. */
@media (min-width: 761px) {
  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators, .worksheet-builder) {
    isolation: isolate;
    padding:
      62px
      max(48px, calc((100vw - 1320px) / 2))
      68px !important;
    background:
      linear-gradient(125deg, rgba(200, 164, 95, 0.09), transparent 32%),
      linear-gradient(305deg, rgba(11, 105, 105, 0.08), transparent 38%),
      linear-gradient(180deg, #f7f4ec 0%, #fbfaf7 54%, #f2efe6 100%) !important;
    border-top: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators, .worksheet-builder)::before {
    content: "" !important;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background:
      linear-gradient(
        90deg,
        var(--resource-gold) 0 18%,
        var(--resource-teal-bright) 18% 82%,
        var(--resource-gold) 82% 100%
      ) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators-heading, .worksheet-builder > div:first-child) {
    position: relative !important;
    isolation: isolate;
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 30px 92px 32px 36px !important;
    overflow: hidden;
    color: #fff !important;
    text-align: left !important;
    background:
      linear-gradient(108deg, #082e41 0%, #0b4f59 66%, #0b6969 100%) !important;
    border: 1px solid rgba(200, 164, 95, 0.68) !important;
    border-bottom: 0 !important;
    border-radius: 2px 2px 0 0 !important;
    box-shadow:
      0 18px 38px rgba(8, 46, 65, 0.12),
      inset 4px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators-heading, .worksheet-builder > div:first-child)::before {
    content: "" !important;
    position: absolute;
    z-index: 0;
    top: -84px;
    right: 78px;
    width: 176px;
    height: 176px;
    background: transparent !important;
    border: 1px solid rgba(232, 217, 184, 0.14);
    transform: rotate(17deg);
    pointer-events: none;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators-heading, .worksheet-builder > div:first-child)
    > * {
    position: relative;
    z-index: 1;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators-heading, .worksheet-builder > div:first-child)
    .eyebrow {
    margin: 0 0 8px !important;
    color: var(--resource-gold-soft) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(
      .financial-calculators-heading h3,
      .worksheet-builder > div:first-child h3
    ) {
    width: min(100%, 760px) !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: var(--resource-display);
    font-size: clamp(34px, 3vw, 44px) !important;
    font-weight: 650 !important;
    line-height: 1.05 !important;
    text-align: left !important;
    text-wrap: balance;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators-heading
    > p:last-child,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    #worksheetDescription {
    width: min(100%, 760px) !important;
    margin: 12px 0 0 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators .calculator-close, .worksheet-builder .worksheet-close) {
    top: 50% !important;
    right: 26px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    color: var(--resource-gold-soft) !important;
    background: rgba(255, 255, 255, 0.055) !important;
    border-color: rgba(232, 217, 184, 0.48) !important;
    box-shadow: none !important;
    transform: translateY(-50%) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators .calculator-close, .worksheet-builder .worksheet-close):is(:hover, :focus-visible) {
    color: #fff !important;
    background: rgba(11, 128, 111, 0.5) !important;
    border-color: var(--resource-gold) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
    outline: 2px solid rgba(232, 217, 184, 0.18) !important;
    outline-offset: 2px !important;
    transform: translateY(-50%) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-tabs {
    width: min(100%, 1180px) !important;
    margin: 0 auto 22px !important;
    overflow: hidden !important;
    background: #0a394b !important;
    border: 1px solid rgba(200, 164, 95, 0.68) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 0 2px 2px !important;
    box-shadow: 0 14px 30px rgba(8, 46, 65, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators
    .calculator-tabs
    button {
    position: relative;
    min-height: 54px !important;
    padding: 11px 20px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
    background: transparent !important;
    border-right-color: rgba(232, 217, 184, 0.16) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    text-transform: uppercase;
    transition:
      color 160ms ease,
      background-color 160ms ease,
      box-shadow 160ms ease !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators
    .calculator-tabs
    button:is(:hover, :focus-visible):not([aria-selected="true"]) {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: rgba(255, 255, 255, 0.075) !important;
    box-shadow: inset 0 -3px rgba(200, 164, 95, 0.5) !important;
    outline: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .financial-calculators
    .calculator-tabs
    button[aria-selected="true"] {
    color: var(--resource-ink-deep) !important;
    -webkit-text-fill-color: var(--resource-ink-deep) !important;
    background: #fff !important;
    box-shadow:
      inset 0 3px var(--resource-gold),
      inset 0 -1px rgba(18, 56, 76, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-panel {
    position: relative;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.72fr) !important;
    gap: 0 !important;
    width: min(100%, 1180px) !important;
    padding: 0 !important;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(18, 56, 76, 0.18) !important;
    border-top: 3px solid var(--resource-gold) !important;
    border-radius: 2px !important;
    box-shadow: 0 20px 42px rgba(8, 46, 65, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-fields {
    align-content: center !important;
    gap: 18px !important;
    min-width: 0;
    padding: 30px 28px !important;
    background:
      linear-gradient(135deg, rgba(200, 164, 95, 0.05), transparent 48%),
      #fff !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-field {
    gap: 9px !important;
    color: var(--resource-ink-deep) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    text-transform: uppercase;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-input {
    min-height: 54px !important;
    padding: 0 14px !important;
    color: var(--resource-teal) !important;
    background: #fbfaf7 !important;
    border-color: rgba(18, 56, 76, 0.2) !important;
    box-shadow:
      inset 3px 0 var(--resource-gold-soft),
      inset 0 1px rgba(255, 255, 255, 0.9) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-input:focus-within {
    background: #fff !important;
    border-color: var(--resource-teal) !important;
    box-shadow:
      inset 3px 0 var(--resource-gold),
      0 0 0 3px rgba(11, 105, 105, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-input
    input {
    height: 50px !important;
    color: var(--resource-ink-deep) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-results {
    align-content: center !important;
    background:
      linear-gradient(145deg, rgba(11, 105, 105, 0.76), rgba(8, 46, 65, 0.98)) !important;
    border: 0 !important;
    border-left: 1px solid rgba(200, 164, 95, 0.68) !important;
    border-radius: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    > div {
    min-height: 94px !important;
    padding: 18px 24px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    > div
    + div {
    border-top-color: rgba(232, 217, 184, 0.22) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    span {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    text-transform: uppercase;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    strong {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 650 !important;
    font-variant-numeric: tabular-nums;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .calculator-guidance {
    justify-content: space-between !important;
    width: min(100%, 1180px) !important;
    margin: 14px auto 0 !important;
    padding: 15px 18px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(18, 56, 76, 0.14) !important;
    border-left: 3px solid var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-guidance
    a {
    min-height: 34px !important;
    color: var(--resource-teal) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-bottom-close {
    width: min(100%, 1180px) !important;
    min-height: 44px !important;
    margin: 12px auto 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
    background: var(--resource-ink-deep) !important;
    border-color: rgba(200, 164, 95, 0.54) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-bottom-close:is(:hover, :focus-visible) {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: var(--resource-teal) !important;
    border-color: var(--resource-gold) !important;
    box-shadow:
      inset 5px 0 var(--resource-gold),
      0 8px 20px rgba(8, 46, 65, 0.12) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-form {
    position: relative;
    width: min(100%, 1180px) !important;
    margin: 22px auto 0 !important;
    padding: 30px !important;
    overflow: visible !important;
    background:
      linear-gradient(135deg, rgba(200, 164, 95, 0.04), transparent 32%),
      rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(18, 56, 76, 0.17) !important;
    border-top: 3px solid var(--resource-gold) !important;
    border-radius: 2px !important;
    box-shadow: 0 20px 42px rgba(8, 46, 65, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell) .worksheet-fields {
    gap: 18px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-fields
    > label:not(.worksheet-status-option) {
    gap: 9px !important;
    padding: 18px !important;
    background: #fbfaf7 !important;
    border: 1px solid rgba(18, 56, 76, 0.14) !important;
    border-top: 2px solid var(--resource-gold-soft) !important;
    color: var(--resource-ink-deep) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    .worksheet-form
    .worksheet-fields
    :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
    min-height: 52px !important;
    background: #fff !important;
    border-color: rgba(18, 56, 76, 0.2) !important;
    box-shadow: inset 3px 0 var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-builder
    .worksheet-form
    .worksheet-fields
    :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select):focus {
    border-color: var(--resource-teal) !important;
    box-shadow:
      inset 3px 0 var(--resource-gold),
      0 0 0 3px rgba(11, 105, 105, 0.1) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns:
      minmax(210px, 0.9fr)
      minmax(360px, 1.25fr)
      minmax(220px, 0.75fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    gap: 5px 22px !important;
    margin: 0 !important;
    padding: 22px 22px !important;
    background: rgba(250, 249, 245, 0.92) !important;
    border: 1px solid rgba(18, 56, 76, 0.14) !important;
    border-left: 3px solid var(--resource-gold) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row:has(.worksheet-custom-select.is-open) {
    z-index: 12;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row:nth-of-type(even) {
    background: rgba(240, 247, 245, 0.72) !important;
    border-left-color: var(--resource-teal) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row
    legend {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: end;
    width: 100%;
    margin: 0 !important;
    color: var(--resource-ink-deep) !important;
    font-size: 19px !important;
    line-height: 1.15 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-hint {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start;
    margin: 2px 0 0 !important;
    color: var(--resource-copy) !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row
    .worksheet-status-options {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center;
    border-color: rgba(18, 56, 76, 0.18) !important;
    background: #fff !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.9) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row:not(:has(.worksheet-document-detail))
    .worksheet-status-options {
    grid-column: 2 / -1 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-detail {
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    align-self: center;
    gap: 7px !important;
    margin: 0 !important;
    color: var(--resource-copy) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-fields
    .worksheet-status-option
    > span {
    gap: 8px;
    min-height: 48px !important;
    padding: 8px 10px !important;
    color: var(--resource-copy) !important;
    background: #fff !important;
    border-right-color: rgba(18, 56, 76, 0.12) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    text-transform: uppercase;
    transition:
      color 150ms ease,
      background-color 150ms ease,
      box-shadow 150ms ease !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-fields
    .worksheet-status-option
    > span::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    background: currentColor;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.78;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option:is(:hover, :focus-within)
    > span {
    color: var(--resource-ink-deep) !important;
    background: rgba(232, 217, 184, 0.2) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option[data-status="ready"]
    input:checked
    + span {
    color: #fff !important;
    background: var(--resource-teal) !important;
    box-shadow: inset 0 -3px var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option[data-status="waiting"]
    input:checked
    + span {
    color: var(--resource-ink-deep) !important;
    background: var(--resource-gold-soft) !important;
    box-shadow: inset 0 -3px var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option[data-status="not-needed"]
    input:checked
    + span {
    color: #fff !important;
    background: #536a77 !important;
    box-shadow: inset 0 -3px rgba(255, 255, 255, 0.32) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-option
    input:checked
    + span::before {
    background: currentColor;
    border-color: currentColor;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
    opacity: 1;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-trigger {
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 12px !important;
    color: var(--resource-ink-deep) !important;
    background: #fff !important;
    border-color: rgba(18, 56, 76, 0.2) !important;
    box-shadow: inset 3px 0 var(--resource-gold-soft) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-select.is-open
    .worksheet-custom-trigger {
    color: #fff !important;
    background:
      linear-gradient(105deg, var(--resource-ink) 0%, var(--resource-teal) 100%) !important;
    border-color: var(--resource-gold) !important;
    border-radius: 2px 2px 0 0 !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-menu {
    position: absolute !important;
    top: calc(100% - 1px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 4px !important;
    background: #fff !important;
    border-color: rgba(18, 56, 76, 0.2) !important;
    border-top: 2px solid var(--resource-gold) !important;
    border-radius: 0 0 2px 2px !important;
    box-shadow: 0 18px 32px rgba(8, 46, 65, 0.16) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-option {
    min-height: 40px !important;
    border-radius: 1px !important;
    color: var(--resource-copy) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-option:is(:hover, :focus-visible) {
    color: var(--resource-ink-deep) !important;
    background: rgba(232, 217, 184, 0.22) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-custom-option.is-selected {
    color: #fff !important;
    background: var(--resource-teal) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-status-summary {
    justify-content: flex-start !important;
    gap: 10px 22px !important;
    margin: 18px 0 0 !important;
    padding: 14px 18px !important;
    color: var(--resource-copy) !important;
    background: rgba(232, 217, 184, 0.18) !important;
    border: 1px solid rgba(200, 164, 95, 0.36) !important;
    border-left: 3px solid var(--resource-gold) !important;
    text-align: left !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-actions {
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr) !important;
    gap: 8px 24px !important;
    margin: 18px 0 0 !important;
    padding: 20px !important;
    background:
      linear-gradient(110deg, rgba(8, 46, 65, 0.98), rgba(11, 105, 105, 0.92)) !important;
    border: 1px solid rgba(200, 164, 95, 0.62) !important;
    border-radius: 2px !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #attachWorksheetButton {
    width: 100% !important;
    min-width: 0 !important;
    color: var(--resource-ink-deep) !important;
    background: #fff !important;
    border-color: var(--resource-gold) !important;
    box-shadow: none !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    #attachWorksheetButton:is(:hover, :focus-visible):not(:disabled) {
    color: #fff !important;
    background: var(--resource-teal-bright) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.worksheet-handoff-note, #worksheetMessage) {
    color: rgba(255, 255, 255, 0.74) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-bottom-close {
    width: 100% !important;
    min-height: 44px !important;
    margin: 12px 0 0 !important;
    color: var(--resource-ink-deep) !important;
    -webkit-text-fill-color: var(--resource-ink-deep) !important;
    background: rgba(244, 241, 233, 0.78) !important;
    border-color: rgba(18, 56, 76, 0.18) !important;
    box-shadow: inset 3px 0 var(--resource-gold) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-bottom-close:is(:hover, :focus-visible) {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: var(--resource-teal) !important;
    border-color: var(--resource-gold) !important;
    box-shadow: inset 5px 0 var(--resource-gold) !important;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  body[data-page="resources"]:not(.is-mobile-app-shell)
    :is(.financial-calculators, .worksheet-builder) {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-panel {
    grid-template-columns: 1fr !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-top: 1px solid rgba(200, 164, 95, 0.68) !important;
    border-left: 0 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .calculator-results
    > div
    + div {
    border-top: 0 !important;
    border-left: 1px solid rgba(232, 217, 184, 0.22) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row {
    grid-template-columns: minmax(180px, 0.75fr) minmax(330px, 1.25fr) !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row
    .worksheet-status-options,
  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-row:not(:has(.worksheet-document-detail))
    .worksheet-status-options {
    grid-column: 2 !important;
  }

  body[data-page="resources"]:not(.is-mobile-app-shell)
    .worksheet-document-detail {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    margin-top: 10px !important;
  }
}
