/* ==========================================================================
   ASUC design system (Bootstrap 5 overlay).
   Brand: ASUC (navy #012641 + teal #3eb9c0). Modern-clean: flat surfaces,
   soft corners (~10px), subtle shadows. Raleway (headings) + Open Sans (body).
   ========================================================================== */

:root {
  /* ---- ASUC brand (asuc-sys.de) ---- */
  --asuc-navy:        #012641;   /* primary: header, dark surfaces, headings */
  --asuc-navy-800:    #022f50;
  --asuc-navy-700:    #073a60;
  --asuc-navy-600:    #0d4a78;
  --asuc-teal:        #3eb9c0;   /* accent: active states, KPI accent */
  --asuc-teal-600:    #2f9aa1;
  --asuc-teal-700:    #277f85;
  --asuc-teal-soft:   #8fd4d8;
  --asuc-teal-bg:     #e1eeee;   /* very light teal tint (hover/section) */

  /* ---- neutrals ---- */
  --asuc-white:       #FFFFFF;
  --asuc-bg:          #f4f6f8;   /* page background */
  --asuc-surface:     #FFFFFF;   /* cards */
  --asuc-surface-2:   #f6f8f9;   /* alternating surfaces */
  --asuc-border:      #e3e7eb;
  --asuc-border-2:    #cdd4da;
  --asuc-text:        #0f2233;   /* body text (dark navy grey) */
  --asuc-muted:       #5d6b78;
  --asuc-muted-2:     #8c98a3;

  /* ---- status (separate from the brand) ---- */
  --asuc-success:     #2e9e5b;  --asuc-success-bg: #e4f5ec;
  --asuc-warning:     #c78a00;  --asuc-warning-bg: #fbf1dc;
  --asuc-danger:      #d32f2f;  --asuc-danger-bg:  #fde6e6;

  /* ---- shape ---- */
  --asuc-radius:      10px;
  --asuc-radius-sm:   7px;
  --asuc-radius-pill: 999px;
  --asuc-shadow-sm:   0 1px 2px rgba(1,38,65,.06), 0 1px 3px rgba(1,38,65,.05);
  --asuc-shadow:      0 2px 8px rgba(1,38,65,.07), 0 8px 24px rgba(1,38,65,.06);
  --asuc-shadow-lg:   0 8px 30px rgba(1,38,65,.12);

  --asuc-font-heading: 'Raleway', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --asuc-font-body:    'Open Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ---- Bootstrap 5 variable overrides ---- */
  --bs-primary:            #012641;
  --bs-primary-rgb:        1, 38, 65;
  --bs-secondary:          #3eb9c0;
  --bs-secondary-rgb:      62, 185, 192;
  --bs-body-font-family:   var(--asuc-font-body);
  --bs-body-font-size:     0.9375rem;
  --bs-body-line-height:   1.6;
  --bs-body-color:         #0f2233;
  --bs-body-bg:            var(--asuc-bg);
  --bs-border-radius:      var(--asuc-radius);
  --bs-border-radius-sm:   var(--asuc-radius-sm);
  --bs-border-radius-lg:   14px;
  --bs-border-radius-xl:   16px;
  --bs-border-radius-pill: var(--asuc-radius-pill);
  --bs-border-color:       var(--asuc-border);
  --bs-heading-color:      var(--asuc-navy);
  --bs-link-color:         var(--asuc-teal-700);
  --bs-link-hover-color:   var(--asuc-navy);
  --bs-link-color-rgb:     39, 127, 133;
}

/* ==========================================================================
   GLOBAL
   ========================================================================== */
body {
  font-family: var(--asuc-font-body);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--asuc-text);
  background: var(--asuc-bg);
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--asuc-teal); color: #fff; }

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: var(--asuc-font-heading);
  font-weight: 800;
  color: var(--asuc-navy);
  letter-spacing: -0.01em;
  margin-top: 0;
}
h1,.h1 { font-size: 1.9rem;  line-height: 1.1; }
h2,.h2 { font-size: 1.5rem;  line-height: 1.15; }
h3,.h3 { font-size: 1.25rem; line-height: 1.2; }
h4,.h4 { font-size: 1.0625rem; line-height: 1.25; }
h5,.h5 { font-size: 0.9375rem; line-height: 1.3; }
h6,.h6 { font-size: 0.6875rem; line-height: 1.5; letter-spacing: .18em; font-weight: 700; text-transform: uppercase; }

/* Eyebrow / micro label (section/widget label) */
.avb-eyebrow {
  font-family: var(--asuc-font-heading);
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--asuc-muted);
  display: inline-block;
  margin: 0;
}

a { color: var(--asuc-teal-700); text-decoration: none; }
a:hover { color: var(--asuc-navy); }

/* ==========================================================================
   HEADER (navy, slim)
   ========================================================================== */
.avb-header {
  background: var(--asuc-navy);
  color: #fff;
  border-bottom: 3px solid var(--asuc-teal);
}
.avb-header .avb-brand {
  display: flex; align-items: center; gap: .65rem;
  font-family: var(--asuc-font-heading); font-weight: 800; color: #fff;
  letter-spacing: -0.01em;
}
.avb-header .avb-brand .avb-logo { height: 30px; width: auto; display: block; }
.avb-header .avb-brand small {
  font-weight: 600; color: var(--asuc-teal-soft);
  font-size: .7rem; letter-spacing: .04em;
}
/* Claim next to the logo (instead of a wordmark) */
.avb-header .avb-claim {
  font-family: var(--asuc-font-heading); font-weight: 600;
  font-size: .95rem; color: var(--asuc-teal-soft); letter-spacing: .01em;
}
/* Period / as-of display in the header (right) */
.avb-header .avb-period { line-height: 1.3; }
.avb-period-range {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .82rem;
  color: #fff; white-space: nowrap;
}
.avb-period-asof {
  font-size: .66rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--asuc-teal-soft); white-space: nowrap;
}

/* Config gear top right — slim, icon only */
.avb-config-btn {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  transition: background .15s ease, transform .15s ease;
}
.avb-config-btn:hover { background: var(--asuc-teal); color:#fff; transform: rotate(35deg); }
.avb-config-btn i { font-size: 1.05rem; }
/* The rotation fits the gear icon, not every icon. */
.avb-config-btn.aob-flat:hover { transform: none; }
.avb-config-btn.is-active { background: var(--asuc-teal); border-color: var(--asuc-teal); }

/* ==========================================================================
   TABS (large, touch/tablet-optimised)
   ========================================================================== */
.avb-tabs {
  border-bottom: 2px solid var(--asuc-border);
  flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.avb-tabs .nav-link {
  border: 0; background: transparent; white-space: nowrap;
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: 1.05rem;
  color: var(--asuc-muted); padding: .85rem 1.5rem; border-radius: 0;
  border-bottom: 3px solid transparent; margin-bottom: -2px;
  display: inline-flex; align-items: center; transition: color .15s, border-color .15s;
}
.avb-tabs .nav-link:hover { color: var(--asuc-navy); }
.avb-tabs .nav-link.active {
  color: var(--asuc-navy); background: transparent; border-bottom-color: var(--asuc-teal);
}
/* Group labels + dividers in the tab bar */
.avb-tabs .avb-tab-section {
  display: flex; align-items: center; gap: .35rem; align-self: center;
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .62rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--asuc-muted);
  padding: 0 .55rem; white-space: nowrap;
}
.avb-tabs .avb-tab-section i { font-size: .8rem; color: var(--asuc-teal-700); }
.avb-tabs .avb-tab-sep { align-self: stretch; width: 1px; background: var(--asuc-border); margin: .4rem .45rem; }
@media (max-width: 575.98px) {
  .avb-tabs .nav-link { font-size: .95rem; padding: .7rem 1rem; }
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.avb-card {
  background: var(--asuc-surface);
  border: 1px solid var(--asuc-border);
  border-radius: var(--asuc-radius);
  box-shadow: var(--asuc-shadow-sm);
  padding: 1.1rem 1.25rem;
}
.avb-card-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: .85rem; gap: .5rem;
}
.avb-card-title {
  font-family: var(--asuc-font-heading); font-weight: 800; font-size: 1rem;
  color: var(--asuc-navy); margin: 0;
}
.avb-card .avb-card-icon {
  width: 30px; height: 30px; border-radius: 8px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--asuc-teal-bg); color: var(--asuc-teal-700); font-size: .95rem;
}
/* Chart container with fixed height — prevents endless growth with
   Chart.js (maintainAspectRatio:false needs a height-limited parent). */
.avb-chartbox { position: relative; width: 100%; }
.avb-chartbox > canvas { position: absolute; inset: 0; }

/* ==========================================================================
   KPI cards
   ========================================================================== */
.avb-kpi {
  position: relative; overflow: hidden;
  background: var(--asuc-surface);
  border: 1px solid var(--asuc-border);
  border-radius: var(--asuc-radius);
  box-shadow: var(--asuc-shadow-sm);
  padding: 1rem 1.15rem;
  display: flex; flex-direction: column; gap: .15rem; height: 100%;
}
.avb-kpi::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--asuc-teal);
}
.avb-kpi .avb-kpi-label {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .68rem;
  letter-spacing: .13em; text-transform: uppercase; color: var(--asuc-muted);
}
.avb-kpi .avb-kpi-value {
  font-family: var(--asuc-font-heading); font-weight: 800;
  font-size: 2rem; line-height: 1.05; color: var(--asuc-navy);
}
.avb-kpi .avb-kpi-value small { font-size: .9rem; font-weight: 700; color: var(--asuc-muted); }
.avb-kpi .avb-kpi-sub { font-size: .75rem; color: var(--asuc-muted-2); }
.avb-kpi .avb-kpi-ico {
  position: absolute; right: .85rem; top: .85rem;
  color: var(--asuc-teal); opacity: .22; font-size: 1.7rem;
}
/* KPI as an entry point: same tile, just clickable. */
a.avb-kpi { text-decoration: none; transition: border-color .15s, box-shadow .15s, transform .15s; }
a.avb-kpi:hover, a.avb-kpi:focus-visible {
  border-color: var(--asuc-teal); box-shadow: var(--asuc-shadow); transform: translateY(-1px);
}
a.avb-kpi:hover .avb-kpi-ico, a.avb-kpi:focus-visible .avb-kpi-ico { opacity: .4; }
a.avb-kpi::after {
  content: "\F285";   /* bi-chevron-right */
  font-family: bootstrap-icons; position: absolute; right: .9rem; bottom: .7rem;
  font-size: .85rem; color: var(--asuc-teal); opacity: 0; transition: opacity .15s, right .15s;
}
a.avb-kpi:hover::after, a.avb-kpi:focus-visible::after { opacity: .75; right: .6rem; }

/* ==========================================================================
   FILTER BAR
   ========================================================================== */
.avb-filters {
  background: var(--asuc-surface);
  border: 1px solid var(--asuc-border);
  border-radius: var(--asuc-radius);
  box-shadow: var(--asuc-shadow-sm);
  padding: .75rem .9rem;
}
.avb-filter-label {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .64rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--asuc-muted);
  margin-bottom: .25rem; display: block;
}
.avb-filters .form-select {
  border-color: var(--asuc-border-2);
  font-size: .875rem;
}
.avb-filters .form-select:focus {
  border-color: var(--asuc-teal);
  box-shadow: 0 0 0 .2rem rgba(62,185,192,.18);
}

/* ==========================================================================
   DONUT — center overlay
   ========================================================================== */
.avb-donut-wrap { position: relative; }
.avb-donut-center {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; pointer-events: none;
}
.avb-donut-center .pct {
  font-family: var(--asuc-font-heading); font-weight: 800; font-size: 1.9rem;
  color: var(--asuc-navy); line-height: 1;
}
.avb-donut-center .lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--asuc-muted); }

/* ==========================================================================
   TABLE (matrix month x company)
   ========================================================================== */
.avb-table { width: 100%; font-size: .875rem; border-collapse: collapse; }
.avb-table thead th {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .68rem;
  letter-spacing: .08em; text-transform: uppercase; color: #fff;
  background: var(--asuc-navy); padding: .6rem .7rem; text-align: right; white-space: nowrap;
}
.avb-table thead th:first-child { text-align: left; border-top-left-radius: var(--asuc-radius-sm); }
.avb-table thead th:last-child  { border-top-right-radius: var(--asuc-radius-sm); }
.avb-table tbody td { padding: .5rem .7rem; text-align: right; border-bottom: 1px solid var(--asuc-border); }
.avb-table tbody td:first-child { text-align: left; color: var(--asuc-navy); font-weight: 600; }
.avb-table tbody tr:hover { background: var(--asuc-teal-bg); }
.avb-table tbody tr.avb-row-month { cursor: pointer; }
.avb-table tbody tr.avb-row-month > td:first-child::before {
  content: "\25B8"; font-size: .8rem;  /* ▸ font-independent */
  margin-right: .4rem; color: var(--asuc-teal-700); display: inline-block; transition: transform .15s;
}
.avb-table tbody tr.avb-row-month.is-open > td:first-child::before { transform: rotate(90deg); }
.avb-table tbody tr.avb-row-day td { color: var(--asuc-muted); font-weight: 400; background: var(--asuc-surface-2); }
.avb-table tbody tr.avb-row-day td:first-child { padding-left: 1.8rem; font-weight: 400; }
.avb-table tfoot td {
  padding: .6rem .7rem; text-align: right; font-weight: 800; color: var(--asuc-navy);
  border-top: 2px solid var(--asuc-navy); font-family: var(--asuc-font-heading);
}
.avb-table tfoot td:first-child { text-align: left; }

/* Pie legend (scrollable) */
.avb-legend { max-height: 230px; overflow-y: auto; padding-right: .3rem; }
.avb-legend-item { display: flex; align-items: center; gap: .5rem; font-size: .8rem; padding: .15rem 0; }
.avb-legend-item .dot { width: .7rem; height: .7rem; border-radius: 3px; flex: none; }
.avb-legend-item .val { margin-left: auto; font-weight: 700; color: var(--asuc-navy); }

/* Region register (collapsible groups) */
.avb-reg-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: var(--asuc-surface-2); border: 1px solid var(--asuc-border); border-radius: var(--asuc-radius-sm);
  padding: .6rem .9rem; margin-top: .5rem; font-family: var(--asuc-font-heading); font-size: .9rem;
  color: var(--asuc-navy); cursor: pointer; text-align: left;
}
.avb-reg-head:hover { background: var(--asuc-teal-bg); }
.avb-reg-caret::before { content: "\25B8"; margin-right: .45rem; color: var(--asuc-teal-700); display: inline-block; transition: transform .15s; }
.avb-reg-head.is-open .avb-reg-caret::before { transform: rotate(90deg); }
.avb-reg-body { margin: .15rem 0 .4rem; }

/* ==========================================================================
   BUTTONS / BADGES
   ========================================================================== */
.btn-primary { --bs-btn-bg: var(--asuc-navy); --bs-btn-border-color: var(--asuc-navy);
  --bs-btn-hover-bg: var(--asuc-navy-700); --bs-btn-hover-border-color: var(--asuc-navy-700);
  --bs-btn-active-bg: var(--asuc-navy-800); }
.btn-accent { --bs-btn-color:#fff; --bs-btn-bg: var(--asuc-teal); --bs-btn-border-color: var(--asuc-teal);
  --bs-btn-hover-color:#fff; --bs-btn-hover-bg: var(--asuc-teal-600); --bs-btn-hover-border-color: var(--asuc-teal-600);
  color:#fff; }
.btn-outline-accent { --bs-btn-color: var(--asuc-teal-700); --bs-btn-border-color: var(--asuc-teal);
  --bs-btn-hover-color:#fff; --bs-btn-hover-bg: var(--asuc-teal); --bs-btn-hover-border-color: var(--asuc-teal); }

.avb-badge {
  display: inline-block; font-family: var(--asuc-font-heading); font-weight: 700;
  font-size: .68rem; letter-spacing: .04em; text-transform: uppercase;
  padding: .2rem .55rem; border-radius: var(--asuc-radius-pill);
}
.avb-badge.ok   { background: var(--asuc-success-bg); color: var(--asuc-success); }
.avb-badge.warn { background: var(--asuc-warning-bg); color: var(--asuc-warning); }
.avb-badge.bad  { background: var(--asuc-danger-bg);  color: var(--asuc-danger); }

/* ==========================================================================
   ADMIN GRID (card + toolbar + table-light + footer)
   ========================================================================== */
.avb-grid { border: 1px solid var(--asuc-border); border-radius: var(--asuc-radius); box-shadow: var(--asuc-shadow-sm); overflow: hidden; }
.avb-grid-head {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap;
  background: var(--asuc-surface); border-bottom: 1px solid var(--asuc-border); padding: .7rem 1rem;
}
.avb-grid-search { max-width: 380px; }
.avb-grid-scroll { max-height: 62vh; overflow: auto; }
.avb-grid-scroll thead th { position: sticky; top: 0; z-index: 2; }
.avb-grid table.table { margin-bottom: 0; }
.avb-grid thead.table-light th {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .68rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--asuc-muted);
  border-bottom: 2px solid var(--asuc-border); white-space: nowrap;
}
.avb-grid .card-footer { background: var(--asuc-surface-2); border-top: 1px solid var(--asuc-border); padding: .55rem 1rem; }

/* ==========================================================================
   ADMIN / CONFIG
   ========================================================================== */
.avb-login-card {
  max-width: 380px; margin: 4rem auto;
  background: var(--asuc-surface); border: 1px solid var(--asuc-border);
  border-radius: 14px; box-shadow: var(--asuc-shadow); padding: 2rem 1.75rem;
}
.avb-login-card .lock {
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--asuc-teal-bg); color: var(--asuc-teal-700); font-size: 1.5rem;
}
.avb-config-table { font-size: .85rem; }
.avb-config-table th {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .66rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--asuc-muted);
  border-bottom: 2px solid var(--asuc-border); padding: .5rem .5rem; white-space: nowrap;
}
.avb-config-table td { padding: .3rem .35rem; vertical-align: middle; }
.avb-config-table .form-control, .avb-config-table .form-select { font-size: .82rem; padding: .3rem .5rem; }
.avb-config-table .form-control:focus { border-color: var(--asuc-teal); box-shadow: 0 0 0 .2rem rgba(62,185,192,.15); }
.avb-config-table input.num { text-align: right; }
.avb-row-del { color: var(--asuc-danger); border:none; background:none; padding:.2rem .4rem; }
.avb-row-del:hover { color:#fff; background: var(--asuc-danger); border-radius: 6px; }

/* Sticky save bar in the admin area */
.avb-savebar {
  position: sticky; bottom: 0; z-index: 20;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  border-top: 1px solid var(--asuc-border);
  padding: .75rem 0; margin-top: 1rem;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 575.98px) {
  .avb-kpi .avb-kpi-value { font-size: 1.6rem; }
  .avb-header .avb-brand small { display: none; }
}

/* Toast/save feedback */
.avb-toast {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 1080;
  background: var(--asuc-navy); color:#fff; padding: .7rem 1rem; border-radius: 10px;
  box-shadow: var(--asuc-shadow-lg); font-size: .85rem; opacity: 0; transform: translateY(8px);
  transition: opacity .2s, transform .2s; pointer-events: none;
}
.avb-toast.show { opacity: 1; transform: translateY(0); }
.avb-toast.ok   { background: var(--asuc-success); }
.avb-toast.bad  { background: var(--asuc-danger); }

/* ==========================================================================
   MATRIX DRILL-DOWN (month x company matrix + detail modal)
   ========================================================================== */
/* Matrix sits flush inside the admin card (square header corners) */
.avb-table-flush thead th:first-child,
.avb-table-flush thead th:last-child { border-radius: 0; }
/* Clickable cells with data signal the drill-down */
#ezk-table td.ezk-cell.ezk-has { cursor: pointer; }
#ezk-table td.ezk-cell.ezk-has:hover { color: var(--asuc-teal-700); text-decoration: underline; text-underline-offset: 2px; }
#ezk-table tfoot td.ezk-cell.ezk-has { color: #fff; }

/* Modal: composition by activity type (chips) */
.ezk-section-label {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .66rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--asuc-muted); margin-bottom: .45rem;
}
.ezk-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.ezk-chip {
  display: inline-flex; align-items: baseline; gap: .35rem;
  background: var(--asuc-teal-bg); color: var(--asuc-navy);
  border: 1px solid var(--asuc-border); border-radius: var(--asuc-radius-pill);
  padding: .2rem .65rem; font-size: .78rem; line-height: 1.4;
}
.ezk-chip b { font-weight: 800; }
.ezk-chip .ezk-chip-pct { color: var(--asuc-muted); font-size: .7rem; }

/* Modal: base-data table */
.ezk-detail { font-size: .82rem; }
.ezk-detail thead th {
  font-family: var(--asuc-font-heading); font-weight: 700; font-size: .64rem;
  letter-spacing: .05em; text-transform: uppercase; color: var(--asuc-muted); white-space: nowrap;
}
.ezk-detail td.ezk-activity { font-size: .76rem; color: var(--asuc-muted); }
.ezk-detail tfoot td { border-top: 2px solid var(--asuc-navy); color: var(--asuc-navy); }
.ezk-voucher {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .76rem; color: var(--asuc-teal-700); letter-spacing: .01em;
}

/* Sync — monospace fields + log code block */
.avb-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .8rem; }
.avb-code {
  background: var(--asuc-navy); color: #e6eef2;
  padding: .7rem .85rem; border-radius: var(--asuc-radius-sm);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .72rem; line-height: 1.5; overflow-x: auto; white-space: pre; margin: 0;
}
.avb-code code { color: inherit; background: none; padding: 0; }
#ezk-modal .modal-title { font-size: 1.05rem; }

/* Truncate long cell text to one line with a tooltip (e.g. location names). */
.aob-cell-clip {
  display: inline-block; max-width: 15rem; vertical-align: middle;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* Empty-state hint on the overview when no duties and no news are present. */
.aob-empty { text-align: center; padding: 2.5rem 1.5rem; }
.aob-empty-ico {
  display: inline-flex; width: 3rem; height: 3rem;
  align-items: center; justify-content: center; border-radius: 50%;
  background: var(--asuc-teal-bg); color: var(--asuc-teal-700);
  font-size: 1.5rem; margin-bottom: .8rem;
}
.aob-empty-title {
  font-family: var(--asuc-font-heading); font-weight: 800; font-size: 1.15rem;
  color: var(--asuc-navy); margin: 0 0 .35rem;
}
.aob-empty-text { color: var(--asuc-muted); max-width: 34rem; margin: 0 auto 1.2rem; }
.aob-empty-actions { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; }
