.app-brand .avatar,
.navbar .avatar {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.ctron-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 1rem;
  background:
    radial-gradient(circle at center, rgba(210, 191, 255, 0.38), rgba(110, 62, 229, 0.14) 55%, transparent 78%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(206, 187, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0.8rem 2rem rgba(101, 67, 196, 0.14);
}

.ctron-brand-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 1rem rgba(140, 102, 255, 0.28));
}

.ctron-brand-mark-sidebar {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
}

.layout-menu .app-brand {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
}

.layout-menu .app-brand .app-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.layout-menu .app-brand .app-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ctron-brand-mark-auth {
  width: 3rem;
  height: 3rem;
  border-radius: 1.05rem;
}

.sneat-dashboard-hero {
  background:
    radial-gradient(circle at top left, rgba(105, 108, 255, 0.38), transparent 34%),
    radial-gradient(circle at bottom right, rgba(3, 195, 236, 0.28), transparent 30%),
    linear-gradient(135deg, #233446 0%, #111927 100%);
}

.sneat-mini-stat {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.25rem 1rem rgba(34, 48, 62, 0.08);
}

.sneat-action-card {
  border: 1px solid rgba(34, 48, 62, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sneat-action-card:hover {
  border-color: rgba(105, 108, 255, 0.3);
  box-shadow: 0 0.5rem 1.25rem rgba(34, 48, 62, 0.12);
  transform: translateY(-2px);
}

.sneat-hero-panel {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(135deg, #233446 0%, #0f172a 100%);
  min-height: 100vh;
}

.sneat-hero-copy {
  max-width: 36rem;
}

.sneat-glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ctron-control-shell {
  background:
    radial-gradient(circle at top left, rgba(65, 195, 255, 0.12), transparent 22rem),
    radial-gradient(circle at top right, rgba(131, 247, 198, 0.1), transparent 20rem),
    linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%);
  border-radius: 2rem;
  padding: 1rem;
}

.ctron-hero-card {
  background:
    radial-gradient(circle at top left, rgba(65, 195, 255, 0.22), transparent 18rem),
    linear-gradient(135deg, #07111f 0%, #0d1d34 52%, #10294a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.75rem;
  box-shadow: 0 1.5rem 3.5rem rgba(7, 17, 31, 0.16);
  overflow: hidden;
}

.ctron-hero-card .text-soft {
  color: rgba(237, 244, 255, 0.72);
}

.ctron-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(131, 247, 198, 0.08);
  border: 1px solid rgba(131, 247, 198, 0.16);
  color: #83f7c6;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ctron-device-switcher {
  min-width: 16rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #edf4ff;
}

.ctron-device-switcher option {
  color: #07111f;
}

.ctron-soft-card {
  border: 1px solid rgba(7, 17, 31, 0.07);
  border-radius: 1.35rem;
  box-shadow: 0 1rem 2rem rgba(16, 41, 74, 0.06);
}

.ctron-channel-card {
  border: 1px solid rgba(7, 17, 31, 0.06);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2rem rgba(16, 41, 74, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ctron-channel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.4rem 2.4rem rgba(16, 41, 74, 0.08);
  border-color: rgba(65, 195, 255, 0.24);
}

.ctron-channel-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.ctron-channel-status.is-on {
  background: rgba(131, 247, 198, 0.18);
  color: #087a50;
}

.ctron-channel-status.is-off {
  background: rgba(15, 23, 42, 0.08);
  color: #334155;
}

.ctron-toggle-btn {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ctron-toggle-btn:hover {
  transform: translateY(-1px);
}

.ctron-toggle-btn.ctron-toggle-btn-on {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.7);
  color: #1e293b;
  box-shadow: 0 0.55rem 1.25rem rgba(15, 23, 42, 0.08);
}

.ctron-toggle-btn.ctron-toggle-btn-on:hover {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.88);
  color: #0f172a;
}

.ctron-toggle-btn.ctron-toggle-btn-off {
  background: linear-gradient(135deg, #18b0d8 0%, #0f99c7 100%);
  border-color: rgba(15, 153, 199, 0.55);
  color: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(24, 176, 216, 0.2);
}

.ctron-toggle-btn.ctron-toggle-btn-off:hover {
  background: linear-gradient(135deg, #1dbce6 0%, #10a6d7 100%);
  border-color: rgba(16, 166, 215, 0.65);
  color: #fff;
}

.ctron-map-frame {
  width: 100%;
  min-height: 24rem;
  border: 0;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, #d8ecff, #eef7ff);
}

.ctron-metric-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #edf4ff;
}

.ctron-schedule-table td,
.ctron-schedule-table th {
  white-space: nowrap;
}

.ctron-picker {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  padding: 1rem;
}

.ctron-picker .form-control {
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 0.9rem;
}

.ctron-picker-results {
  display: grid;
  gap: 0.65rem;
  max-height: 16rem;
  overflow: auto;
  margin-top: 0.9rem;
}

.ctron-picker-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.08);
  color: #edf4ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ctron-picker-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(131, 247, 198, 0.32);
  transform: translateY(-1px);
}

.ctron-picker-item.is-current {
  background: rgba(131, 247, 198, 0.12);
  border-color: rgba(131, 247, 198, 0.3);
}

.ctron-picker-meta {
  color: rgba(237, 244, 255, 0.68);
  font-size: 0.82rem;
}

.ctron-picker-empty {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(237, 244, 255, 0.72);
  text-align: center;
}

.ctron-channel-actions .btn {
  border-radius: 999px;
  padding-inline: 0.95rem;
}

.ctron-modal .modal-content {
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(16, 41, 74, 0.18);
}

.ctron-modal .modal-header {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(65, 195, 255, 0.12), transparent 14rem),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
  border-bottom: 1px solid rgba(7, 17, 31, 0.06);
  padding: 1.15rem 3.35rem 1.15rem 1.35rem;
}

.ctron-modal .btn-close {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  margin: 0;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  border-radius: 999px;
  background-color: transparent;
  border: 0;
  background-size: 0.72rem;
  background-position: center;
  opacity: 1;
  box-shadow: none;
}

.ctron-modal .btn-close:hover {
  background-color: rgba(15, 23, 42, 0.04);
}

.ctron-modal .modal-body {
  padding: 1.35rem;
}

.ctron-modal .modal-footer {
  border-top: 1px solid rgba(7, 17, 31, 0.06);
  padding: 1rem 1.35rem 1.2rem;
}

.ctron-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.9rem;
  background: rgba(65, 195, 255, 0.14);
  color: #0f4a83;
}

.ctron-modal-lead {
  color: #64748b;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.ctron-modal-section {
  padding: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #fdfefe 100%);
  border: 1px solid rgba(7, 17, 31, 0.05);
  border-radius: 1rem;
}

.ctron-modal-grid {
  display: grid;
  gap: 1rem;
}

.ctron-modal-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ctron-modal-tip {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(65, 195, 255, 0.08);
  color: #20476d;
}

.ctron-modal-tip i {
  font-size: 1.1rem;
  margin-top: 0.05rem;
}

.ctron-modal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ctron-modal-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: #475569;
  font-size: 0.8rem;
  font-weight: 600;
}

.ctron-recent-update {
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background: linear-gradient(135deg, rgba(65, 195, 255, 0.1), rgba(131, 247, 198, 0.08));
  border: 1px solid rgba(65, 195, 255, 0.14);
}

.ctron-recent-update .label {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ctron-recent-update .value {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 0.2rem;
}

.swal2-popup.colored-toast {
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.18);
  padding: 0.75rem 1rem !important;
  min-width: 20rem;
  max-width: 26rem;
}

.swal2-container {
  z-index: 20000 !important;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  padding-top: 5.5rem !important;
  padding-right: 1.25rem !important;
}

.swal2-popup.colored-toast .swal2-title {
  font-size: 0.95rem;
}

.swal2-popup.colored-toast .swal2-html-container,
.swal2-popup.colored-toast .swal2-text {
  font-size: 0.84rem;
}

.ctron-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ctron-settings-shell {
  background:
    radial-gradient(circle at top left, rgba(65, 195, 255, 0.08), transparent 20rem),
    linear-gradient(180deg, #f5faff 0%, #fcfeff 100%);
  border-radius: 2rem;
  padding: 1rem;
}

.ctron-settings-hero {
  background:
    radial-gradient(circle at top left, rgba(65, 195, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, #07111f 0%, #10294a 100%);
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #edf4ff;
}

.ctron-settings-card {
  border-radius: 1.4rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.05);
}

.ctron-settings-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ctron-settings-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.95rem;
  background: rgba(65, 195, 255, 0.12);
  color: #0f4a83;
}

.ctron-topbar-mark {
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: rgba(65, 195, 255, 0.12);
  color: #0f4a83;
}

.ctron-topbar-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ctron-topbar-actions {
  margin-left: 0.75rem;
  gap: 0.6rem;
}

.ctron-topbar-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ctron-mobile-toggle {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  color: #0f4a83;
}

.ctron-topbar-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 74, 131, 0.06);
  border: 1px solid rgba(15, 74, 131, 0.08);
  color: #4b5f73;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.ctron-topbar-chip i {
  font-size: 1rem;
  color: #0f4a83;
}

.ctron-topbar-chip-accent {
  background: rgba(131, 247, 198, 0.14);
  border-color: rgba(131, 247, 198, 0.26);
  color: #167a57;
}

.ctron-topbar-chip-accent i {
  color: #167a57;
}

.ctron-topbar-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 74, 131, 0.1);
  border-radius: 0.95rem;
  background: #fff;
  color: #0f4a83;
  box-shadow: 0 0.35rem 1rem rgba(15, 74, 131, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.ctron-topbar-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 74, 131, 0.22);
  box-shadow: 0 0.55rem 1.25rem rgba(15, 74, 131, 0.12);
}

.ctron-user-trigger {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctron-user-avatar {
  width: 2.5rem;
  height: 2.5rem;
}

.ctron-user-avatar-initial {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 0.35rem 1rem rgba(15, 74, 131, 0.12);
}

.ctron-topbar-badge {
  position: absolute;
  top: -0.2rem;
  right: -0.15rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff3e5b;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  box-shadow: 0 0.2rem 0.6rem rgba(255, 62, 91, 0.28);
}

.dropdown-menu-notifications {
  width: min(24rem, calc(100vw - 2rem));
  border-radius: 1rem;
  border: 1px solid rgba(15, 74, 131, 0.08);
  box-shadow: 0 1.25rem 2.5rem rgba(15, 74, 131, 0.12);
  overflow: hidden;
}

.dropdown-notifications-list {
  max-height: 24rem;
  overflow-y: auto;
}

.ctron-notification-unread {
  background: rgba(105, 108, 255, 0.06);
}

.ctron-sidebar-profile {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(65, 195, 255, 0.08), rgba(131, 247, 198, 0.08));
  border: 1px solid rgba(65, 195, 255, 0.1);
  overflow: hidden;
}

.layout-menu .app-brand {
  padding-inline: 1rem;
  position: relative;
  padding-inline-end: 3.45rem;
  overflow: visible;
  display: flex;
  align-items: center;
  min-height: 4.5rem;
}

.layout-menu .app-brand .ctron-app-brand-main {
  flex: 1 1 auto;
  min-width: 0;
}

.layout-menu .app-brand .app-brand-link {
  overflow: hidden;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  padding-inline-end: 0;
  gap: 0.55rem;
}

.layout-menu .app-brand .app-brand-text {
  white-space: nowrap;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.88rem;
  line-height: 1.1;
  font-weight: 700;
}

.layout-menu .app-brand .layout-menu-toggle {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #13a8af, #11838d);
  color: #fff;
  border: 1px solid rgba(17, 131, 141, 0.38);
  box-shadow: 0 0.45rem 1rem rgba(17, 131, 141, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  position: absolute;
  inset-inline-end: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.layout-menu .app-brand .layout-menu-toggle:hover {
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 0.7rem 1.25rem rgba(17, 131, 141, 0.26);
  background: linear-gradient(135deg, #14b9c1, #12929c);
}

.layout-menu .app-brand .layout-menu-toggle i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}

.ctron-sidebar-status {
  margin-top: 0.85rem;
}

.ctron-sidebar-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(15, 74, 131, 0.08);
  color: #0f4a83;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout-menu .menu-header {
  margin-top: 0.35rem;
  margin-bottom: 0.2rem;
}

.layout-menu .menu-header .menu-header-text {
  letter-spacing: 0.08em;
}

.layout-menu .menu-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  border-radius: 0.9rem;
  margin: 0.14rem 0.7rem;
  padding-inline: 0.95rem;
}

.layout-menu .menu-link .menu-icon {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  text-align: center;
}

.layout-menu .menu-link > div {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layout-menu .menu-item.active > .menu-link,
.layout-menu .menu-link:hover {
  box-shadow: 0 0.4rem 1rem rgba(15, 74, 131, 0.08);
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .ctron-sidebar-profile,
.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .menu-header .menu-header-text {
  display: none;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .menu-link {
  justify-content: center;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .menu-link > div {
  display: none;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .app-brand {
  padding-inline: 0;
  padding-inline-end: 0;
  justify-content: center;
  overflow: visible;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .ctron-app-brand-main {
  width: 100%;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .app-brand .app-brand-link {
  width: 100%;
  justify-content: center;
  padding-inline: 0;
  margin-inline: auto;
  position: relative;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .app-brand .layout-menu-toggle {
  margin-inline-start: 0;
  position: absolute;
  inset-inline-end: 0.1rem;
  top: 50%;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .ctron-brand-mark-sidebar {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.9rem;
  margin-inline: auto;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .app-brand .app-brand-logo {
  width: 2.35rem;
  display: inline-flex;
  justify-content: center;
  margin-inline: auto;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu .app-brand .app-brand-text {
  display: none;
}

.ctron-ajax-pane {
  position: relative;
  transition: opacity 0.2s ease;
}

.ctron-ajax-pane.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.ctron-ajax-pane.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(25,183,222,0.08), rgba(255,255,255,0));
  animation: ctronPaneSweep 1.1s linear infinite;
}

@keyframes ctronPaneSweep {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.ctron-admin-overview-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1.15rem 2.3rem rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.ctron-admin-device-card {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 0.8rem 1.6rem rgba(15, 23, 42, 0.05);
}

.ctron-admin-device-card .metric-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.ctron-admin-device-card .metric-row:last-child {
  border-bottom: 0;
}

.ctron-admin-device-map {
  width: 100%;
  min-height: 19rem;
  border: 0;
  border-radius: 1.15rem;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.ctron-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ctron-admin-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ctron-admin-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #edf4ff;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  #layout-navbar .navbar-nav-right {
    flex-wrap: nowrap !important;
    gap: 0.65rem !important;
    align-items: center;
  }

  #layout-navbar .navbar-nav-right > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
  }

  .ctron-topbar-mark,
  .ctron-topbar-tools,
  .ctron-topbar-role,
  .ctron-topbar-subtitle {
    display: none !important;
  }

  .ctron-topbar-summary {
    min-width: 0;
    flex: 1 1 auto;
    gap: 0.55rem !important;
  }

  .ctron-topbar-summary .min-w-0 {
    min-width: 0;
    flex: 1 1 auto;
  }

  .ctron-topbar-title {
    display: block;
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.1;
  }

  .ctron-topbar-actions {
    margin-left: 0;
    gap: 0.45rem;
    flex-shrink: 0;
  }

  .ctron-topbar-actions .me-2 {
    margin-right: 0 !important;
  }

  .ctron-mobile-toggle,
  .ctron-topbar-icon,
  .ctron-user-trigger,
  .ctron-user-avatar,
  .ctron-user-avatar-initial {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  #layout-navbar .navbar-nav-right {
    gap: 0.65rem !important;
    align-items: center;
  }

  #layout-navbar .navbar-nav-right > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
  }

  #layout-navbar h5 {
    font-size: 0.98rem;
    line-height: 1.1;
    max-width: 100%;
  }

  .ctron-topbar-mark {
    display: none !important;
  }

  .ctron-topbar-summary {
    gap: 0.55rem !important;
  }

  .ctron-topbar-summary .min-w-0 {
    min-width: 0;
    flex: 1 1 auto;
  }

  .ctron-topbar-summary .badge {
    padding: 0.22rem 0.45rem;
    font-size: 0.7rem;
  }

  .ctron-topbar-role,
  .ctron-topbar-summary small,
  .ctron-topbar-subtitle {
    display: none !important;
  }

  .ctron-topbar-tools {
    display: none !important;
    margin-left: 0;
    flex-shrink: 0;
    gap: 0.5rem;
  }

  .ctron-topbar-chip {
    padding: 0.45rem 0.75rem;
    min-height: 2.25rem;
    font-size: 0.78rem;
  }

  .ctron-topbar-chip:not(.ctron-topbar-chip-accent) {
    display: none !important;
  }

  .ctron-topbar-chip-accent {
    display: none !important;
  }

  .ctron-topbar-actions {
    margin-left: 0;
    gap: 0.45rem;
    flex-shrink: 0;
  }

  .ctron-topbar-actions .me-2 {
    margin-right: 0 !important;
  }

  .ctron-topbar-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.8rem;
  }

  .ctron-user-trigger,
  .ctron-user-avatar,
  .ctron-user-avatar-initial {
    width: 2.25rem;
    height: 2.25rem;
  }

  .ctron-user-avatar-initial {
    font-size: 0.92rem;
  }

  .ctron-mobile-toggle,
  .ctron-topbar-icon,
  .ctron-user-trigger,
  .ctron-user-avatar,
  .ctron-user-avatar-initial {
    width: 2.2rem;
    height: 2.2rem;
  }

  .ctron-mobile-toggle i,
  .ctron-topbar-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .ctron-topbar-badge {
    top: -0.18rem;
    right: -0.12rem;
  }

  .dropdown-menu-notifications {
    width: min(21rem, calc(100vw - 1rem));
  }

  .ctron-topbar-title {
    display: block;
    max-width: 100%;
    font-size: 0.96rem;
  }

  #layout-menu {
    width: 16rem !important;
  }

  #layout-menu .app-brand {
    padding-inline: 1rem !important;
  }

  #layout-menu .app-brand .app-brand-text {
    display: inline !important;
  }

  #layout-menu .ctron-brand-mark-sidebar {
    width: 2.55rem;
    height: 2.55rem;
  }

  #layout-menu .ctron-sidebar-profile {
    display: block !important;
  }

  #layout-menu .menu-header .menu-header-text {
    display: inline !important;
  }

  #layout-menu .menu-link {
    justify-content: flex-start !important;
    margin: 0.14rem 0.7rem !important;
    padding-inline: 0.95rem !important;
  }

  #layout-menu .menu-link > div {
    display: block !important;
  }

  #layout-menu .menu-link .menu-icon {
    flex: 0 0 1.25rem;
  }

  .ctron-control-shell {
    padding: 0;
    background: transparent;
  }

  .ctron-hero-card {
    border-radius: 1.35rem;
  }

  .ctron-device-switcher {
    min-width: 100%;
  }

  .ctron-modal-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .ctron-topbar-summary {
    gap: 0.4rem !important;
  }

  .ctron-topbar-title {
    font-size: 0.92rem;
  }

  .ctron-topbar-actions {
    gap: 0.35rem;
  }
}

@media (max-width: 360px) {
  .dropdown-notifications.nav-item {
    display: none !important;
  }
}
