.slu-mobilplan-dashboard {
  --slu-brand: #14547b;
  --slu-brand-dark: #0d3d5c;
  --slu-brand-light: #8ed1fc;
  --slu-gray: #5a656f;
  --slu-text: #26343d;
  --slu-muted: #6d7d87;
  --slu-bg: #eef5f8;
  --slu-panel: #ffffff;
  --slu-line: #d3e0e7;
  --slu-danger: #d93f3f;
  --slu-orange: #e9832d;
  --slu-yellow: #e2ad20;
  --slu-green: #288a5d;
  --slu-blue: #2676a8;
  --slu-radius: 16px;
  --slu-shadow: 0 12px 36px rgba(20, 84, 123, 0.13);
  width: 100%;
  max-width: none;
  padding: 18px;
  color: var(--slu-text);
  background: linear-gradient(180deg, #f8fbfd 0, var(--slu-bg) 100%);
  border: 1px solid var(--slu-line);
  border-radius: 18px;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.4;
}

.slu-mobilplan-dashboard *,
.slu-mobilplan-dashboard *::before,
.slu-mobilplan-dashboard *::after { box-sizing: border-box; }
.slu-mobilplan-dashboard [hidden] { display: none !important; }
.slu-mobilplan-dashboard button,
.slu-mobilplan-dashboard input,
.slu-mobilplan-dashboard select { font: inherit; }

.slu-mobilplan-access-message {
  padding: 20px;
  border: 1px solid #d3e0e7;
  border-radius: 12px;
  background: #fff;
}

.slu-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
}
.slu-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.slu-brand-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--slu-brand), var(--slu-brand-dark));
  box-shadow: 0 8px 22px rgba(20, 84, 123, 0.25);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.slu-brand h1 { margin: 0; color: var(--slu-brand); font-size: clamp(1.35rem, 2vw, 1.95rem); line-height: 1.1; letter-spacing: -0.035em; }
.slu-subtitle { margin-top: 4px; color: var(--slu-muted); font-size: 0.82rem; }
.slu-top-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; flex-wrap: wrap; }
.slu-clock { min-width: 106px; color: var(--slu-brand); text-align: right; font-size: 1.2rem; font-weight: 900; line-height: 1.05; }
.slu-clock small { display: block; margin-top: 5px; color: var(--slu-muted); font-size: 0.65rem; font-weight: 650; text-transform: capitalize; }

.slu-btn,
.slu-nav-link {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #b8cbd6;
  border-radius: 10px;
  color: var(--slu-brand);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.slu-btn:hover,
.slu-nav-link:hover { border-color: var(--slu-brand); background: #f2f9fd; transform: translateY(-1px); }
.slu-btn.slu-primary,
.slu-nav-link.is-active { color: #fff; background: var(--slu-brand); border-color: var(--slu-brand); }
.slu-btn.slu-primary:hover,
.slu-nav-link.is-active:hover { background: var(--slu-brand-dark); border-color: var(--slu-brand-dark); }
.slu-btn:disabled { opacity: 0.55; cursor: wait; transform: none; }
.slu-page-nav { display: flex; gap: 8px; margin-bottom: 12px; }

.slu-toolbar {
  display: grid;
  grid-template-columns: minmax(250px, 1.6fr) minmax(180px, 0.9fr) minmax(170px, 0.75fr) minmax(185px, 0.8fr) minmax(185px, 0.8fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--slu-line);
  border-radius: 14px;
  background: var(--slu-panel);
  box-shadow: 0 8px 24px rgba(20, 84, 123, 0.08);
}
.slu-fullscreen-toolbar { display: none; }
.slu-search,
.slu-select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: var(--slu-text) !important;
  border: 1px solid #bfd0da;
  border-radius: 10px;
  outline: none;
  background: #fff !important;
  color-scheme: light;
  appearance: auto;
}
.slu-select { cursor: pointer; }
.slu-select option { color: var(--slu-text) !important; background: #fff !important; }
.slu-search::placeholder { color: #8b9ba5; opacity: 1; }
.slu-search:focus,
.slu-select:focus { border-color: var(--slu-brand); box-shadow: 0 0 0 3px rgba(142, 209, 252, 0.35); }

.slu-statusbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 12px 2px 14px; color: var(--slu-muted); font-size: 0.86rem; }
.slu-status-dot { width: 9px; height: 9px; border-radius: 50%; background: #9aa8b1; box-shadow: 0 0 0 5px rgba(90, 101, 111, 0.08); }
.slu-status-dot.is-online { background: var(--slu-green); }
.slu-status-dot.is-error { background: var(--slu-danger); }
.slu-status-dot.is-warning { background: var(--slu-orange); }
.slu-status-spacer { flex: 1; }

.slu-summary { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.slu-summary-pill { padding: 8px 12px; border: 1px solid var(--slu-line); border-radius: 999px; color: var(--slu-muted); background: var(--slu-panel); box-shadow: 0 5px 16px rgba(20, 84, 123, 0.06); font-size: 0.82rem; }
.slu-summary-pill strong { color: var(--slu-brand); }
.slu-priority-summary { border-color: #efc2c2; background: #fff8f8; }
.slu-priority-summary strong { color: var(--slu-danger); }

.slu-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 560px), 1fr)); gap: 16px; align-items: start; }
.slu-category-grid.is-single-column { grid-template-columns: minmax(0, 1fr); }
.slu-category-panel { min-width: 0; overflow: hidden; border: 1px solid var(--slu-line); border-radius: var(--slu-radius); background: var(--slu-panel); box-shadow: var(--slu-shadow); }
.slu-category-header { min-height: 82px; padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: #fff; }
.slu-workshop-panel .slu-category-header { background: linear-gradient(135deg, var(--slu-brand), var(--slu-brand-dark)); }
.slu-inspection-panel .slu-category-header { background: linear-gradient(135deg, var(--slu-gray), #3f4b54); }
.slu-category-kicker { display: block; margin-bottom: 3px; color: rgba(255, 255, 255, 0.72); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.slu-category-header h2 { margin: 0; color: #fff; font-size: 1.35rem; line-height: 1.2; letter-spacing: -0.02em; }
.slu-category-count { min-width: 42px; height: 42px; padding: 0 10px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px; background: rgba(255, 255, 255, 0.14); font-weight: 900; }
.slu-column-header,
.slu-case-row { display: grid; grid-template-columns: 124px minmax(170px, 1.35fr) minmax(150px, 1fr) 92px 136px; gap: 10px; align-items: center; }
.slu-column-header { min-height: 42px; padding: 0 14px; color: var(--slu-gray); border-bottom: 1px solid var(--slu-line); background: #f1f7fa; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.slu-category-list { display: grid; }
.slu-case-row { position: relative; min-height: 72px; padding: 10px 14px; border-bottom: 1px solid #e6edf1; background: #fff; }
.slu-case-row:last-child { border-bottom: 0; }
.slu-case-row:hover { background: #f6fbfe; }
.slu-case-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--slu-priority-color, #91a1aa); }
.slu-case-row.slu-priority-red { --slu-priority-color: var(--slu-danger); background: #fff9f9; }
.slu-case-row.slu-priority-orange { --slu-priority-color: var(--slu-orange); }
.slu-case-row.slu-priority-yellow { --slu-priority-color: var(--slu-yellow); }
.slu-case-row.slu-priority-green { --slu-priority-color: var(--slu-green); }
.slu-case-row.slu-priority-blue { --slu-priority-color: var(--slu-blue); }
.slu-case-row.slu-priority-none { --slu-priority-color: #7b8991; }
.slu-priority { width: fit-content; max-width: 100%; padding: 5px 8px; border: 1px solid #ccd8de; border-radius: 999px; color: var(--slu-gray); background: #f7fafb; font-size: 0.7rem; font-weight: 900; white-space: nowrap; }
.slu-priority-red .slu-priority { color: #9f2020; border-color: #edb5b5; background: #fff0f0; }
.slu-priority-orange .slu-priority { color: #9a4d0f; border-color: #efc29b; background: #fff6ee; }
.slu-priority-yellow .slu-priority { color: #78560b; border-color: #e7d28f; background: #fffbea; }
.slu-priority-green .slu-priority { color: #176541; border-color: #a8d5c0; background: #effaf5; }
.slu-priority-blue .slu-priority { color: #155a83; border-color: #afd4e9; background: #eff8fd; }
.slu-priority-none .slu-priority { color: #52616a; border-color: #c8d1d6; background: #f1f4f6; }
.slu-priority-cell { min-width: 0; }
.slu-priority-chip { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.9); border-radius: 5px; background: var(--slu-priority-color, #7b8991); box-shadow: 0 0 0 1px rgba(38,52,61,0.22), 0 2px 5px rgba(38,52,61,0.18); }
.slu-priority-select {
  width: 100%;
  max-width: 118px;
  min-height: 36px;
  padding: 0 28px 0 10px;
  border: 1px solid #bfd0da;
  border-radius: 9px;
  color: var(--slu-text) !important;
  background: #fff !important;
  color-scheme: light;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 850;
}
.slu-priority-select:focus { outline: none; border-color: var(--slu-brand); box-shadow: 0 0 0 3px rgba(142, 209, 252, 0.35); }
.slu-priority-select:disabled { opacity: 0.58; cursor: wait; }
.slu-priority-red .slu-priority-select { border-color: #e7aaaa; background: #fff3f3 !important; color: #9f2020 !important; }
.slu-priority-orange .slu-priority-select { border-color: #efc29b; background: #fff6ee !important; color: #9a4d0f !important; }
.slu-priority-yellow .slu-priority-select { border-color: #e7d28f; background: #fffbea !important; color: #78560b !important; }
.slu-priority-green .slu-priority-select { border-color: #a8d5c0; background: #effaf5 !important; color: #176541 !important; }
.slu-priority-none .slu-priority-select { border-color: #c8d1d6; background: #f1f4f6 !important; color: #52616a !important; }
.slu-priority-blue .slu-priority-select { border-color: #afd4e9; background: #eff8fd !important; color: #155a83 !important; }
.slu-case-actions { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.slu-actions-heading { text-align: right; }

.slu-message-case {
  min-width: 38px;
  min-height: 34px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 9px !important;
  border: 1px solid #a9c7d8 !important;
  border-radius: 8px !important;
  color: var(--slu-brand) !important;
  background: #f4fafe !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}
.slu-message-case svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.slu-message-case:hover { color: #fff !important; border-color: var(--slu-brand) !important; background: var(--slu-brand) !important; }
.slu-message-case:focus { outline: none; box-shadow: 0 0 0 3px rgba(20, 84, 123, 0.2) !important; }
.slu-message-case:disabled { opacity: 0.48; cursor: wait; }

.slu-close-case {
  width: auto !important;
  min-width: 70px;
  min-height: 34px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px 11px !important;
  border: 1px solid #b9c8d0 !important;
  border-radius: 8px !important;
  color: var(--slu-gray) !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}
.slu-close-case:hover { color: #fff !important; border-color: var(--slu-danger) !important; background: var(--slu-danger) !important; }
.slu-close-case:focus { outline: none; box-shadow: 0 0 0 3px rgba(217, 63, 63, 0.22); }
.slu-close-case:disabled { opacity: 0.48; cursor: wait; }
.slu-project-main { min-width: 0; }
.slu-project-title { overflow-wrap: anywhere; color: var(--slu-text); font-weight: 800; line-height: 1.2; }
.slu-location-link { display: inline-flex; gap: 6px; align-items: flex-start; min-width: 0; color: var(--slu-text) !important; text-decoration: none !important; line-height: 1.3; font-size: 0.82rem; }
.slu-location-link:hover { color: var(--slu-brand) !important; text-decoration: underline !important; }
.slu-location-link span { overflow-wrap: anywhere; }
.slu-created-cell { color: var(--slu-gray); font-size: 0.78rem; font-weight: 700; white-space: nowrap; }
.slu-empty { padding: 34px 16px; text-align: center; color: var(--slu-muted); }
.slu-empty strong { display: block; margin-bottom: 5px; color: var(--slu-brand); }
.slu-skeleton { height: 72px; border-bottom: 1px solid var(--slu-line); background: linear-gradient(90deg, #f3f7f9, #e8f1f5, #f3f7f9); background-size: 220% 100%; animation: slu-shimmer 1.15s linear infinite; }
@keyframes slu-shimmer { to { background-position: -220% 0; } }

.slu-map-shell { position: relative; height: var(--slu-map-height, 720px); min-height: 480px; border: 1px solid var(--slu-line); border-radius: var(--slu-radius); overflow: hidden; box-shadow: var(--slu-shadow); background: #dceaf2; }
.slu-map { width: 100%; height: 100%; }
.slu-map-overlay { position: absolute; top: 14px; right: 14px; z-index: 750; width: min(360px, calc(100% - 28px)); max-height: calc(100% - 28px); overflow: auto; padding: 12px 14px; border: 1px solid #b8ccd7; border-radius: 12px; background: rgba(255, 255, 255, 0.95); box-shadow: 0 12px 30px rgba(20, 84, 123, 0.18); backdrop-filter: blur(8px); }
.slu-map-overlay h2 { margin: 0 0 6px; color: var(--slu-brand); font-size: 1rem; }
.slu-map-overlay p { margin: 0; color: var(--slu-muted); font-size: 0.8rem; line-height: 1.4; }
.slu-map-marker,
.slu-case-label-icon { background: transparent !important; border: 0 !important; }
.slu-map-dot { display: block; width: 20px; height: 20px; border: 3px solid #fff; border-radius: 50%; background: #7c8b95; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35); }
.slu-map-dot.red { width: 24px; height: 24px; background: var(--slu-danger); }
.slu-map-dot.orange { background: var(--slu-orange); }
.slu-map-dot.yellow { background: var(--slu-yellow); }
.slu-map-dot.green { background: var(--slu-green); }
.slu-map-dot.blue { background: var(--slu-blue); }
.slu-leader-line { stroke-linecap: round; }
.slu-map-case-card { width: 274px; min-height: 124px; padding: 10px 11px 9px 14px; position: relative; border: 1px solid #afc4cf; border-radius: 11px; color: var(--slu-text); background: rgba(255, 255, 255, 0.97); box-shadow: 0 8px 24px rgba(20, 84, 123, 0.2); line-height: 1.2; pointer-events: auto; }
.slu-map-case-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 11px 0 0 11px; background: var(--slu-priority-color, #91a1aa); }
.slu-map-case-card.slu-priority-red { --slu-priority-color: var(--slu-danger); }
.slu-map-case-card.slu-priority-orange { --slu-priority-color: var(--slu-orange); }
.slu-map-case-card.slu-priority-yellow { --slu-priority-color: var(--slu-yellow); }
.slu-map-case-card.slu-priority-green { --slu-priority-color: var(--slu-green); }
.slu-map-case-card.slu-priority-none { --slu-priority-color: #7b8991; }
.slu-map-case-card.slu-priority-blue { --slu-priority-color: var(--slu-blue); }
.slu-map-card-top { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.slu-map-card-top .slu-priority-select { max-width: 126px; min-height: 32px; font-size: 0.7rem; }
.slu-map-card-actions { display: flex; gap: 5px; align-items: center; }
.slu-map-card-top .slu-close-case { min-width: 46px; min-height: 30px; padding: 5px 9px !important; border-radius: 7px !important; font-size: 0.68rem !important; }
.slu-map-card-top .slu-message-case { min-width: 32px; min-height: 30px; padding: 5px 7px !important; border-radius: 7px !important; }
.slu-map-card-priority { flex: 0 0 auto; color: var(--slu-gray); font-size: 0.65rem; font-weight: 850; }
.slu-map-card-title { margin-top: 3px; max-height: 2.45em; overflow: hidden; color: var(--slu-text); font-size: 0.82rem; font-weight: 850; }
.slu-map-card-meta { margin-top: 6px; display: grid; gap: 3px; color: var(--slu-muted); font-size: 0.69rem; }
.slu-map-card-meta a { color: var(--slu-brand) !important; text-decoration: none !important; }
.slu-map-card-meta a:hover { text-decoration: underline !important; }
.slu-mobilplan-dashboard .leaflet-control-zoom a { color: var(--slu-brand) !important; }
.slu-mobilplan-dashboard .leaflet-control-attribution { color: var(--slu-gray); }

body.slu-modal-open { overflow: hidden; }
.slu-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 20px; }
.slu-modal-backdrop { position: absolute; inset: 0; background: rgba(13, 35, 49, 0.66); backdrop-filter: blur(3px); }
.slu-modal-dialog { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 22px; border: 1px solid #c8d9e2; border-radius: 16px; background: #fff; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32); }
.slu-modal-header { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.slu-modal-kicker { margin-bottom: 4px; color: var(--slu-brand); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.slu-modal-header h2 { margin: 0; color: var(--slu-text); font-size: 1.45rem; }
.slu-modal-x { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid #d6e0e5; border-radius: 9px; color: var(--slu-gray); background: #f7fafb; cursor: pointer; font-size: 1.25rem; }
.slu-modal-x:hover { color: #fff; border-color: var(--slu-danger); background: var(--slu-danger); }
.slu-modal-project { margin: 18px 0 3px; color: var(--slu-text); font-size: 1rem; font-weight: 850; }
.slu-modal-location { margin: 0 0 18px; color: var(--slu-muted); font-size: 0.84rem; }
.slu-modal-label { display: block; margin-bottom: 7px; color: var(--slu-text); font-weight: 800; }
.slu-modal-description-label { margin-top: 16px; }
.slu-modal-initials,
.slu-modal textarea,
.slu-file-input { width: 100%; padding: 12px; border: 1px solid #bfd0da; border-radius: 10px; color: var(--slu-text); background: #fff; font: inherit; line-height: 1.45; }
.slu-modal-initials { max-width: 180px; text-transform: uppercase; font-weight: 850; letter-spacing: 0.08em; }
.slu-modal textarea { min-height: 150px; resize: vertical; }
.slu-modal-initials:focus,
.slu-modal textarea:focus,
.slu-file-input:focus { outline: none; border-color: var(--slu-brand); box-shadow: 0 0 0 3px rgba(142, 209, 252, 0.35); }
.slu-file-input { padding: 10px; border: 1px dashed #9cb8c8; border-radius: 10px; color: var(--slu-text); background: #f7fbfd; }
.slu-file-input::file-selector-button { margin-right: 10px; padding: 7px 10px; border: 1px solid #a9c7d8; border-radius: 7px; color: var(--slu-brand); background: #fff; font-weight: 800; cursor: pointer; }
.slu-modal-help { margin: 8px 0 0; color: var(--slu-muted); font-size: 0.78rem; }
.slu-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.slu-danger-btn { color: #fff !important; border-color: var(--slu-danger) !important; background: var(--slu-danger) !important; }
.slu-danger-btn:hover { border-color: #b72727 !important; background: #b72727 !important; }
.slu-toast { position: fixed; right: 22px; bottom: 22px; z-index: 100100; max-width: min(440px, calc(100vw - 44px)); padding: 13px 16px; border: 1px solid #a9d4bd; border-radius: 11px; color: #155b3b; background: #effaf5; box-shadow: 0 12px 38px rgba(0, 0, 0, 0.22); font-weight: 750; }
.slu-toast.is-error { color: #922525; border-color: #e6aaaa; background: #fff2f2; }
.slu-toast.is-warning { color: #7c4a0e; border-color: #edc58d; background: #fff8eb; }

.slu-mobilplan-dashboard:fullscreen {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: var(--slu-bg);
}
.slu-mobilplan-dashboard:fullscreen .slu-topbar,
.slu-mobilplan-dashboard:fullscreen .slu-page-nav,
.slu-mobilplan-dashboard:fullscreen .slu-toolbar,
.slu-mobilplan-dashboard:fullscreen .slu-statusbar,
.slu-mobilplan-dashboard:fullscreen .slu-summary,
.slu-mobilplan-dashboard:fullscreen .slu-map-view {
  display: none !important;
}
.slu-mobilplan-dashboard:fullscreen .slu-fullscreen-toolbar {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 46px;
  margin: 0 0 8px;
  padding: 6px 10px;
  border: 1px solid #c9d8e1;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(20, 84, 123, 0.08);
}
.slu-mobilplan-dashboard:fullscreen .slu-fullscreen-toolbar label {
  margin: 0;
  color: var(--slu-brand);
  font-size: 0.82rem;
  font-weight: 850;
  white-space: nowrap;
}
.slu-mobilplan-dashboard:fullscreen .slu-fullscreen-address-select {
  width: min(420px, 46vw);
  min-width: 220px;
  min-height: 34px;
  height: 34px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.slu-mobilplan-dashboard:fullscreen .slu-dashboard-content {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.slu-mobilplan-dashboard:fullscreen .slu-view[data-role="list-view"] {
  display: block !important;
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
}
.slu-mobilplan-dashboard:fullscreen .slu-category-grid {
  height: 100%;
  min-height: 0;
}
.slu-mobilplan-dashboard:fullscreen .slu-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}
.slu-mobilplan-dashboard:fullscreen .slu-category-panel {
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(20, 84, 123, 0.12);
}
.slu-mobilplan-dashboard:fullscreen .slu-category-header {
  min-height: 68px;
  flex: 0 0 auto;
  padding: 11px 14px;
}
.slu-mobilplan-dashboard:fullscreen .slu-category-kicker { display: none; }
.slu-mobilplan-dashboard:fullscreen .slu-category-header h2 { font-size: 1.18rem; }
.slu-mobilplan-dashboard:fullscreen .slu-category-count {
  min-width: 38px;
  height: 38px;
}
.slu-mobilplan-dashboard:fullscreen .slu-column-header { flex: 0 0 auto; }
.slu-mobilplan-dashboard:fullscreen .slu-category-list {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  align-content: start;
  grid-auto-rows: max-content;
}
.slu-mobilplan-dashboard:fullscreen .slu-case-row {
  align-self: start;
}
.slu-mobilplan-dashboard:fullscreen .slu-map-shell { height: 100vh; }

@media (max-width: 1450px) {
  .slu-column-header,
  .slu-case-row { grid-template-columns: 116px minmax(155px, 1.25fr) minmax(138px, 0.9fr) 86px 112px; gap: 8px; }
  .slu-case-row { padding-left: 12px; padding-right: 12px; }
}

@media (max-width: 1180px) {
  .slu-toolbar { grid-template-columns: 1fr 1fr 1fr; }
  .slu-toolbar .slu-search { grid-column: 1 / -1; }
  .slu-category-grid { grid-template-columns: 1fr; }
  .slu-column-header,
  .slu-case-row { grid-template-columns: 130px minmax(230px, 1.4fr) minmax(210px, 1fr) 105px 112px; gap: 12px; }
}

@media (max-width: 760px) {
  .slu-mobilplan-dashboard { padding: 12px; }
  .slu-topbar { grid-template-columns: 1fr; }
  .slu-top-actions,
  .slu-page-nav { justify-content: flex-start; }
  .slu-clock { text-align: left; }
  .slu-toolbar { grid-template-columns: 1fr; }
  .slu-toolbar .slu-search { grid-column: auto; }
  .slu-column-header { display: none; }
  .slu-case-row { grid-template-columns: 1fr; gap: 6px; padding: 12px 56px 12px 14px; }
  .slu-case-actions { position: absolute; top: 12px; right: 12px; }
  .slu-priority-select { max-width: 170px; }
  .slu-created-cell::before { content: "Oprettet: "; font-weight: 600; }
  .slu-map-shell { min-height: 540px; }
  .slu-map-overlay { top: auto; bottom: 12px; }
  .slu-map-case-card { width: 232px; min-height: 132px; }
  .slu-modal { padding: 10px; }
  .slu-modal-dialog { max-height: calc(100vh - 20px); padding: 17px; }
  .slu-modal-actions { flex-direction: column-reverse; }
  .slu-modal-actions .slu-btn { width: 100%; }
  .slu-toast { right: 12px; bottom: 12px; max-width: calc(100vw - 24px); }
}

/* Version 1.4.3: tre kategorier, aktivitetshistorik og filindikatorer */
.slu-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.slu-damage-panel .slu-category-header {
  background: linear-gradient(135deg, #2676a8, #14547b);
}

/* En kompakt sagsrække, som fungerer i hver af de tre kolonner. */
.slu-column-header {
  grid-template-columns: 108px minmax(0, 1fr) 158px;
  gap: 8px;
}
.slu-column-header > span:nth-child(3),
.slu-column-header > span:nth-child(4) { display: none; }
.slu-column-header > span:nth-child(5) { grid-column: 3; }
.slu-case-row {
  grid-template-columns: 108px minmax(0, 1fr) 158px;
  grid-template-rows: auto auto auto;
  gap: 4px 8px;
  align-items: center;
  min-height: 96px;
}
.slu-case-row > .slu-priority-cell { grid-column: 1; grid-row: 1; }
.slu-case-row > .slu-project-main { grid-column: 2; grid-row: 1; }
.slu-case-row > div:nth-child(3) { grid-column: 2 / 4; grid-row: 2; }
.slu-case-row > .slu-created-cell { grid-column: 2; grid-row: 3; }
.slu-case-row > .slu-case-actions { grid-column: 3; grid-row: 1; }
.slu-priority-select { max-width: 104px; }
.slu-case-actions { gap: 5px; }

.slu-message-case,
.slu-file-case {
  position: relative;
  width: 36px !important;
  min-width: 36px;
  min-height: 34px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px !important;
  border: 1px solid #a9c7d8 !important;
  border-radius: 8px !important;
  color: var(--slu-brand) !important;
  background: #f4fafe !important;
  box-shadow: none !important;
  cursor: pointer;
  line-height: 1 !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  overflow: visible;
}
.slu-message-case svg,
.slu-file-case svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.slu-file-case.has-files {
  color: #176541 !important;
  border-color: #9bcdb5 !important;
  background: #effaf5 !important;
}
.slu-file-case.is-unknown {
  color: #7a8992 !important;
  border-color: #c8d3d9 !important;
  background: #f7f9fa !important;
}
.slu-message-case:hover,
.slu-file-case:hover {
  color: #fff !important;
  border-color: var(--slu-brand) !important;
  background: var(--slu-brand) !important;
}
.slu-message-case:focus,
.slu-file-case:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(20, 84, 123, 0.2) !important;
}
.slu-icon-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--slu-danger);
  font-size: 0.62rem !important;
  font-weight: 900;
  line-height: 1;
  text-indent: 0;
}
.slu-map-card-top .slu-file-case {
  width: 32px !important;
  min-width: 32px;
  min-height: 30px;
  padding: 5px !important;
  border-radius: 7px !important;
}

.slu-activity-panel {
  margin: 16px 0 18px;
  padding: 14px;
  border: 1px solid #c9dbe4;
  border-radius: 13px;
  background: #f5fafc;
}
.slu-activity-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 5px;
}
.slu-activity-header h3 {
  margin: 0;
  color: var(--slu-brand);
  font-size: 1rem;
}
.slu-activity-refresh {
  padding: 5px 9px;
  border: 1px solid #b8cbd6;
  border-radius: 7px;
  color: var(--slu-brand);
  background: #fff;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}
.slu-activity-refresh:hover { border-color: var(--slu-brand); background: #edf7fc; }
.slu-activity-status {
  margin-bottom: 10px;
  color: var(--slu-muted);
  font-size: 0.75rem;
}
.slu-activity-status.is-warning { color: #8b550f; }
.slu-message-history {
  max-height: 285px;
  overflow: auto;
  display: grid;
  gap: 8px;
  padding-right: 3px;
}
.slu-history-item {
  padding: 10px 11px;
  border: 1px solid #d6e3e9;
  border-radius: 10px;
  background: #fff;
}
.slu-history-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
  color: var(--slu-muted);
  font-size: 0.7rem;
}
.slu-history-meta strong { color: var(--slu-brand); }
.slu-history-text {
  overflow-wrap: anywhere;
  color: var(--slu-text);
  font-size: 0.82rem;
  line-height: 1.45;
}
.slu-project-files { margin-top: 12px; }
.slu-project-files h4 {
  margin: 0 0 7px;
  color: var(--slu-text);
  font-size: 0.82rem;
}
.slu-file-list { display: grid; gap: 6px; }
.slu-file-link {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #c9dbe4;
  border-radius: 9px;
  color: var(--slu-brand) !important;
  background: #fff;
  text-decoration: none !important;
}
.slu-file-link:hover { border-color: var(--slu-brand); background: #edf7fc; }
.slu-file-link.is-disabled { color: var(--slu-muted) !important; opacity: 0.72; }
.slu-file-link strong { display: block; overflow-wrap: anywhere; font-size: 0.8rem; }
.slu-file-link small { display: block; margin-top: 2px; color: var(--slu-muted); font-size: 0.68rem; }
.slu-file-icon { flex: 0 0 auto; font-size: 1rem; }
.slu-activity-empty,
.slu-activity-loading {
  padding: 12px;
  border: 1px dashed #c5d5dd;
  border-radius: 9px;
  color: var(--slu-muted);
  background: rgba(255,255,255,0.7);
  font-size: 0.78rem;
  text-align: center;
}
.slu-compose-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 15px;
  color: var(--slu-brand);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.slu-compose-divider::before,
.slu-compose-divider::after { content: ""; height: 1px; flex: 1; background: #d5e1e7; }
.slu-modal-spent-time {
  width: 180px;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #bfd0da;
  border-radius: 10px;
  color: var(--slu-text);
  background: #fff;
  font: inherit;
  font-weight: 800;
}
.slu-modal-spent-time:focus {
  outline: none;
  border-color: var(--slu-brand);
  box-shadow: 0 0 0 3px rgba(142, 209, 252, 0.35);
}
.slu-modal-dialog { width: min(760px, 100%); }

@media (max-width: 1500px) {
  .slu-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .slu-column-header,
  .slu-case-row { grid-template-columns: 100px minmax(0, 1fr) 150px; }
  .slu-priority-select { max-width: 96px; }
}

@media (max-width: 1180px) {
  .slu-category-grid { grid-template-columns: 1fr; }
  .slu-column-header {
    grid-template-columns: 124px minmax(170px, 1.35fr) minmax(150px, 1fr) 92px 158px;
  }
  .slu-column-header > span:nth-child(3),
  .slu-column-header > span:nth-child(4) { display: block; }
  .slu-column-header > span:nth-child(5) { grid-column: auto; }
  .slu-case-row {
    grid-template-columns: 124px minmax(170px, 1.35fr) minmax(150px, 1fr) 92px 158px;
    grid-template-rows: auto;
    min-height: 72px;
    gap: 10px;
  }
  .slu-case-row > .slu-priority-cell,
  .slu-case-row > .slu-project-main,
  .slu-case-row > div:nth-child(3),
  .slu-case-row > .slu-created-cell,
  .slu-case-row > .slu-case-actions {
    grid-column: auto;
    grid-row: auto;
  }
  .slu-priority-select { max-width: 118px; }
}

@media (max-width: 760px) {
  .slu-case-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 7px;
    padding: 12px 14px;
  }
  .slu-case-row > .slu-priority-cell,
  .slu-case-row > .slu-project-main,
  .slu-case-row > div:nth-child(3),
  .slu-case-row > .slu-created-cell,
  .slu-case-row > .slu-case-actions {
    grid-column: 1;
    grid-row: auto;
  }
  .slu-case-actions {
    position: static;
    justify-content: flex-start;
    margin-top: 3px;
  }
  .slu-message-history { max-height: 230px; }
  .slu-activity-header { align-items: flex-start; }
  .slu-modal-spent-time { width: 100%; }
}


/* Version 1.5.0: træk sager mellem Mobilplan-kategorier */
.slu-can-write .slu-case-row[draggable="true"] {
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.slu-can-write .slu-case-row[draggable="true"]:active { cursor: grabbing; }
.slu-case-row.is-dragging {
  opacity: 0.42;
  transform: scale(0.99);
}
.slu-category-panel {
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.slu-mobilplan-dashboard.is-category-dragging .slu-category-panel {
  border-style: dashed;
  border-color: #8eb7cc;
}
.slu-mobilplan-dashboard.is-category-dragging .slu-category-header::after {
  content: "Slip sagen her";
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  margin-left: auto;
  border: 1px dashed rgba(255,255,255,.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .03em;
  white-space: nowrap;
}
.slu-category-panel.is-drag-over {
  border-color: var(--slu-brand);
  box-shadow: 0 0 0 4px rgba(142, 209, 252, .38), var(--slu-shadow);
  transform: translateY(-2px);
}
.slu-category-panel.is-drag-over .slu-category-list {
  background: #eef8fd;
}
.slu-category-panel.is-drag-over .slu-category-header::after {
  content: "Flyt hertil";
  border-style: solid;
  background: rgba(255,255,255,.24);
}
@media (prefers-reduced-motion: reduce) {
  .slu-category-panel, .slu-case-row { transition: none !important; }
}


/* SMS-login */
.slu-sms-login {
  min-height: min(78vh, 760px);
  display: grid;
  place-items: center;
  padding: clamp(24px, 6vw, 72px) 20px;
  background:
    radial-gradient(circle at 20% 10%, rgba(142, 209, 252, .28), transparent 34%),
    linear-gradient(145deg, #f4f8fb 0%, #e9f2f8 100%);
}
.slu-sms-login-card {
  width: min(100%, 460px);
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(20, 84, 123, .16);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 70px rgba(20, 84, 123, .18);
  text-align: center;
}
.slu-login-mark { margin: 0 auto 18px; }
.slu-sms-login-card h2 { margin: 5px 0 12px; color: #143f5b; font-size: clamp(25px, 4vw, 34px); line-height: 1.12; }
.slu-sms-login-card p { color: #5a656f; line-height: 1.55; }
.slu-login-form { display: grid; gap: 12px; margin-top: 24px; text-align: left; }
.slu-login-form label { color: #143f5b; font-weight: 750; }
.slu-login-form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid #b9cad5;
  border-radius: 12px;
  background: #fff;
  padding: 10px 15px;
  color: #173b52;
  font: inherit;
  font-size: 18px;
  box-sizing: border-box;
}
.slu-login-form input:focus { outline: 3px solid rgba(142, 209, 252, .55); border-color: #14547b; }
.slu-login-code { text-align: center; letter-spacing: .45em; font-size: 29px !important; font-weight: 800; }
.slu-login-back { justify-self: center; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.slu-login-status { min-height: 24px; margin-top: 17px; color: #5a656f; font-weight: 650; }
.slu-login-status.is-error { color: #a61d24; }
.slu-login-status.is-success { color: #127548; }
.slu-user-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 999px; background: #eef6fb; color: #14547b; font-weight: 750; white-space: nowrap; }
.slu-user-dot { width: 9px; height: 9px; border-radius: 50%; background: #28a66a; box-shadow: 0 0 0 4px rgba(40,166,106,.14); }
@media (max-width: 720px) { .slu-user-chip { width: 100%; justify-content: center; } }


/* Version 1.6.4: kioskvisning til Android TV / Fully Kiosk */
html.slu-kiosk-document,
body.slu-kiosk-document {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none;
}

.slu-kiosk-exit { display: none; }

.slu-mobilplan-dashboard.slu-kiosk-mode {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 6px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--slu-bg) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  -webkit-text-size-adjust: none !important;
  text-size-adjust: none !important;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-topbar,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-page-nav,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-toolbar,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-statusbar,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-summary,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-map-view {
  display: none !important;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-dashboard-content {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-fullscreen-toolbar {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-height: 36px;
  margin: 0 0 5px;
  padding: 3px 5px 3px 9px;
  border: 1px solid #c9d8e1;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(20,84,123,0.08);
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-fullscreen-toolbar label {
  margin: 0;
  color: var(--slu-brand);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-fullscreen-address-select {
  width: min(330px, 42vw);
  min-width: 160px;
  min-height: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 11px !important;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-kiosk-exit {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid #c2d2db;
  border-radius: 6px;
  color: var(--slu-brand);
  background: #f5fafc;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.slu-mobilplan-dashboard:fullscreen .slu-kiosk-exit { display: none !important; }

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-view[data-role="list-view"] {
  display: block !important;
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 6px !important;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-panel {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  box-shadow: 0 3px 12px rgba(20,84,123,0.1);
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-header {
  min-height: 48px;
  flex: 0 0 auto;
  padding: 7px 10px;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-kicker,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-column-header { display: none !important; }

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-header h2 {
  font-size: 16px !important;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-count {
  min-width: 30px;
  height: 30px;
  padding: 0 7px;
  font-size: 12px;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-list {
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row {
  grid-template-columns: 24px minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  gap: 3px 7px !important;
  align-self: start;
  min-height: 60px !important;
  padding: 6px 8px 6px 9px !important;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row::before { width: 3px; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row > .slu-priority-cell { grid-column: 1; grid-row: 1 / 3; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row > .slu-project-main { grid-column: 2; grid-row: 1; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row > div:nth-child(3) { grid-column: 2 / 4; grid-row: 2; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row > .slu-created-cell {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  white-space: nowrap;
}
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row > .slu-case-actions { display: none !important; }

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-project-title {
  font-size: 12.5px !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-location-link {
  font-size: 10.5px !important;
  line-height: 1.15 !important;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-created-cell {
  font-size: 9.5px !important;
  line-height: 1.1 !important;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-priority-cell {
  position: relative;
  width: 24px;
  height: 28px;
  display: grid;
  place-items: center;
  align-self: start;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-priority-chip { display: block; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-priority { display: none !important; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-priority-select {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
}

.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-actions { gap: 3px; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-message-case,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-file-case {
  width: 28px !important;
  min-width: 28px !important;
  min-height: 27px !important;
  height: 27px !important;
  padding: 4px !important;
  border-radius: 6px !important;
}
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-message-case svg,
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-file-case svg { width: 15px; height: 15px; }
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-close-case {
  min-height: 27px !important;
  height: 27px !important;
  padding: 0 7px !important;
  border-radius: 6px !important;
  font-size: 10px !important;
}
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-icon-count {
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  font-size: 8px;
}
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-empty {
  padding: 16px 8px;
  font-size: 11px;
}

@media (min-width: 2500px) {
  .slu-mobilplan-dashboard.slu-kiosk-mode {
    font-size: 14px !important;
    padding: 8px !important;
  }
  .slu-mobilplan-dashboard.slu-kiosk-mode .slu-category-header h2 { font-size: 18px !important; }
  .slu-mobilplan-dashboard.slu-kiosk-mode .slu-project-title { font-size: 14px !important; }
  .slu-mobilplan-dashboard.slu-kiosk-mode .slu-location-link { font-size: 11.5px !important; }
}

/* Queue reordering within the same colour priority */
.slu-case-row.is-reorder-target {
  box-shadow: inset 0 3px 0 var(--slu-blue), 0 4px 12px rgba(20,84,123,.12) !important;
}
.slu-mobilplan-dashboard.slu-kiosk-mode .slu-case-row.is-reorder-target {
  box-shadow: inset 0 4px 0 var(--slu-blue), 0 3px 10px rgba(20,84,123,.16) !important;
}
