/* VHB Asset-basis · subpagina-styling */

.assets-hero {
  background: #F2F6F9;
  padding: 88px 48px 56px;
  border-bottom: 1px solid #D8E4EE;
}
.assets-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.assets-hero .eyebrow {
  color: #497CAB;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.assets-hero-title {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 600;
  color: #262626;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.assets-hero-lede {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  max-width: 780px;
  margin: 0;
}

/* KPI STRIP */
.assets-kpis {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.assets-kpi {
  background: #ffffff;
  border: 1px solid #D8E4EE;
  border-left: 3px solid #497CAB;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
}
.assets-kpi-num {
  font-size: 36px;
  font-weight: 600;
  color: #36608A;
  line-height: 1;
  letter-spacing: -0.01em;
}
.assets-kpi-label {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
  line-height: 1.4;
}

/* WS STRIP */
.assets-ws-strip {
  max-width: 1200px;
  margin: 32px auto 0;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.assets-ws-card {
  background: #ffffff;
  border: 1px solid #D8E4EE;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.assets-ws-card--scope {
  background: #ffffff;
}
.assets-ws-card--context {
  background: #FAFAFA;
  opacity: 0.85;
}
.assets-ws-code {
  font-size: 20px;
  font-weight: 600;
  color: #36608A;
  letter-spacing: -0.01em;
}
.assets-ws-card--context .assets-ws-code {
  color: #666;
}
.assets-ws-count {
  font-size: 32px;
  font-weight: 600;
  color: #262626;
  line-height: 1;
  margin-top: 4px;
}
.assets-ws-card--context .assets-ws-count {
  color: #666;
}
.assets-ws-label {
  font-size: 12px;
  color: #666;
  line-height: 1.35;
  margin-top: 6px;
}
.assets-ws-note {
  font-size: 11px;
  color: #888;
  font-style: normal;
}
.assets-ws-scope {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 2px;
}
.assets-ws-card--scope .assets-ws-scope {
  background: #497CAB;
  color: #ffffff;
}
.assets-ws-card--context .assets-ws-scope {
  background: #E5E5E5;
  color: #666;
}

/* FILTERS */
.assets-filters {
  max-width: 1200px;
  margin: 56px auto 0;
  padding: 0 48px;
}
.assets-filters-inner {
  background: #F2F6F9;
  border: 1px solid #D8E4EE;
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.assets-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.assets-filter-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-right: 4px;
}
.assets-chip {
  border: 1px solid #D8E4EE;
  background: #ffffff;
  padding: 6px 14px;
  font-size: 13px;
  font-family: inherit;
  color: #262626;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.15s ease;
}
.assets-chip:hover {
  border-color: #497CAB;
  color: #36608A;
}
.assets-chip.is-active {
  background: #497CAB;
  border-color: #497CAB;
  color: #ffffff;
}
.assets-filter-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.assets-search-input {
  border: 1px solid #D8E4EE;
  background: #ffffff;
  padding: 6px 12px;
  font-size: 13px;
  font-family: inherit;
  color: #262626;
  min-width: 200px;
  border-radius: 2px;
}
.assets-search-input:focus {
  outline: none;
  border-color: #497CAB;
}
.assets-count-row {
  max-width: 1200px;
  margin: 12px auto 0;
  padding: 0 48px;
  font-size: 12px;
  color: #666;
}
.assets-count-row #assets-visible-count,
.assets-count-row #assets-visible-sum {
  font-weight: 600;
  color: #36608A;
}
.assets-count-sum {
  margin-left: 4px;
}

/* TABEL */
.assets-table-wrap {
  max-width: 1200px;
  margin: 20px auto 64px;
  padding: 0 48px;
  overflow-x: auto;
}
.assets-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  font-size: 12.5px;
  background: #ffffff;
  border: 1px solid #D8E4EE;
}
.assets-table thead {
  background: #F2F6F9;
  border-bottom: 2px solid #497CAB;
}
.assets-table th {
  padding: 12px 10px;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  color: #36608A;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #D8E4EE;
  vertical-align: bottom;
  white-space: nowrap;
}
.assets-table th.numeric {
  text-align: right;
}
.assets-table th.sortable {
  cursor: pointer;
  user-select: none;
}
.assets-table th.sortable:hover {
  background: #E8EFF6;
}
.assets-table th.is-sorted {
  background: #E0EBF3;
}
.sort-arrow {
  color: #497CAB;
  font-weight: 700;
  margin-left: 2px;
}
.assets-info {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D8E4EE;
  color: #36608A;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 15px;
  cursor: help;
  text-transform: none;
  margin-left: 2px;
  vertical-align: baseline;
}
.assets-table td {
  padding: 10px 10px;
  border-bottom: 1px solid #F0F0F0;
  vertical-align: top;
  color: #262626;
  line-height: 1.4;
}
.assets-table td.numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.assets-row:hover {
  background: #F7FAFC;
}
.assets-row--context {
  color: #666;
}
.assets-row--context td {
  color: #666;
}
.assets-cell-name strong {
  color: #262626;
  font-weight: 600;
}
.assets-cell-note {
  font-size: 11px;
  color: #888;
  font-weight: 400;
}
.assets-empty {
  color: #CCC;
}
.assets-ws-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.assets-ws-tag--scope {
  background: #497CAB;
  color: #ffffff;
}
.assets-ws-tag--context {
  background: #E5E5E5;
  color: #666;
}

/* BADGES CLASSIFICATIE */
.assets-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.assets-badge--klein {
  background: #FEF3E7;
  color: #B85B00;
  border: 1px solid #F8D6A8;
}
.assets-badge--midden {
  background: #E9F2FA;
  color: #36608A;
  border: 1px solid #B8D2E8;
}
.assets-badge--groot {
  background: #497CAB;
  color: #ffffff;
  border: 1px solid #36608A;
}

/* LEGENDA */
.assets-legenda {
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 0 48px;
}
.assets-legenda-title {
  font-size: 22px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}
.assets-legenda-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.assets-legenda-item {
  background: #ffffff;
  border: 1px solid #D8E4EE;
  padding: 20px 22px;
}
.assets-legenda-item p {
  font-size: 13px;
  line-height: 1.55;
  color: #4a4a4a;
  margin: 12px 0 0;
}
.assets-legenda-item strong {
  color: #262626;
  font-weight: 600;
}
.assets-legenda-src {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 24px 0 0;
  padding: 16px 20px;
  background: #FAFAFA;
  border-left: 3px solid #D8E4EE;
}
.assets-legenda-src a {
  color: #497CAB;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* BRONNEN */
.assets-bronnen {
  max-width: 1200px;
  margin: 0 auto 96px;
  padding: 0 48px;
}
.assets-bronnen-title {
  font-size: 22px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.assets-bronnen-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #D8E4EE;
}
.assets-bronnen-list li {
  padding: 16px 0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
}
.assets-bronnen-list strong {
  color: #262626;
  font-weight: 600;
}
.assets-bronnen-list a {
  color: #497CAB;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* MOBIEL */
@media (max-width: 900px) {
  .assets-hero { padding: 64px 24px 40px; }
  .assets-kpis, .assets-ws-strip, .assets-filters, .assets-count-row, .assets-table-wrap, .assets-legenda, .assets-bronnen {
    padding-left: 24px;
    padding-right: 24px;
  }
  .assets-kpis { grid-template-columns: repeat(2, 1fr); }
  .assets-ws-strip { grid-template-columns: repeat(2, 1fr); }
  .assets-legenda-grid { grid-template-columns: 1fr; }
  .assets-filter-search { margin-left: 0; width: 100%; }
  .assets-search-input { flex: 1; min-width: 0; }
  .assets-table { font-size: 12px; }
  .assets-table th, .assets-table td { padding: 8px 8px; }
}
