﻿/* Module layer on top of the extracted prototype styles */
body { min-height: 100vh; }
[hidden] { display: none !important; }

.embedded-form {
  display: grid;
  gap: 18px;
}

.form-actions-inline {
  display: flex;
  justify-content: flex-end;
}
.module-shell .topbar-actions .badge { font-size: 10px; }
.module-stats { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.module-tabs { margin-bottom: 18px; }
.module-subtabs {
  margin: -8px 0 18px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}
.stat-box.slate::after { background: var(--slate); }
.module-grid { align-items: start; }
.list-card { padding: 0; }
.list-table-wrap { overflow-x: auto; }
.stack-panel { display: grid; gap: 18px; }
.detail-card { display: grid; gap: 18px; }
.card-subtitle {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 12px;
}

.workspace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
  padding: 24px 26px;
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.workspace-hero-propios {
  background:
    radial-gradient(circle at top right, rgba(49, 130, 206, 0.16), transparent 28%),
    linear-gradient(135deg, #eef6ff 0%, #dcecff 100%);
}
.workspace-hero-tercerizados {
  background:
    radial-gradient(circle at top right, rgba(13, 148, 136, 0.18), transparent 28%),
    linear-gradient(135deg, #ecfeff 0%, #dff7f4 100%);
}
.workspace-hero-postulantes {
  background:
    radial-gradient(circle at top right, rgba(217, 119, 6, 0.16), transparent 28%),
    linear-gradient(135deg, #fff8eb 0%, #ffefc9 100%);
}
.workspace-copy {
  display: grid;
  gap: 10px;
}
.workspace-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
  color: var(--navy);
}
.workspace-copy p {
  margin: 0;
  max-width: 700px;
  font-size: 14px;
  color: var(--text-mid);
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.workspace-actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
}
.hero-chip {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 24, 39, 0.08);
  display: grid;
  gap: 2px;
}
.hero-chip strong {
  font-size: 20px;
  color: var(--navy);
}
.hero-chip span {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tab-link {
  padding: 8px 18px;
  border-radius: 10px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.tab-link.active {
  background: var(--surface);
  color: var(--navy);
  box-shadow: var(--shadow-sm);
}

.module-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 251, 0.95));
  border: 1px solid var(--border);
}
.toolbar-copy {
  display: grid;
  gap: 4px;
}
.toolbar-copy strong {
  font-size: 14px;
  color: var(--navy);
}
.toolbar-copy span {
  font-size: 12px;
  color: var(--text-muted);
}
.toolbar-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.toolbar-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--surface2);
  color: var(--text-mid);
  border: 1px solid var(--border);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.toolbar-pill.active {
  background: rgba(20, 38, 76, 0.08);
  color: var(--navy);
}

.employee-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.employee-cell strong {
  display: block;
  font-size: 13px;
  color: var(--navy);
}
.employee-cell span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--text-muted);
}
.employee-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  flex: 0 0 auto;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85);
}
.dot-propio { background: #2563eb; }
.dot-tercerizado { background: #0f766e; }
.dot-postulante { background: #d97706; }
.row-selected {
  background: rgba(37, 99, 235, 0.06);
}
.row-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.detail-hero {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(247, 249, 252, 1), rgba(239, 243, 248, 1));
  border: 1px solid var(--border);
}
.detail-hero-copy {
  display: grid;
  gap: 5px;
}
.detail-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.profile-mini { display: flex; align-items: center; gap: 12px; }
.detail-grid { display: grid; gap: 10px; }
.detail-item {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface2);
}
.detail-item span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.detail-item strong {
  font-size: 13px;
  color: var(--navy);
}
.note-list { display: grid; gap: 12px; }
.note-item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--surface2);
  border: 1px solid var(--border);
}
.note-item strong {
  font-size: 12px;
  color: var(--navy);
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase;
}
.note-item span {
  font-size: 13px;
  color: var(--text-mid);
}
.note-item-compact {
  padding: 8px 10px;
  gap: 2px;
}
.note-item-compact strong {
  font-size: 11px;
}
.note-item-compact span {
  font-size: 11px;
  line-height: 1.35;
}
.attachment-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}
.attachment-link {
  display: inline-flex;
  width: fit-content;
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.attachment-link:hover {
  text-decoration: underline;
}
.dashboard-actions-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.permission-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.timeline-list {
  display: grid;
  gap: 14px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.timeline-dot {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}
.timeline-content {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface2);
}
.timeline-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.timeline-head strong {
  font-size: 13px;
  color: var(--navy);
}
.timeline-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.timeline-content p {
  margin: 0;
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.5;
  white-space: pre-line;
}

.type-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.type-coral {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.type-propio {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}
.type-tercerizado {
  background: rgba(13, 148, 136, 0.14);
  color: #0f766e;
}
.type-postulante {
  background: rgba(217, 119, 6, 0.16);
  color: #b45309;
}
.type-neutral {
  background: rgba(15, 23, 42, 0.08);
  color: var(--navy);
}

.detail-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  margin-bottom: 22px;
  padding: 26px;
  border-radius: 20px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.detail-banner-propios {
  background:
    radial-gradient(circle at top right, rgba(49, 130, 206, 0.16), transparent 28%),
    linear-gradient(135deg, #eef6ff 0%, #dcecff 100%);
}
.detail-banner-tercerizados {
  background:
    radial-gradient(circle at top right, rgba(13, 148, 136, 0.18), transparent 28%),
    linear-gradient(135deg, #ecfeff 0%, #dff7f4 100%);
}
.detail-banner-postulantes {
  background:
    radial-gradient(circle at top right, rgba(217, 119, 6, 0.16), transparent 28%),
    linear-gradient(135deg, #fff8eb 0%, #ffefc9 100%);
}
.detail-banner-main {
  display: grid;
  gap: 12px;
}
.profile-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.profile-head-copy {
  display: grid;
  gap: 10px;
}
.profile-photo {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  background: #fff;
}
.profile-photo-sm {
  width: 74px;
  height: 74px;
  border-radius: 18px;
}
.profile-photo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a56db, #0f766e);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.photo-edit-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 4px;
}
.detail-banner-main h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.02;
  color: var(--navy);
}
.detail-banner-main p {
  margin: 0;
  max-width: 760px;
  color: var(--text-mid);
}
.detail-banner-side {
  display: grid;
  gap: 12px;
  align-content: start;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
  gap: 18px;
}
.detail-main-column,
.detail-side-column {
  min-width: 0;
}
.detail-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.module-launchers {
  display: grid;
  gap: 12px;
}
.module-launcher {
  display: grid;
  gap: 4px;
  padding: 14px 15px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #f7f9fc, #eef2f7);
  text-decoration: none;
}
.module-launcher strong {
  color: var(--navy);
  font-size: 14px;
}
.module-launcher span {
  color: var(--text-muted);
  font-size: 12px;
}
.module-launcher:hover {
  border-color: var(--border2);
}
.mini-stat-list {
  display: grid;
  gap: 10px;
}
.mini-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface2);
  border: 1px solid var(--border);
}
.mini-stat span {
  color: var(--text-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mini-stat strong {
  color: var(--navy);
  font-size: 18px;
}

.quick-form { display: grid; gap: 2px; }
.inline-check label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-mid);
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.inline-check input { width: auto; }
.switch-panel {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}
.switch-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
  cursor: pointer;
}
.switch-copy {
  display: grid;
  gap: 3px;
}
.switch-copy strong {
  color: var(--navy);
  font-size: 13px;
}
.switch-copy small {
  color: var(--text-muted);
  font-size: 12px;
}
.switch-field {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.switch-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch-ui {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #d6dee9;
  border: 1px solid #c6d0dd;
  transition: background 0.2s ease, border-color 0.2s ease;
  flex: 0 0 auto;
}
.switch-ui::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
}
.switch-field input:checked + .switch-ui {
  background: rgba(37, 99, 235, 0.16);
  border-color: rgba(37, 99, 235, 0.32);
}
.switch-field input:checked + .switch-ui::after {
  transform: translateX(20px);
  background: #1d4ed8;
}
.switch-field input:focus-visible + .switch-ui {
  outline: 2px solid rgba(37, 99, 235, 0.35);
  outline-offset: 2px;
}
.empty-state {
  padding: 22px;
  color: var(--text-muted);
  text-align: center;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(4px);
  z-index: 1000;
}
.modal-overlay.is-open {
  display: flex;
}
.modal {
  width: min(1100px, 100%);
  max-height: calc(100vh - 56px);
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.modal-md {
  width: min(620px, 100%);
}
.modal-hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 24px 18px;
  border-bottom: 1px solid var(--border);
}
.modal-hdr h2 {
  margin: 0;
  font-size: 24px;
  color: var(--navy);
}
.modal-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--surface2);
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.modal-body {
  overflow-y: auto;
  padding: 20px 24px 24px;
  max-height: calc(100vh - 170px);
}
.employee-modal form,
.employee-modal .modal-body {
  display: grid;
  gap: 18px;
}
.employee-modal .modal-body {
  padding-bottom: 96px;
}
.modal-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.modal-intro-single {
  grid-template-columns: 1fr;
}
.intro-card {
  padding: 14px 15px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7f9fc, #eef2f7);
  border: 1px solid var(--border);
  display: grid;
  gap: 4px;
}
.intro-card strong {
  color: var(--navy);
  font-size: 13px;
}
.intro-card span {
  color: var(--text-muted);
  font-size: 12px;
}
.intro-card.is-active {
  background: linear-gradient(180deg, #eef6ff, #dbeafe);
  border-color: rgba(37, 99, 235, 0.18);
}
.modal-section-title {
  padding-top: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
}
.type-switcher {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,246,250,0.98));
  border: 1px solid var(--border);
}
.type-switcher-copy {
  display: grid;
  gap: 4px;
}
.type-switcher-copy strong {
  color: var(--navy);
  font-size: 14px;
}
.type-switcher-copy span {
  color: var(--text-muted);
  font-size: 12px;
}
.type-switcher-note {
  margin-top: 4px;
  display: block;
  color: var(--navy);
  font-size: 12px;
}
.type-switcher-fields,
.fg-compact {
  margin-bottom: 0;
}
.derived-type-display {
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0 14px;
  background: linear-gradient(180deg, #f8fbff, #eef4fb);
  color: var(--navy);
  font-weight: 700;
}
.type-guide,
.activity-guide {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
}
.type-guide strong,
.activity-guide strong {
  color: var(--navy);
  font-size: 13px;
}
.type-guide span,
.activity-guide span {
  color: var(--text-muted);
  font-size: 12px;
}
.type-guide-propio {
  background: rgba(37, 99, 235, 0.08);
}
.type-guide-tercerizado {
  background: rgba(13, 148, 136, 0.09);
}
.type-guide-postulante {
  background: rgba(217, 119, 6, 0.1);
}
.activity-guide {
  background: linear-gradient(180deg, #f7f9fc, #eef2f7);
}
.select-with-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}
.inline-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 8px;
}
.inline-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-mid);
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'IBM Plex Sans', sans-serif;
}
.inline-options input {
  width: auto;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 8px;
}

@media (max-width: 1100px) {
  .module-stats { grid-template-columns: repeat(2, 1fr); }
  .module-grid { grid-template-columns: 1fr; }
  .workspace-hero {
    grid-template-columns: 1fr;
  }
  .detail-banner,
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .profile-head,
  .photo-edit-row {
    grid-template-columns: 1fr;
    display: grid;
  }
  .switch-card {
    align-items: flex-start;
  }
  .modal-intro {
    grid-template-columns: 1fr;
  }
  .type-switcher {
    grid-template-columns: 1fr;
  }
  .select-with-action {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  aside.app-sidebar {
    display: flex;
    width: 78px;
    min-width: 78px;
  }
  .logo-wrap,
  .nav-label,
  .sidebar-group-title,
  .sidebar-bottom .sb-info,
  aside.app-sidebar .version,
  aside.app-sidebar .nav-text {
    display: none;
  }
  aside.app-sidebar nav a,
  aside.app-sidebar .sidebar-subnav a {
    justify-content: center;
    padding: 10px 12px;
    border-left-width: 0;
    border-radius: 0;
  }
  aside.app-sidebar .sidebar-nav {
    gap: 6px;
    padding-top: 14px;
  }
  aside.app-sidebar .sidebar-group {
    gap: 2px;
  }
  aside.app-sidebar .ni {
    margin: 0 auto;
  }
  aside.app-sidebar .sidebar-bottom {
    justify-content: center;
    padding: 14px 10px;
  }
  .topbar, .content { padding-left: 18px; padding-right: 18px; }
  .module-stats { grid-template-columns: 1fr; }
  .module-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-grid-two {
    grid-template-columns: 1fr;
  }
  .row-actions {
    justify-content: flex-start;
  }
  .modal-overlay {
    padding: 12px;
  }
  .modal-hdr,
  .modal-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Laboral module tuning */
.card-hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.empty-state-action {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.empty-state-action p {
  margin: 0;
  max-width: 620px;
}

.tbl td.mono {
  white-space: normal;
  line-height: 1.35;
}

.tbl td,
.tbl th {
  word-break: keep-all;
}

@media (max-width: 1200px) {
  .fr3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .fr,
  .fr3 {
    grid-template-columns: 1fr;
  }

  .fg .hint {
    max-width: 100%;
    line-height: 1.45;
  }

  .card-hdr {
    align-items: stretch;
  }

  .card-hdr .btn {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .sidebar-toggle {
    display: inline-flex;
  }
  .sidebar-backdrop {
    display: block;
  }
  .app-wrap {
    display: block;
  }
  aside.app-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(280px, 82vw);
    min-width: min(280px, 82vw);
    max-width: 82vw;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    box-shadow: var(--shadow-lg);
    z-index: 340;
  }
  body.sidebar-open aside.app-sidebar {
    transform: translateX(0);
  }
  body.sidebar-open {
    overflow: hidden;
  }
  body:not(.sidebar-open) .sidebar-backdrop {
    display: none;
  }
  aside.app-sidebar .logo-wrap,
  aside.app-sidebar .nav-label,
  aside.app-sidebar .sidebar-group-title,
  aside.app-sidebar .sidebar-bottom,
  aside.app-sidebar .version,
  aside.app-sidebar .nav-text {
    display: block;
  }
  aside.app-sidebar .logo-wrap {
    display: block;
  }
  aside.app-sidebar .sidebar-bottom {
    display: flex;
  }
  aside.app-sidebar nav a,
  aside.app-sidebar .sidebar-subnav a {
    justify-content: flex-start;
    padding: 10px 22px;
    border-left-width: 3px;
    border-radius: 0;
  }
  aside.app-sidebar .sidebar-nav {
    gap: 10px;
    padding-top: 0;
  }
  aside.app-sidebar .sidebar-group {
    gap: 6px;
  }
  aside.app-sidebar .ni {
    margin: 0;
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-radius: 7px;
  }
  .topbar {
    height: auto;
    min-height: 56px;
    padding-left: 62px;
    padding-right: 12px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .content {
    padding: 16px 12px 22px;
  }
  .breadcrumb {
    font-size: 12px;
    min-width: 0;
    flex-wrap: wrap;
  }
  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
