/*
 * College Support 1.11.0
 * A single, brand-led mobile app layer. Desktop keeps the established web layout.
 */

.college-support-mobile-app-label,
.college-support-mobile-signature,
.college-support-app-trust-mobile,
.college-support-mobile-goal,
.college-support-report-overview,
.college-support-mobile-label {
  display: none;
}

@media (max-width: 782px) {
  :root {
    --college-support-dock-height: 82px;
  }

  body.college-support-page.college-support-app-page {
    min-width: 320px;
    overflow-x: clip;
    background: #0c141f;
  }

  body.college-support-page.college-support-app-page .site-main--page {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.college-support-page.college-support-app-page .content-container--wide-page,
  body.college-support-page.college-support-app-page .content-primary,
  body.college-support-page.college-support-app-page .page-layout,
  body.college-support-page.college-support-app-page .page-article,
  body.college-support-page.college-support-app-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.college-support-page.college-support-app-page .entry-header,
  body.college-support-page.college-support-app-page .page-header,
  body.college-support-page.college-support-app-page h1.entry-title,
  body.college-support-page.college-support-app-page .content-share,
  body.college-support-page.college-support-app-page .site-footer,
  body.college-support-page.college-support-app-page .entry-content > :not(.college-support):not(script):not(style) {
    display: none !important;
  }

  body.college-support-page.college-support-app-page .entry-content > .college-support {
    width: 100vw !important;
    max-width: none !important;
    min-height: calc(var(--college-support-mobile-vh, 100dvh) - var(--college-support-site-header, 0px));
    margin: 0 0 0 calc(50% - 50vw) !important;
    padding: 0 !important;
  }

  .college-support {
    --cs-app-navy: #00235e;
    --cs-app-navy-deep: #07111f;
    --cs-app-blue: #16427f;
    --cs-app-yellow: #ffb600;
    --cs-app-cyan: #009bde;
    --cs-app-orange: #eb3c00;
    --cs-app-lime: #c2d100;
    --cs-app-purple: #59287f;
    --cs-app-paper: #f7f8fa;
    --cs-app-muted: #626d7c;
    --cs-app-line: #e6e9ee;
    color: #121923;
    font-family: "e-Ukraine", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.4;
  }

  .college-support--tabbed > .college-support-panel[hidden] {
    display: none !important;
  }

  .college-support--tabbed > .college-support-panel.is-active {
    animation: college-support-app-panel-in 280ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
  }

  .college-support--tabbed > .college-support-status-card,
  .college-support--compact-height > .college-support-status-card,
  .college-support--short-height > .college-support-status-card {
    position: relative;
    isolation: isolate;
    display: flex !important;
    width: 100vw !important;
    min-height: calc(var(--college-support-mobile-vh, 100dvh) - var(--college-support-site-header, 0px));
    flex-direction: column;
    gap: 0 !important;
    margin: 0 !important;
    padding: 13px 15px calc(var(--college-support-dock-height) + 26px + env(safe-area-inset-bottom, 0px)) !important;
    overflow: hidden;
    border: 0 !important;
    border-top: 3px solid var(--cs-app-yellow) !important;
    border-radius: 0 !important;
    color: #fff;
    background:
      radial-gradient(circle at 112% 18%, rgba(0, 155, 222, 0.22), transparent 31%),
      radial-gradient(circle at -16% 92%, rgba(194, 209, 0, 0.14), transparent 28%),
      linear-gradient(155deg, #00235e 0%, #07182d 62%, #0b1420 100%) !important;
    box-shadow: none !important;
  }

  .college-support-status-card::before {
    position: absolute !important;
    z-index: 0;
    top: 78px !important;
    right: -56px !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 190px !important;
    height: 190px !important;
    border: 0 !important;
    border-radius: 48px !important;
    background:
      repeating-linear-gradient(45deg, transparent 0 13px, rgba(255, 182, 0, 0.28) 13px 17px, transparent 17px 30px),
      repeating-linear-gradient(-45deg, transparent 0 13px, rgba(0, 155, 222, 0.2) 13px 17px, transparent 17px 30px) !important;
    content: "" !important;
    opacity: 0.7;
    transform: rotate(12deg);
    pointer-events: none;
  }

  .college-support-status-card::after {
    position: absolute;
    z-index: 0;
    right: -110px;
    bottom: 104px;
    width: 280px;
    height: 280px;
    border: 36px solid rgba(235, 60, 0, 0.16);
    border-radius: 50%;
    content: "";
    box-shadow:
      -90px 52px 0 -25px rgba(194, 209, 0, 0.13),
      -152px -214px 0 -56px rgba(0, 155, 222, 0.13);
    pointer-events: none;
  }

  .college-support-app-bar,
  .college-support--compact-height .college-support-app-bar,
  .college-support--short-height .college-support-app-bar {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 1px 13px !important;
  }

  .college-support-app-brand {
    display: none !important;
  }

  .college-support-mobile-app-label {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
  }

  .college-support-mobile-app-label > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .college-support-mobile-app-label strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.015em;
  }

  .college-support-mobile-app-label small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.15em;
  }

  .college-support-mobile-app-signal {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: var(--cs-app-yellow);
    box-shadow: 0 8px 20px rgba(255, 182, 0, 0.18);
  }

  .college-support-mobile-app-signal svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: var(--cs-app-navy);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .college-support-app-trust,
  .college-support--compact-height .college-support-app-trust {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .college-support-app-trust-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7cf0bd;
    box-shadow: 0 0 0 4px rgba(124, 240, 189, 0.12);
  }

  .college-support-app-trust-desktop {
    display: none;
  }

  .college-support-app-trust-mobile {
    display: inline;
  }

  .college-support-status-content {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 23px 20px 17px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 30px;
    background: rgba(251, 252, 253, 0.985);
    color: #121923;
    text-align: left !important;
    box-shadow: 0 22px 48px rgba(0, 7, 18, 0.22);
  }

  .college-support-status-content::after {
    position: absolute;
    top: -54px;
    right: -58px;
    width: 155px;
    height: 155px;
    border: 24px solid rgba(0, 155, 222, 0.075);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .college-support-status-content > * {
    position: relative;
    z-index: 1;
  }

  .college-support-mobile-signature {
    display: none !important;
  }

  .college-support-status-card .college-support-eyebrow {
    display: none !important;
  }

  .college-support-status-card .college-support-balance,
  .college-support--compact-height .college-support-status-card .college-support-balance,
  .college-support--short-height .college-support-status-card .college-support-balance {
    order: 1;
    margin: 0 !important;
    color: #121923;
    text-align: left !important;
  }

  .college-support-status-card .college-support-balance-label,
  .college-support--compact-height .college-support-status-card .college-support-balance-label {
    display: block;
    margin: 0 0 4px !important;
    color: var(--cs-app-muted) !important;
    font-size: 12px !important;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .college-support-status-card .college-support-balance strong,
  .college-support--compact-height .college-support-status-card .college-support-balance strong,
  .college-support--short-height .college-support-status-card .college-support-balance strong {
    display: block;
    color: #0d1724 !important;
    font-size: clamp(42px, 12.6vw, 58px) !important;
    font-weight: 780;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
    overflow-wrap: normal;
    white-space: normal;
    word-break: keep-all;
  }

  .college-support-status-card .college-support-progress-wrap,
  .college-support--compact-height .college-support-status-card .college-support-progress-wrap,
  .college-support--short-height .college-support-status-card .college-support-progress-wrap {
    order: 2;
    width: 100%;
    margin: 17px 0 0 !important;
  }

  .college-support-status-card .college-support-progress-summary,
  .college-support--compact-height .college-support-status-card .college-support-progress-summary {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 7px !important;
    color: #626d7c !important;
    font-size: 12px !important;
    font-weight: 650;
    line-height: 1.2;
    text-align: left;
  }

  .college-support-status-card .college-support-progress-summary strong {
    color: var(--cs-app-navy) !important;
  }

  .college-support-status-card .college-support-progress {
    height: 8px !important;
    overflow: hidden;
    border-radius: 999px;
    background: #e3e7ed !important;
  }

  .college-support-status-card .college-support-progress > span {
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cs-app-yellow), #ffd34f) !important;
    box-shadow: 0 0 14px rgba(255, 182, 0, 0.22);
  }

  .college-support-status-card .college-support-appeal-title,
  .college-support--compact-height .college-support-status-card .college-support-appeal-title,
  .college-support--short-height .college-support-status-card .college-support-appeal-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  .college-support-status-card .college-support-appeal-copy,
  .college-support--compact-height .college-support-status-card .college-support-appeal-copy,
  .college-support--short-height .college-support-status-card .college-support-appeal-copy {
    display: none !important;
  }

  .college-support-status-action,
  .college-support--compact-height .college-support-status-action,
  .college-support--short-height .college-support-status-action {
    display: none !important;
  }

  .college-support-status-action::before {
    display: block;
    height: 1px;
    margin: 0 0 14px;
    background: var(--cs-app-line);
    content: "";
  }

  .college-support-status-action .college-support-action-kicker,
  .college-support-status-action .college-support-action-copy {
    display: none !important;
  }

  .college-support-mono-btn,
  .college-support--compact-height .college-support-mono-btn {
    display: flex;
    width: 100% !important;
    min-height: 54px !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: linear-gradient(180deg, #ffc52f, var(--cs-app-yellow)) !important;
    color: var(--cs-app-navy) !important;
    font-size: 15px !important;
    font-weight: 850;
    line-height: 1;
    text-decoration: none !important;
    box-shadow:
      0 11px 23px rgba(255, 182, 0, 0.2),
      inset 0 -2px 0 rgba(0, 35, 94, 0.09) !important;
  }

  .college-support-app-shortcuts {
    display: none !important;
  }

  .college-support-status-proof,
  .college-support--compact-height .college-support-status-proof,
  .college-support--short-height .college-support-status-proof {
    position: relative;
    z-index: 2;
    display: none !important;
    margin: 12px 0 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 24px !important;
    background: rgba(250, 251, 252, 0.97) !important;
    color: #121923;
    box-shadow: 0 16px 34px rgba(0, 7, 18, 0.2) !important;
  }

  .college-support .college-support-status-proof.college-support-status-proof--has-donations,
  .college-support--compact-height .college-support-status-proof--has-donations,
  .college-support--short-height .college-support-status-proof--has-donations {
    display: block !important;
  }

  .college-support-status-proof .college-support-recent-title,
  .college-support--compact-height .college-support-status-proof .college-support-recent-title,
  .college-support--short-height .college-support-status-proof .college-support-recent-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 9px !important;
    color: #626d7c !important;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .college-support-status-proof .college-support-recent-title::after {
    display: block !important;
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, #dfe4eb, transparent);
    content: "";
  }

  .college-support-status-proof .college-support-recent-list,
  .college-support--compact-height .college-support-status-proof .college-support-recent-list {
    display: block !important;
    margin: 0;
    padding: 0 0 1px !important;
    overflow: visible;
    list-style: none;
    scrollbar-width: auto;
  }

  .college-support-status-proof .college-support-recent-list::-webkit-scrollbar {
    display: none;
  }

  .college-support-status-proof .college-support-recent-item,
  .college-support--compact-height .college-support-status-proof .college-support-recent-item {
    display: flex;
    min-width: 0;
    width: 100%;
    min-height: 58px !important;
    align-items: center;
    gap: 10px;
    padding: 9px 2px !important;
    border: 0 !important;
    border-bottom: 1px solid #e4e8ee !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #121923;
    box-shadow: none !important;
    scroll-snap-align: none;
  }

  .college-support-status-proof .college-support-recent-item:last-child {
    border-bottom: 0 !important;
  }

  .college-support-status-proof .college-support-recent-mark {
    display: none !important;
  }

  .college-support-status-proof .college-support-recent-data {
    min-width: 0;
    flex: 1 1 auto;
  }

  .college-support-status-proof .college-support-recent-data strong,
  .college-support--compact-height .college-support-status-proof .college-support-recent-data strong {
    display: block;
    color: #121923 !important;
    font-size: 13.5px !important;
    font-weight: 800;
    line-height: 1.05;
  }

  .college-support-status-proof .college-support-recent-data time,
  .college-support--compact-height .college-support-status-proof .college-support-recent-data time {
    display: block;
    margin-top: 3px;
    color: #626d7c !important;
    font-size: 12px !important;
    line-height: 1.1;
  }

  .college-support-recent-avatar {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    margin-left: auto;
    border-radius: 13px;
    background: #fff3d2;
    font-size: 20px;
    line-height: 1;
  }

  .college-support-recent-item:nth-child(2) .college-support-recent-avatar {
    background: #e7f5fb;
  }

  .college-support-recent-item:nth-child(3) .college-support-recent-avatar {
    background: #f0e9f7;
  }

  .college-support-status-meta {
    display: none !important;
  }

  .college-support--tabbed > .college-support-section.college-support-panel {
    width: 100vw !important;
    min-height: calc(var(--college-support-mobile-vh, 100dvh) - var(--college-support-site-header, 0px));
    margin: 0 !important;
    padding: 27px 16px calc(var(--college-support-dock-height) + 36px + env(safe-area-inset-bottom, 0px)) !important;
    overflow: visible;
    border: 0 !important;
    border-top: 3px solid var(--cs-app-yellow) !important;
    border-radius: 0 !important;
    background: var(--cs-app-paper) !important;
    box-shadow: none !important;
  }

  .college-support--tabbed > .college-support-section.college-support-panel::before,
  .college-support--tabbed > .college-support-section.college-support-panel::after {
    display: none !important;
  }

  .college-support--tabbed .college-support-section-heading {
    max-width: none;
    margin: 0 0 22px;
  }

  .college-support--tabbed .college-support-section-kicker {
    margin: 0 0 8px;
    color: var(--cs-app-cyan);
    font-size: 11.5px;
    font-weight: 850;
    letter-spacing: 0.1em;
  }

  .college-support--tabbed .college-support-section h2,
  .college-support--tabbed .college-support-needs > h2 {
    color: var(--cs-app-navy);
    font-size: clamp(28px, 8vw, 36px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .college-support--tabbed .college-support-needs > h2 {
    margin-bottom: 22px;
  }

  .college-support--tabbed .college-support-section-heading > p:last-child {
    margin: 10px 0 0;
    color: #697382;
    font-size: 13px;
    line-height: 1.4;
  }

  .college-support--tabbed .college-support-grid,
  .college-support--tabbed .college-support-requisites-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .college-support--tabbed .college-support-card,
  .college-support--tabbed .college-support-recipient-card {
    margin: 0 !important;
    padding: 18px !important;
    overflow: hidden;
    border: 1px solid #e5e8ed !important;
    border-radius: 24px !important;
    background: #fff !important;
    color: #121923;
    box-shadow: 0 10px 24px rgba(0, 35, 94, 0.055) !important;
  }

  .college-support--tabbed .college-support-card h3,
  .college-support--tabbed .college-support-recipient-card h3 {
    color: var(--cs-app-navy);
  }

  .college-support--tabbed .college-support-copy-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 14px;
    padding: 10px;
    border: 1px solid #e4e8ee;
    border-radius: 16px;
    background: #f6f8fa;
  }

  .college-support--tabbed .college-support-copy-text {
    min-width: 0;
    align-self: center;
    color: #182131;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .college-support--tabbed .college-support-copy-button {
    min-height: 44px;
    padding: 8px 12px;
    border-color: var(--cs-app-navy);
    border-radius: 13px;
    color: #fff;
    background: var(--cs-app-navy);
    font-size: 12px;
  }

  .college-support--tabbed .college-support-copy-button-label {
    color: #fff !important;
  }

  .college-support--tabbed .college-support-timeline {
    display: grid;
    gap: 12px;
    padding: 0;
  }

  .college-support--tabbed .college-support-timeline::before {
    display: none;
  }

  .college-support--tabbed .college-support-report-row {
    display: block;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid #e4e8ee;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 35, 94, 0.055);
  }

  .college-support--tabbed .college-support-report-row + .college-support-report-row {
    margin-top: 0 !important;
  }

  .college-support--tabbed .college-support-report-rail {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 13px;
  }

  .college-support--tabbed .college-support-report-dot {
    position: static;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border: 0;
    background: var(--cs-app-yellow);
    box-shadow: 0 0 0 5px rgba(255, 182, 0, 0.14);
  }

  .college-support--tabbed .college-support-report-rail time {
    color: #657080;
    font-size: 12px;
  }

  .college-support--tabbed .college-support-report-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .college-support--tabbed .college-support-amount {
    text-align: left;
  }

  .college-support--tabbed .college-support-report-archive {
    margin-top: 12px;
    border: 1px solid #e4e8ee;
    border-radius: 20px;
    background: #fff;
  }

  .college-support-thanks {
    display: none !important;
  }

  .college-support-mobile-tabs,
  .college-support--short-height .college-support-mobile-tabs {
    position: fixed !important;
    z-index: 60;
    right: max(11px, calc((100vw - 640px) / 2)) !important;
    bottom: calc(9px + env(safe-area-inset-bottom, 0px)) !important;
    left: max(11px, calc((100vw - 640px) / 2)) !important;
    display: grid !important;
    min-height: var(--college-support-dock-height) !important;
    align-items: stretch;
    gap: 2px !important;
    padding: 8px 7px !important;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 29px !important;
    background: rgba(252, 252, 253, 0.96) !important;
    box-shadow:
      0 18px 42px rgba(0, 8, 20, 0.28),
      inset 0 1px 0 #fff !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .college-support-mobile-tabs::before {
    display: none !important;
  }

  .college-support-mobile-tabs--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .college-support-mobile-tabs--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .college-support-mobile-tabs--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .college-support-mobile-tabs--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .college-support-mobile-tabs > a,
  .college-support--short-height .college-support-mobile-tabs > a {
    display: grid !important;
    min-width: 0;
    min-height: 64px !important;
    grid-template-rows: 38px 15px !important;
    align-content: center;
    justify-items: center;
    gap: 4px !important;
    padding: 3px 1px !important;
    border: 0;
    border-radius: 20px;
    color: #5f6978 !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    transform: none;
    position: relative;
  }

  .college-support-mobile-tabs > a > span:last-child {
    display: flex !important;
    min-width: 0;
    min-height: 15px;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-align: center;
  }

  .college-support-mobile-tab-icon,
  .college-support--short-height .college-support-mobile-tab-icon {
    display: grid;
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    place-items: center;
    margin: 0 !important;
    border-radius: 13px !important;
    color: currentColor;
    background: transparent !important;
    box-shadow: none !important;
  }

  .college-support-mobile-tab-icon svg {
    width: 20px !important;
    height: 20px !important;
    stroke-width: 1.9 !important;
  }

  .college-support-mobile-tabs > a[aria-current] {
    color: #fff !important;
    background: var(--cs-app-navy) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
  }

  .college-support-mobile-tabs > a[aria-current] .college-support-mobile-tab-icon {
    color: #fff !important;
    background: transparent !important;
  }

  .college-support-mobile-tabs > .college-support-mobile-tab-donate,
  .college-support--short-height .college-support-mobile-tabs > .college-support-mobile-tab-donate {
    grid-template-rows: 38px 15px !important;
    min-height: 64px !important;
    color: var(--cs-app-navy) !important;
    transform: none !important;
  }

  .college-support-mobile-tabs > .college-support-mobile-tab-donate .college-support-mobile-tab-icon,
  .college-support--short-height .college-support-mobile-tabs > .college-support-mobile-tab-donate .college-support-mobile-tab-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: var(--cs-app-yellow) !important;
    color: var(--cs-app-navy) !important;
    box-shadow:
      0 10px 22px rgba(255, 182, 0, 0.28),
      inset 0 -2px 0 rgba(0, 35, 94, 0.08) !important;
  }

  .college-support-mobile-tabs > .college-support-mobile-tab-donate .college-support-mobile-tab-icon svg {
    width: 23px !important;
    height: 23px !important;
    stroke-width: 2.1 !important;
  }

  .college-support-mobile-tabs > a:active,
  .college-support-mono-btn:active {
    transform: scale(0.985);
  }

  .college-support-mobile-tabs > .college-support-mobile-tab-donate:active {
    transform: scale(0.985) !important;
  }

  .college-support a,
  .college-support button {
    touch-action: manipulation;
  }

  .college-support a:focus-visible,
  .college-support button:focus-visible {
    outline: 3px solid var(--cs-app-cyan) !important;
    outline-offset: 3px !important;
  }
}

@media (max-width: 360px) {
  .college-support--tabbed > .college-support-status-card,
  .college-support--compact-height > .college-support-status-card,
  .college-support--short-height > .college-support-status-card {
    padding-inline: 12px !important;
  }

  .college-support-status-content {
    padding: 20px 17px 15px !important;
  }

  .college-support-status-action,
  .college-support--compact-height .college-support-status-action,
  .college-support--short-height .college-support-status-action {
    padding-inline: 17px !important;
  }

  .college-support-status-card .college-support-balance strong,
  .college-support--compact-height .college-support-status-card .college-support-balance strong,
  .college-support--short-height .college-support-status-card .college-support-balance strong {
    font-size: clamp(39px, 12vw, 48px) !important;
  }

  .college-support-status-card .college-support-appeal-title,
  .college-support--compact-height .college-support-status-card .college-support-appeal-title,
  .college-support--short-height .college-support-status-card .college-support-appeal-title {
    font-size: clamp(23px, 7vw, 28px) !important;
  }

  .college-support-mobile-tabs,
  .college-support--short-height .college-support-mobile-tabs {
    right: 7px !important;
    left: 7px !important;
    padding-inline: 5px !important;
  }

  .college-support-mobile-tabs > a,
  .college-support--short-height .college-support-mobile-tabs > a {
    font-size: 11px !important;
  }
}

@media (max-width: 782px) and (max-height: 710px) {
  :root {
    --college-support-dock-height: 76px;
  }

  .college-support--tabbed > .college-support-status-card,
  .college-support--compact-height > .college-support-status-card,
  .college-support--short-height > .college-support-status-card {
    padding-top: 9px !important;
  }

  .college-support-app-bar,
  .college-support--compact-height .college-support-app-bar,
  .college-support--short-height .college-support-app-bar {
    min-height: 38px;
    margin-bottom: 8px !important;
  }

  .college-support-status-content {
    padding-top: 18px !important;
    padding-bottom: 13px !important;
  }

  .college-support-mobile-signature {
    margin-bottom: 10px;
  }

  .college-support-status-card .college-support-progress-wrap,
  .college-support--compact-height .college-support-status-card .college-support-progress-wrap,
  .college-support--short-height .college-support-status-card .college-support-progress-wrap {
    margin-top: 12px !important;
  }

  .college-support-status-card .college-support-appeal-title,
  .college-support--compact-height .college-support-status-card .college-support-appeal-title,
  .college-support--short-height .college-support-status-card .college-support-appeal-title {
    margin-top: 14px !important;
  }

  .college-support-status-card .college-support-appeal-copy,
  .college-support--compact-height .college-support-status-card .college-support-appeal-copy,
  .college-support--short-height .college-support-status-card .college-support-appeal-copy {
    -webkit-line-clamp: 1;
  }

  .college-support-status-action,
  .college-support--compact-height .college-support-status-action,
  .college-support--short-height .college-support-status-action {
    padding-bottom: 15px !important;
  }

  .college-support-status-action::before {
    margin-bottom: 10px;
  }

  .college-support-mono-btn,
  .college-support--compact-height .college-support-mono-btn {
    min-height: 49px !important;
  }

  .college-support-status-proof,
  .college-support--compact-height .college-support-status-proof,
  .college-support--short-height .college-support-status-proof {
    margin-top: 8px !important;
    padding: 10px !important;
  }

  .college-support-status-proof .college-support-recent-title,
  .college-support--compact-height .college-support-status-proof .college-support-recent-title,
  .college-support--short-height .college-support-status-proof .college-support-recent-title {
    display: none;
  }

  .college-support-mobile-tabs,
  .college-support--short-height .college-support-mobile-tabs {
    min-height: var(--college-support-dock-height) !important;
    padding-block: 5px !important;
  }
}

/* 1.9.0 — distinct app screens instead of one repeated card template */
@media (max-width: 782px) {
  .college-support--tabbed .college-support-desktop-label {
    display: none !important;
  }

  .college-support--tabbed .college-support-mobile-label {
    display: inline !important;
  }

  .college-support--tabbed > .college-support-status-card .college-support-mobile-goal {
    position: relative;
    z-index: 2;
    display: flex !important;
    min-height: 64px;
    align-items: center;
    gap: 12px;
    margin: auto 2px 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .college-support-mobile-goal-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 14px;
    background: var(--cs-app-yellow);
    color: var(--cs-app-navy);
  }

  .college-support-mobile-goal-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
  }

  .college-support-mobile-goal > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
  }

  .college-support-mobile-goal small {
    color: #aebcd1;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .college-support-mobile-goal strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 12.5px;
    font-weight: 750;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /* Reports: a dark transparency dashboard with light transaction cards. */
  .college-support--tabbed > .college-support-section.college-support-reports {
    background:
      radial-gradient(circle at 108% 8%, rgba(0, 155, 222, 0.2), transparent 31%),
      radial-gradient(circle at -12% 88%, rgba(89, 40, 127, 0.2), transparent 27%),
      linear-gradient(155deg, #06152c 0%, #07111f 72%, #0a111b 100%) !important;
    color: #fff;
  }

  .college-support--tabbed .college-support-reports .college-support-section-heading {
    margin-bottom: 16px;
  }

  .college-support--tabbed .college-support-reports .college-support-section-kicker {
    color: #70d9ff;
  }

  .college-support--tabbed .college-support-reports h2 {
    color: #fff !important;
    font-size: clamp(34px, 10vw, 46px);
  }

  .college-support--tabbed .college-support-reports .college-support-section-heading > p:last-child {
    max-width: 31rem;
    color: #afbdd0;
  }

  .college-support-report-overview {
    display: flex !important;
    min-height: 94px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .college-support-report-overview > span:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .college-support-report-overview strong {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.05em;
  }

  .college-support-report-overview small {
    margin-top: 7px;
    color: #afbdd0;
    font-size: 12px;
    font-weight: 650;
  }

  .college-support-report-overview-mark {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border-radius: 17px;
    background: var(--cs-app-cyan);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 155, 222, 0.24);
  }

  .college-support-report-overview-mark svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .college-support--tabbed .college-support-reports .college-support-timeline {
    gap: 10px;
  }

  .college-support--tabbed .college-support-reports .college-support-report-row {
    position: relative;
    padding: 15px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    border-radius: 22px;
    background: #fbfcfd;
    color: #121923;
    box-shadow: 0 16px 30px rgba(0, 6, 16, 0.2);
  }

  .college-support--tabbed .college-support-reports .college-support-report-rail {
    min-height: 38px;
    margin-bottom: 10px;
  }

  .college-support--tabbed .college-support-reports .college-support-report-dot {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 12px;
    background: #dff5fc;
    box-shadow: none;
  }

  .college-support--tabbed .college-support-reports .college-support-report-dot::after {
    color: #087da9;
    font-size: 16px;
    font-weight: 900;
    content: "✓";
  }

  .college-support--tabbed .college-support-reports .college-support-report-row:nth-child(2) .college-support-report-dot {
    background: #fff0c7;
  }

  .college-support--tabbed .college-support-reports .college-support-report-row:nth-child(2) .college-support-report-dot::after {
    color: #996b00;
  }

  .college-support--tabbed .college-support-reports .college-support-report-row:nth-child(3) .college-support-report-dot {
    background: #f2e8f8;
  }

  .college-support--tabbed .college-support-reports .college-support-report-row:nth-child(3) .college-support-report-dot::after {
    color: var(--cs-app-purple);
  }

  .college-support--tabbed .college-support-reports .college-support-report-rail time {
    color: #657080;
    font-size: 12px;
    font-weight: 700;
  }

  .college-support--tabbed .college-support-reports .college-support-badge--report {
    margin-left: auto;
  }

  .college-support--tabbed .college-support-reports .college-support-report-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
  }

  .college-support--tabbed .college-support-reports .college-support-report-heading h3 {
    color: var(--cs-app-navy);
    font-size: 15px;
    line-height: 1.18;
  }

  .college-support--tabbed .college-support-reports .college-support-amount {
    align-items: flex-end;
    margin: 0;
    text-align: right;
  }

  .college-support--tabbed .college-support-reports .college-support-amount span {
    display: none;
  }

  .college-support--tabbed .college-support-reports .college-support-amount strong {
    color: var(--cs-app-navy);
    font-size: 13px;
    white-space: nowrap;
  }

  .college-support--tabbed .college-support-reports .college-support-content {
    display: block;
    margin-top: 7px;
    overflow: visible;
    color: #657080;
    font-size: 13px;
    line-height: 1.35;
  }

  .college-support--tabbed .college-support-reports .college-support-source-link {
    position: relative;
    z-index: 1;
    display: inline-flex !important;
    width: fit-content;
    max-width: 100%;
    min-height: 46px;
    align-items: center;
    margin: 9px 0 2px;
    padding: 10px 13px;
    overflow: visible;
    border: 1px solid #d4ddea;
    border-radius: 14px;
    background: #f7f9fc;
    color: var(--cs-app-navy) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    white-space: normal;
    -webkit-appearance: none;
  }

  .college-support--tabbed .college-support-reports .college-support-report-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 11px;
  }

  .college-support--tabbed .college-support-reports .college-support-report-media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .college-support--tabbed .college-support-reports .college-support-report-archive {
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
  }

  .college-support--tabbed .college-support-reports .college-support-report-archive > summary {
    padding-inline: 16px;
    color: #fff;
  }

  /* Transfer: a calm, light payment screen with clearly separated methods. */
  .college-support--tabbed > .college-support-section.college-support-requisites {
    background:
      radial-gradient(circle at 104% 6%, rgba(0, 155, 222, 0.1), transparent 28%),
      #f2f5f8 !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-section-heading {
    margin-bottom: 18px;
  }

  .college-support--tabbed .college-support-requisites h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .college-support--tabbed .college-support-requisites-layout {
    gap: 14px !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-card {
    order: 99;
    margin-top: 4px !important;
    padding: 18px !important;
    border-color: #0d315f !important;
    background:
      radial-gradient(circle at 104% 0%, rgba(0, 155, 222, 0.28), transparent 38%),
      linear-gradient(145deg, #00235e, #0a1d39) !important;
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 35, 94, 0.17) !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-label {
    color: #8edfff;
    letter-spacing: 0.08em;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-card p,
  .college-support--tabbed .college-support-requisites .college-support-recipient-card strong,
  .college-support--tabbed .college-support-requisites .college-support-recipient-card .college-support-data {
    color: #fff;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-card a {
    color: #ffd760 !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-details {
    display: grid;
    gap: 14px;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-copy-field > p {
    margin: 0 0 6px;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-tax-id .college-support-copy-row {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.12);
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-tax-id .college-support-copy-text {
    color: #fff;
    -webkit-touch-callout: none;
  }

  .college-support--tabbed .college-support-requisites .college-support-recipient-tax-id .college-support-copy-text a,
  .college-support--tabbed .college-support-requisites .college-support-recipient-tax-id .college-support-copy-text a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }

  .college-support--tabbed .college-support-requisites .college-support-quick-grid {
    gap: 10px !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-monobank-card {
    border-color: #ffca43 !important;
    background: linear-gradient(145deg, #ffd55e, #ffb600) !important;
    box-shadow: 0 14px 26px rgba(255, 182, 0, 0.18) !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-monobank-card h3,
  .college-support--tabbed .college-support-requisites .college-support-monobank-card .college-support-card-kicker {
    color: var(--cs-app-navy) !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-monobank-card .college-support-primary-btn {
    min-height: 44px;
    border-color: var(--cs-app-navy);
    background: var(--cs-app-navy);
    color: #fff !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-paypal-card {
    border-color: #d9c9ea !important;
    background: linear-gradient(145deg, #f2eafb, #e6f5fb) !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-card-transfer,
  .college-support--tabbed .college-support-requisites .college-support-card-iban {
    padding: 16px !important;
    border-left-width: 5px !important;
    box-shadow: 0 9px 20px rgba(0, 35, 94, 0.05) !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-card-transfer {
    border-left-color: var(--cs-app-cyan) !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-card-iban {
    border-left-color: var(--cs-app-purple) !important;
  }

  .college-support--tabbed .college-support-requisites .college-support-requisite-card h3 {
    font-size: 17px;
    line-height: 1.15;
  }

  .college-support--tabbed .college-support-requisites .college-support-copy-row {
    min-height: 54px;
    align-items: center;
    margin-top: 12px;
    padding: 7px 7px 7px 12px;
    border: 0;
    background: rgba(255, 255, 255, 0.68);
  }

  .college-support--tabbed .college-support-requisites .college-support-copy-text {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /* Needs: editorial cards with stronger imagery and color rhythm. */
  .college-support--tabbed > .college-support-section.college-support-needs {
    background:
      radial-gradient(circle at 110% 8%, rgba(255, 182, 0, 0.19), transparent 31%),
      #f6f2ea !important;
  }

  .college-support--tabbed .college-support-needs > h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .college-support--tabbed .college-support-needs .college-support-grid {
    gap: 14px !important;
  }

  .college-support--tabbed .college-support-needs .college-support-need-card {
    position: relative;
    padding: 18px !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: 0 14px 30px rgba(64, 47, 17, 0.1) !important;
  }

  .college-support--tabbed .college-support-needs .college-support-need-card:nth-child(3n + 2) {
    background: #eef8fc !important;
  }

  .college-support--tabbed .college-support-needs .college-support-need-card:nth-child(3n + 3) {
    background: #f2edf7 !important;
  }

  .college-support--tabbed .college-support-needs .college-support-card-image {
    width: calc(100% + 36px);
    max-width: none;
    margin: -18px -18px 16px;
    aspect-ratio: 16 / 9;
    border-radius: 24px 24px 0 0;
    object-fit: cover;
  }

  .college-support--tabbed .college-support-needs .college-support-badge {
    border: 0;
    background: var(--cs-app-yellow);
    color: var(--cs-app-navy);
  }

  .college-support--tabbed .college-support-needs .college-support-need-card h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.12;
  }

  .college-support--tabbed .college-support-needs .college-support-goal {
    color: #5f6978;
    font-size: 12px;
  }

  .college-support--tabbed .college-support-needs .college-support-secondary-btn {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    border-radius: 15px;
    background: var(--cs-app-navy);
    color: #fff !important;
  }
}

@media (max-width: 782px) and (max-height: 590px) {
  .college-support--tabbed > .college-support-status-card .college-support-mobile-goal {
    display: none !important;
  }
}

@media (max-width: 782px) and (prefers-reduced-motion: reduce) {
  .college-support--tabbed > .college-support-panel.is-active {
    animation: none;
  }
}

@media (max-width: 782px) and (prefers-contrast: more) {
  .college-support-status-content,
  .college-support-status-action,
  .college-support-status-proof,
  .college-support-mobile-goal,
  .college-support-report-overview,
  .college-support-mobile-tabs,
  .college-support--tabbed .college-support-card,
  .college-support--tabbed .college-support-report-row {
    border-color: #6c7684 !important;
  }

  .college-support-status-card .college-support-appeal-copy,
  .college-support-status-card .college-support-progress-summary,
  .college-support-status-proof .college-support-recent-data time,
  .college-support-mobile-tabs > a {
    color: #414b59 !important;
  }
}

@media (max-width: 782px) and (forced-colors: active) {
  .college-support-status-content,
  .college-support-status-action,
  .college-support-status-proof,
  .college-support-mobile-goal,
  .college-support-report-overview,
  .college-support-mobile-tabs,
  .college-support--tabbed .college-support-card,
  .college-support--tabbed .college-support-report-row {
    border: 1px solid CanvasText !important;
    background: Canvas !important;
    color: CanvasText !important;
    forced-color-adjust: auto;
  }
}

@supports not (overflow: clip) {
  @media (max-width: 782px) {
    body.college-support-page.college-support-app-page {
      overflow-x: hidden;
    }
  }
}

@keyframes college-support-app-panel-in {
  from {
    opacity: 0;
    transform: translateY(7px);
  }

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