:root {
  --bg: #f8f4ef;
  --surface: #fffdf9;
  --ink: #122b3a;
  --muted: #5f6970;
  --green: #075b91;
  --green-dark: #073b5c;
  --green-soft: #dcecf5;
  --gold: #d3a34a;
  --gold-soft: #f7e9c8;
  --line: #ded8cf;
  --shadow: 0 18px 48px rgba(7, 59, 92, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Karla, "Segoe UI", sans-serif;
  line-height: 1.55;
}
button, input { font: inherit; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 244, 239, .95);
  border-bottom: 1px solid rgba(222, 216, 207, .9);
  backdrop-filter: blur(14px);
}
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 166px; height: auto; }
.nav-links { align-self: stretch; display: flex; align-items: stretch; gap: 30px; }
.nav-links a { display: flex; align-items: center; gap: 7px; position: relative; color: var(--muted); text-decoration: none; font-family: Archivo, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { color: var(--green-dark); }
.nav-links a.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: var(--gold); }
.nav-count { min-width: 25px; padding: 2px 7px; border-radius: 99px; background: var(--green); color: #fff; font-size: .7rem; text-align: center; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); padding: 7px 11px; color: var(--green-dark); font-weight: 700; }

.hero { padding: 92px 0 70px; }
.hero h1, .page-intro h1 { max-width: 760px; margin: 8px 0 18px; font-family: Archivo, sans-serif; font-size: clamp(2.45rem, 6vw, 4.9rem); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 { text-wrap: balance; }
.hero-copy { max-width: 690px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.eyebrow { margin: 0; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section { padding: 34px 0 52px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 22px; }
h2 { margin: 4px 0 0; font-family: Archivo, sans-serif; font-size: clamp(1.65rem, 3vw, 2.15rem); letter-spacing: -.035em; }
.text-link { color: var(--green); font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card, .news-card, .filter-panel {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: 18px;
}
.kpi-card { min-height: 140px; padding: 21px; box-shadow: var(--shadow); }
.kpi-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 50%; background: var(--gold-soft); color: var(--green-dark); font-family: Archivo, sans-serif; font-weight: 800; }
.kpi-label { display: block; color: var(--muted); font-size: .82rem; font-weight: 700; }
.kpi-value { display: block; margin-top: 3px; font-family: Archivo, sans-serif; font-size: clamp(1.35rem, 2.3vw, 1.85rem); font-weight: 800; letter-spacing: -.035em; }

.news-list { display: grid; gap: 12px; }
.news-card { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: start; padding: 20px 22px; transition: transform .18s ease, box-shadow .18s ease; }
.news-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.news-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--green-soft); color: var(--green-dark); }
.news-content h3 { margin: 0 0 5px; font-family: Archivo, sans-serif; font-size: 1.03rem; }
.news-content p { margin: 0; color: var(--muted); font-size: .92rem; }
.news-meta { color: #858b80; font-size: .76rem; white-space: nowrap; }
.agent-label { display: inline-block; margin-top: 10px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.page-main { min-height: calc(100vh - 172px); padding-top: 52px; padding-bottom: 82px; }
.page-intro { margin-bottom: 36px; }
.page-intro h1 { max-width: none; margin-bottom: 12px; font-size: clamp(2.3rem, 5vw, 4.1rem); }
.page-intro > p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.filter-panel { position: relative; overflow: hidden; margin-bottom: 22px; padding: 22px; border: 0; border-radius: 18px; background: var(--green-dark); box-shadow: var(--shadow); }
.filter-panel::after { content: ""; position: absolute; right: -85px; bottom: -115px; width: 260px; height: 260px; border: 44px solid rgba(211, 163, 74, .18); border-radius: 50%; pointer-events: none; }
.filter-panel > * { position: relative; z-index: 1; }
.filter-panel.compact { margin-top: 24px; }
.search-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; padding: 12px 16px; border: 2px solid transparent; border-radius: 999px; background: #fff; color: var(--muted); }
.search-wrap:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(211,163,74,.2); }
.search-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(255,255,255,.08); padding: 7px 13px; color: #fff; cursor: pointer; font-size: .78rem; font-weight: 700; transition: .16s ease; }
.filter-chip:hover { border-color: var(--gold); background: rgba(255,255,255,.15); color: #fff; }
.filter-chip.active { border-color: var(--gold); background: var(--gold); color: #102e42; }
.result-count { margin: 13px 2px 0; color: rgba(255,255,255,.75); font-size: .82rem; }

.accordion-list { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.accordion-item { overflow: hidden; border-bottom: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 0; }
.accordion-header { width: 100%; display: grid; grid-template-columns: minmax(120px, auto) minmax(180px, 1fr) auto auto 24px; gap: 0 12px; align-items: center; border: 0; background: transparent; padding: 11px 12px; color: var(--ink); text-align: left; cursor: pointer; min-height: 54px; }
.funding-list .accordion-header, .funding-column-headings { grid-template-columns: 34px minmax(175px, 225px) 130px 145px minmax(130px, .8fr) minmax(170px, 1.2fr) 30px; }
.funding-column-headings { display: grid; gap: 0 12px; padding: 9px 14px; border-bottom: 3px solid var(--gold); color: var(--green-dark); font-family: Archivo, sans-serif; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sort-heading { display: inline-flex; min-width: 0; align-items: center; gap: 5px; border: 0; background: transparent; padding: 0; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; text-align: left; text-transform: inherit; }
.sort-heading span { color: #7a8790; font-size: .82rem; }
.sort-heading:hover, .sort-heading.active { color: var(--green); }
.sort-heading.active span { color: var(--gold); }
.accordion-header:hover, .accordion-item.open .accordion-header { background: #f0f6f9; }
.accordion-item.source-applied .accordion-header { background: #ecfdf3; box-shadow: inset 3px 0 0 #16a34a; }
.accordion-item.source-applied .accordion-header:hover, .accordion-item.source-applied.open .accordion-header { background: #dcfce7; }
.accordion-item.source-status-applied .accordion-header { background: #f3f4f6; box-shadow: inset 3px 0 0 #6b7280; }
.accordion-item.source-status-applied .accordion-header:hover, .accordion-item.source-status-applied.open .accordion-header { background: #e5e7eb; }
.accordion-item.source-status-rejected .accordion-header { background: #fff1f2; box-shadow: inset 3px 0 0 #dc2626; }
.accordion-item.source-status-rejected .accordion-header:hover, .accordion-item.source-status-rejected.open .accordion-header { background: #fee2e2; }
.accordion-item.source-status-overdue .accordion-header { background: #fffbeb; box-shadow: inset 3px 0 0 #d97706; }
.accordion-item.source-status-overdue .accordion-header:hover, .accordion-item.source-status-overdue.open .accordion-header { background: #fef3c7; }
.accordion-title { min-width: 0; overflow: hidden; color: var(--green-dark); font-family: Archivo, sans-serif; font-size: .87rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.source-logo { position: relative; display: grid; width: 32px; height: 32px; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.source-logo img { position: relative; z-index: 2; width: 28px; height: 28px; object-fit: contain; opacity: 0; transition: opacity .16s ease; }
.source-logo.loaded img { opacity: 1; }
.source-logo-fallback { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; background: var(--green-soft); color: var(--green-dark); font-size: .68rem; font-weight: 850; }
.source-logo.loaded .source-logo-fallback { display: none; }
.accordion-amount { overflow: hidden; color: #333; font-size: .83rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.application-date { overflow: hidden; color: var(--muted); font-size: .76rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.accordion-meta { color: var(--muted); font-size: .82rem; white-space: nowrap; }
.accordion-column { min-width: 0; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.column-label { display: block; margin-bottom: 2px; color: #8a9185; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.difficulty-badge { display: inline-flex; min-width: 66px; justify-content: center; border-radius: 999px; padding: 4px 9px; font-size: .7rem; font-weight: 800; }
.difficulty-low { background: #dcfce7; color: #15803d; }
.difficulty-medium { background: #fef3c7; color: #a16207; }
.difficulty-high { background: #fee2e2; color: #b91c1c; }
.date-badge { display: inline-flex; width: fit-content; max-width: 100%; border-radius: 999px; padding: 4px 9px; font-size: .7rem; font-weight: 800; line-height: 1.35; }
.date-urgent { background: #fee2e2; color: #b91c1c; }
.date-soon { background: #ffedd5; color: #c2410c; }
.date-later { background: #dcfce7; color: #15803d; }
.date-rolling { background: #dbeafe; color: #1d4ed8; }
.date-unknown { background: #f3f4f6; color: #6b7280; }
.date-empty { color: #a2a79e; font-weight: 700; }
.accordion-chevron { display: grid; width: 26px; height: 26px; place-items: center; border: 2px solid var(--green); border-radius: 50%; background: var(--green); box-shadow: 0 3px 8px rgba(7,91,145,.18); transition: transform .2s ease, background .2s ease; }
.accordion-chevron::before { content: ""; width: 8px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-2px) rotate(45deg); }
.accordion-header:hover .accordion-chevron { border-color: var(--gold); background: var(--gold); color: var(--green-dark); }
.accordion-header:hover .accordion-chevron::before { border-color: var(--green-dark); }
.accordion-item.open .accordion-chevron { transform: rotate(180deg); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.accordion-content { margin: 0; padding: 20px 22px 23px 58px; border-top: 1px solid var(--line); background: #f6fafc; }
.source-applied .accordion-content { background: #f4fcf6; }
.source-status-control { display: grid; gap: 7px; margin-bottom: 16px; }
.source-status-label { color: var(--green-dark); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.source-status-options { display: flex; flex-wrap: wrap; gap: 8px; }
.source-status-option { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 6px 8px 6px 13px; color: var(--muted); cursor: pointer; font-family: Archivo, sans-serif; font-size: .78rem; font-weight: 700; }
.source-status-option:hover { border-color: var(--green); color: var(--green-dark); }
.status-switch { position: relative; width: 34px; height: 20px; flex: 0 0 auto; border-radius: 999px; background: #d8dde0; transition: background .18s ease; }
.status-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(18,43,58,.22); transition: transform .18s ease; }
.source-status-option.selected .status-switch { background: currentColor; }
.source-status-option.selected .status-switch::after { transform: translateX(14px); }
.status-choice-applied.selected { border-color: #9ca3af; background: #f3f4f6; color: #374151; }
.status-choice-granted.selected { border-color: #6ee7b7; background: #d1fae5; color: #047857; }
.status-choice-rejected.selected { border-color: #fca5a5; background: #fee2e2; color: #b91c1c; }
.status-choice-overdue.selected { border-color: #fcd34d; background: #fef3c7; color: #a16207; }
.status-choice-not_relevant { margin-left: auto; }
.status-choice-not_relevant:hover { border-color: #d1d5db; background: #f3f4f6; color: #4b5563; }
.source-status-control small { color: var(--muted); font-size: .69rem; }
.applied-amount, .granted-amount { display: none; width: min(320px, 100%); margin: -8px 0 18px; }
.applied-amount.visible, .granted-amount.visible { display: grid; gap: 5px; }
.applied-amount > span:first-child, .granted-amount > span:first-child { color: var(--green-dark); font-size: .76rem; font-weight: 800; }
.amount-input-wrap { display: flex; align-items: center; overflow: hidden; border: 1px solid #9fc2d6; border-radius: 999px; background: #fff; }
.amount-input-wrap:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(7,91,145,.12); }
.amount-input-wrap input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 9px 10px; background: transparent; color: var(--ink); font-weight: 700; }
.amount-input-wrap strong { padding: 0 10px; color: var(--muted); font-size: .75rem; }
.applied-amount small, .granted-amount small { color: var(--muted); font-size: .69rem; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
.detail-label { display: block; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.detail-value { display: block; margin-top: 3px; font-weight: 700; }
.detail-block { margin-top: 17px; }
.detail-block h4 { margin: 0 0 5px; color: var(--green-dark); font-size: .83rem; text-transform: uppercase; letter-spacing: .06em; }
.detail-block p { margin: 0; color: var(--muted); }
.action-row { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; }
.action-row a { color: var(--green); font-weight: 750; text-decoration: none; }
.action-row a:hover { text-decoration: underline; }
.empty-state, .error-state, .notice { padding: 28px; border: 1.5px dashed #cfc9bd; border-radius: 12px; color: var(--muted); text-align: center; }

.badge { display: inline-flex; width: fit-content; align-items: center; border-radius: 999px; padding: 4px 9px; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.badge-statlig { background: #dbeafe; color: #1d4ed8; }
.badge-stiftelse { background: #ede9fe; color: #6d28d9; }
.badge-nordisk { background: #cffafe; color: #0369a1; }
.badge-eu { background: #e0f2fe; color: #0369a1; }
.badge-fn { background: #ccfbf1; color: #0f766e; }
.badge-intl { background: #f3e8ff; color: #6d28d9; }
.badge-teknik { background: #fef3c7; color: #b45309; }
.badge-finans { background: #dcfce7; color: #15803d; }
.badge-kyrka { background: #ffe4e6; color: #9f1239; }
.badge-lotteri { background: #ffedd5; color: #c2410c; }
.badge-forskning { background: #dbeafe; color: #1e40af; }
.badge-ovaentad { background: #fae8ff; color: #7e22ce; }
.status-applied { background: #f3f4f6; color: #4b5563; }
.status-granted { background: #d1fae5; color: #047857; }
.status-rejected { background: #fee2e2; color: #dc2626; }
.status-overdue { background: #fef3c7; color: #b45309; }
.status-not_relevant { background: #e5e7eb; color: #374151; }
.source-count-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.restore-hidden { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: .75rem; font-weight: 800; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.status-summary-grid { grid-template-columns: repeat(3, 1fr); margin-bottom: 24px; }
.status-summary-grid .kpi-card { min-height: 128px; }
.kpi-status-applied .kpi-icon { background: #f3f4f6; color: #4b5563; }
.kpi-status-granted .kpi-icon { background: #d1fae5; color: #047857; }
.kpi-status-rejected .kpi-icon { background: #fee2e2; color: #b91c1c; }
.kpi-status-overdue .kpi-icon { background: #fef3c7; color: #a16207; }
.kpi-status-not_relevant .kpi-icon { background: #e5e7eb; color: #374151; }
.funding-comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 18px; }
.comparison-card { position: relative; overflow: hidden; min-height: 145px; padding: 23px; border-radius: 18px; color: #fff; box-shadow: var(--shadow); }
.comparison-card::after { content: ""; position: absolute; right: -34px; bottom: -48px; width: 120px; height: 120px; border: 24px solid rgba(255,255,255,.11); border-radius: 50%; }
.comparison-requested { background: var(--green-dark); }
.comparison-granted { background: #087a67; }
.comparison-difference { background: #a85d13; }
.comparison-difference.is-positive { background: #087a67; }
.comparison-label { display: block; position: relative; z-index: 1; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.comparison-card strong { display: block; position: relative; z-index: 1; margin-top: 11px; font-family: Archivo, sans-serif; font-size: clamp(1.45rem, 2.8vw, 2.1rem); letter-spacing: -.04em; }
.comparison-card small { display: block; position: relative; z-index: 1; margin-top: 4px; color: rgba(255,255,255,.72); }
.application-amount-comparison { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 20px; }
.application-amount-comparison div { padding: 12px 14px; border: 1px solid #c9dbe5; border-radius: 12px; background: #fff; }
.application-amount-comparison span { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.application-amount-comparison strong { display: block; margin-top: 3px; color: var(--green-dark); font-family: Archivo, sans-serif; font-size: 1rem; }
.status-filter-card { display: grid; gap: 2px; min-width: 135px; text-align: left; }
.status-filter-card strong { font-size: .82rem; }
.status-filter-card span { font-size: .68rem; font-weight: 650; opacity: .8; }
.application-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.reset-all-button { border: 1px solid #fecaca; border-radius: 999px; background: #fff; padding: 8px 14px; color: #b91c1c; cursor: pointer; font-size: .75rem; font-weight: 800; }
.reset-all-button:hover { background: #fef2f2; border-color: #f87171; }
.reset-status-option { padding: 8px 14px; border-color: #fecaca; color: #b91c1c; }
.reset-status-option:hover { border-color: #f87171; background: #fef2f2; color: #991b1b; }
.application-status-group { display: grid; }
.application-status-group + .application-status-group { border-top: 6px solid var(--bg); }
.application-group-heading { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 10px 13px; border-bottom: 1px solid var(--line); background: #f8f7f4; color: var(--muted); font-size: .78rem; }
.application-group-heading strong { color: var(--ink); }
.alert { display: flex; gap: 12px; align-items: center; margin-top: 18px; padding: 14px 17px; border: 1px solid #fed7aa; border-radius: 10px; background: #fff7ed; color: #9a4e0b; font-weight: 650; }

.skeleton { min-height: 120px; background: linear-gradient(90deg, #fff 20%, #f2eee8 50%, #fff 80%); background-size: 300% 100%; animation: shimmer 1.4s infinite; }
.skeleton.accordion-item { min-height: 64px; }
@keyframes shimmer { to { background-position: -300% 0; } }

.site-footer { border-top: 0; background: var(--green-dark); color: rgba(255,255,255,.76); font-size: .8rem; }
.footer-inner { min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-inner img { width: 142px; filter: brightness(0) invert(1); }

@media (max-width: 850px) {
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .accordion-header { grid-template-columns: auto 1fr auto 22px; }
  .funding-list .accordion-header { grid-template-columns: 34px minmax(0, 1fr) 105px 120px 130px 30px; }
  .funding-list .source-logo { grid-column: 1; }
  .funding-list .accordion-title { grid-column: 2; }
  .funding-list .accordion-column { grid-column: 3; }
  .funding-list .accordion-amount { grid-column: 4; }
  .funding-list .badge { display: none; }
  .funding-list .application-date { grid-column: 5; }
  .funding-list .accordion-chevron { grid-column: 6; }
  .funding-column-headings { display: none; }
  .detail-grid { grid-template-columns: repeat(2, 1fr); }
  .status-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .funding-comparison-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { min-height: 64px; flex-wrap: wrap; }
  .menu-toggle { display: block; }
  .nav-links { display: none; width: 100%; height: auto; flex-direction: column; gap: 0; padding-bottom: 12px; }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 42px; }
  .nav-links a.active::after { right: auto; width: 32px; }
  .hero { padding: 66px 0 42px; }
  .section { padding: 28px 0 38px; }
  .section-heading { align-items: start; flex-direction: column; gap: 8px; }
  .kpi-grid { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: auto 1fr; padding: 17px; }
  .news-meta { grid-column: 2; }
  .page-main { padding-top: 42px; }
  .accordion-header { grid-template-columns: 1fr auto 30px; gap: 9px; padding: 15px; }
  .funding-list .accordion-header { grid-template-columns: 32px minmax(0, 1fr) 30px; grid-template-rows: auto auto; gap: 5px 10px; padding: 10px; }
  .funding-list .source-logo { grid-column: 1; grid-row: 1 / 3; }
  .accordion-header .badge { grid-column: 1 / -1; }
  .accordion-title { grid-column: 1; }
  .funding-list .accordion-title { grid-column: 2; grid-row: 1; }
  .accordion-amount { grid-column: 2; font-size: .84rem; }
  .funding-list .accordion-amount { grid-column: 2; grid-row: 2; color: var(--muted); font-size: .76rem; }
  .funding-list .application-date { display: none; }
  .accordion-chevron { grid-column: 3; }
  .funding-list .accordion-chevron { grid-column: 3; grid-row: 1 / 3; }
  .accordion-column { grid-column: 1 / -1; }
  .funding-list .accordion-column { display: none; }
  .accordion-content { margin: 0 15px; }
  .funding-list .accordion-content { margin: 0; padding: 15px; }
  .detail-grid { grid-template-columns: 1fr; }
  .status-summary-grid { grid-template-columns: 1fr; }
  .funding-comparison-grid, .application-amount-comparison { grid-template-columns: 1fr; }
  .status-choice-not_relevant { margin-left: 0; }
  .footer-inner { align-items: start; flex-direction: column; justify-content: center; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
