body.datta-panel {
  color-scheme: light;
  background: #f3f5f7 !important;
  color: #1f2937 !important;
  font-family: Inter, "Open Sans", Arial, sans-serif !important;
}

body.datta-panel::before,
body.datta-panel .custom-login-bg,
body.datta-panel .custom-star-field,
body.datta-panel .custom-login-orbs {
  display: none !important;
}

body.datta-panel a { color: #7267ef; }
body.datta-panel h1,
body.datta-panel h2,
body.datta-panel h3,
body.datta-panel strong { color: #111827; }
body.datta-panel .muted { color: #6b7280 !important; }

body.datta-panel .login,
body.datta-panel .panel,
body.datta-panel .module-card,
body.datta-panel .topbar,
body.datta-panel .modal-panel,
body.datta-panel .auth {
  background: rgba(255,255,255,.94) !important;
  color: #111827 !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.10), 0 16px 42px rgba(27,46,94,.06) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.datta-panel .login {
  max-width: 430px;
  padding: 30px;
}

body.datta-panel .login::before,
body.datta-panel .auth::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 0 18px;
  border-radius: 17px;
  background: #ff8a00;
  box-shadow: 0 14px 28px rgba(255,138,0,.26);
}

body.datta-panel .admin-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: 292px minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
}

body.datta-panel .admin-main {
  min-width: 0;
  padding: 18px 18px 28px !important;
}

body.datta-panel .side-nav {
  position: sticky !important;
  top: 0 !important;
  align-self: stretch !important;
  height: 100vh !important;
  min-height: 100vh !important;
  background: #1c232f !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 24px rgba(27,46,94,.10) !important;
  padding: 18px 16px !important;
  overflow: auto;
}

body.datta-panel .brand-block {
  display: grid !important;
  align-items: start !important;
  gap: 10px !important;
  margin: -18px -16px 16px !important;
  padding: 22px 18px 18px !important;
  background: #161c25 !important;
  border: 0 !important;
}
body.datta-panel .brand-block strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
body.datta-panel .brand-block span,
body.datta-panel .side-nav small { color: #8b97a8; }
body.datta-panel .brand-block span {
  display: block;
  margin-top: 3px;
}
body.datta-panel .brand-mark {
  width: 212px !important;
  max-width: 100% !important;
  height: 64px !important;
  flex: 0 0 auto !important;
  border-radius: 0 !important;
  background: transparent url("logo-gites-colmar-anime-dark.svg?v=20260708dark3") center / contain no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
  filter: none;
}

body.datta-panel .side-nav a {
  min-height: 46px;
  color: #ced4dc !important;
  border: 1px solid transparent;
  border-radius: 12px !important;
  padding: 11px 12px !important;
  font-size: 13px;
  font-weight: 700;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

body.datta-panel .side-nav a:hover,
body.datta-panel .side-nav a:first-of-type {
  background: rgba(114,103,239,.15) !important;
  border-color: rgba(114,103,239,.22);
  color: #fff !important;
  transform: translateX(3px);
}

body.datta-panel .side-nav a.builder-link {
  margin-top: 4px;
  background: transparent !important;
  color: #ced4dc !important;
  box-shadow: none !important;
}

body.datta-panel .side-nav a.builder-link small {
  color: #8b97a8 !important;
}

body.datta-panel .side-nav a:hover small,
body.datta-panel .side-nav a:first-of-type small {
  color: rgba(255,255,255,.74) !important;
}

body.datta-panel .nav-icon,
body.datta-panel .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(114,103,239,.16);
  color: #7267ef;
  margin-right: 8px;
  flex: 0 0 auto;
}

body.datta-panel .side-nav .nav-icon {
  background: rgba(255,255,255,.075);
  color: #778290;
}

body.datta-panel .side-nav a:hover .nav-icon,
body.datta-panel .side-nav a:first-of-type .nav-icon {
  background: rgba(255,255,255,.16);
  color: #fff;
}

body.datta-panel .topbar h1 { color: #111827 !important; }
body.datta-panel .hero-card {
  background: linear-gradient(135deg, #7267ef, #1dc4e9) !important;
  border: 0 !important;
  color: #fff !important;
}
body.datta-panel .hero-card strong,
body.datta-panel .hero-card .muted { color: #fff !important; }

body.datta-panel .stat strong,
body.datta-panel .money,
body.datta-panel .compact-summary strong {
  color: #7267ef !important;
}

body.datta-panel button,
body.datta-panel .button {
  border-radius: 10px !important;
  background: #7267ef !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(114,103,239,.20);
}

body.datta-panel button.secondary,
body.datta-panel .button.secondary {
  background: #f8f9fa !important;
  color: #1c232f !important;
  border: 1px solid #dbe0e5 !important;
  box-shadow: none;
}

body.datta-panel button.danger {
  background: #dc2626 !important;
  color: #fff !important;
}

body.datta-panel input,
body.datta-panel select,
body.datta-panel textarea {
  min-height: 44px;
  background: #fff !important;
  color: #111827 !important;
  border: 1px solid #d8dee9 !important;
  border-radius: 10px !important;
}

body.datta-panel label { color: #374151 !important; }
body.datta-panel label span { color: #374151; }

body.datta-panel .table th,
body.datta-panel .table td,
body.datta-panel .contact,
body.datta-panel .stay-row,
body.datta-panel .reservation {
  border-color: rgba(17,24,39,.10) !important;
}

body.datta-panel .status-pending { background: #fff4d8 !important; color: #8a5b00 !important; }
body.datta-panel .status-confirmed { background: #dcfce7 !important; color: #166534 !important; }
body.datta-panel .status-refused,
body.datta-panel .status-cancelled { background: #fee2e2 !important; color: #991b1b !important; }
body.datta-panel .status-archived { background: #e5e7eb !important; color: #374151 !important; }

body.datta-panel .feature-badge,
body.datta-panel .pipe-card,
body.datta-panel .day-cell,
body.datta-panel .compact-summary .mini,
body.datta-panel .action-tile {
  background: #f8fafc !important;
  color: #111827 !important;
  border: 1px solid rgba(17,24,39,.10) !important;
}

body.datta-panel .day-cell.external {
  background: #fff7ed !important;
  border-color: rgba(255,138,0,.32) !important;
}

body.datta-panel .day-cell.confirmed { background: #ecfdf5 !important; }
body.datta-panel .day-cell.pending { background: #fffbeb !important; }
body.datta-panel .day-cell span { color: #6b7280 !important; }

body.datta-panel .calendar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

body.datta-panel .calendar-current {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  background: #1c232f;
  color: #fff;
  font-weight: 850;
}

body.datta-panel .calendar-month-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 12px;
  scrollbar-width: thin;
}

body.datta-panel .calendar-year-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 12px;
  scrollbar-width: thin;
}

body.datta-panel .calendar-lodging-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
}

body.datta-panel .calendar-lodging-tabs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #dbe0e5;
  border-radius: 12px;
  padding: 0 14px;
  background: #fff;
  color: #1f2937;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.06);
}

body.datta-panel .calendar-lodging-tabs a.active,
body.datta-panel .calendar-lodging-tabs a:hover {
  background: rgba(114,103,239,.12);
  border-color: rgba(114,103,239,.34);
  color: #5147d9;
}

body.datta-panel .calendar-lodging-tabs .nav-icon {
  margin-right: 0;
}

body.datta-panel .calendar-month-tabs a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe0e5;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: #5b6b79;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.datta-panel .calendar-year-tabs a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe0e5;
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;
  color: #5b6b79;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

body.datta-panel .calendar-month-tabs a.active {
  background: rgba(114,103,239,.12);
  border-color: rgba(114,103,239,.34);
  color: #5147d9;
}

body.datta-panel .calendar-year-tabs a.active {
  background: rgba(114,103,239,.12);
  border-color: rgba(114,103,239,.34);
  color: #5147d9;
}

body.datta-panel .calendar-legend {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 12px;
}

body.datta-panel .calendar-legend span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #dbe0e5;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  color: #3e4853;
  font-size: 12px;
  font-weight: 800;
}

body.datta-panel .admin-calendar {
  padding: 14px !important;
  overflow: hidden;
}

body.datta-panel .compact-calendar-panel {
  padding: 12px !important;
  overflow: hidden;
}

body.datta-panel .compact-calendar-toolbar {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbe0e5;
}

body.datta-panel .compact-tab {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe0e5;
  border-radius: 5px;
  padding: 0 9px;
  background: #f8f9fa;
  color: #4b5563;
  font-size: 12px;
  font-weight: 850;
}

body.datta-panel .compact-tab.active {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

body.datta-panel .year-calendar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
  gap: 10px;
}

body.datta-panel .year-month-card {
  border: 1px solid #dbe0e5;
  border-radius: 7px;
  background: #f8fafc;
  padding: 8px;
  min-width: 0;
  box-shadow: 0 1px 3px rgba(17,24,39,.05);
}

body.datta-panel .year-month-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

body.datta-panel .year-month-card header a {
  color: #1f2937;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

body.datta-panel .year-month-card header small {
  color: #6b7280;
  font-size: 10.5px;
  font-weight: 800;
  text-align: right;
}

body.datta-panel .mini-weekdays,
body.datta-panel .mini-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
}

body.datta-panel .mini-weekdays {
  margin-bottom: 3px;
}

body.datta-panel .mini-weekdays span {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

body.datta-panel .mini-day {
  position: relative;
  min-width: 0;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 4px;
  background: #e7f6fb;
  color: #0f5968;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
}

body.datta-panel .mini-day.empty {
  visibility: hidden;
}

body.datta-panel .mini-day.free {
  background: #e7f6fb;
  color: #236371;
}

body.datta-panel .mini-day.direct,
body.datta-panel .mini-day.manual {
  background: #5aa8ff;
  border-color: #3b82f6;
  color: #fff;
}

body.datta-panel .mini-day.booking {
  background: #ff9f43;
  border-color: #f97316;
  color: #fff;
}

body.datta-panel .mini-day.airbnb {
  background: #e11d48;
  border-color: #be123c;
  color: #fff;
}

body.datta-panel .mini-day.external {
  background: #94a3b8;
  border-color: #64748b;
  color: #fff;
}

body.datta-panel .mini-day.pending {
  background: #fde047;
  border-color: #facc15;
  color: #1f2937;
}

body.datta-panel .mini-day.blocked {
  background: #1c232f;
  border-color: #111827;
  color: #fff;
}

body.datta-panel .mini-day.today {
  outline: 2px solid #7267ef;
  outline-offset: 1px;
}

body.datta-panel .mini-day.has-many::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: .75;
}

body.datta-panel .calendar-detail-drawer {
  margin-top: 12px;
}

body.datta-panel .calendar-detail-drawer summary {
  cursor: pointer;
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid #dbe0e5;
  border-radius: 10px;
  padding: 0 14px;
  background: #fff;
  color: #1f2937;
  font-weight: 900;
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.06);
}

body.datta-panel .calendar-detail-drawer[open] summary {
  margin-bottom: 10px;
}

body.datta-panel .calendar-weekdays,
body.datta-panel .calendar-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

body.datta-panel .calendar-weekdays {
  gap: 8px;
  margin-bottom: 8px;
}

body.datta-panel .calendar-weekdays span {
  color: #5b6b79;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

body.datta-panel .calendar-month-grid {
  gap: 8px;
}

body.datta-panel .calendar-day {
  min-height: 148px;
  border: 1px solid #dbe0e5;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.06);
}

body.datta-panel .calendar-day.outside {
  background: #f8f9fa;
  opacity: .72;
}

body.datta-panel .calendar-day.today {
  border-color: rgba(114,103,239,.55);
  box-shadow: 0 0 0 3px rgba(114,103,239,.10), 0 2px 6px -1px rgba(0,0,0,.06);
}

body.datta-panel .calendar-day header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.datta-panel .calendar-day header strong {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f3f5f7;
  color: #1c232f;
  font-size: 16px;
}

body.datta-panel .calendar-day.today header strong {
  background: #7267ef;
  color: #fff;
}

body.datta-panel .calendar-day header span {
  color: #8996a4;
  font-size: 12px;
  font-weight: 850;
}

body.datta-panel .calendar-events {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

body.datta-panel .calendar-free,
body.datta-panel .calendar-more {
  color: #8996a4;
  font-size: 12px;
  font-weight: 800;
}

body.datta-panel .calendar-event {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 7px;
  background: #f8f9fa;
}

body.datta-panel .calendar-event strong,
body.datta-panel .calendar-event small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.datta-panel .calendar-event strong {
  color: #1c232f;
  font-size: 12.5px;
}

body.datta-panel .calendar-event small {
  color: #5b6b79;
  font-size: 11px;
  margin-top: 2px;
}

body.datta-panel .calendar-event.direct,
body.datta-panel .calendar-event.manual {
  background: rgba(114,103,239,.10);
  border-color: rgba(114,103,239,.22);
}

body.datta-panel .calendar-event.booking {
  background: rgba(0,59,149,.10);
  border-color: rgba(0,59,149,.22);
}

body.datta-panel .calendar-event.airbnb {
  background: rgba(255,90,95,.10);
  border-color: rgba(255,90,95,.24);
}

body.datta-panel .calendar-event.external {
  background: rgba(91,107,121,.10);
  border-color: rgba(91,107,121,.22);
}

body.datta-panel .calendar-event.pending {
  background: rgba(255,162,29,.14);
  border-color: rgba(255,162,29,.28);
}

body.datta-panel .source-logo {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  font-style: normal;
}

body.datta-panel .source-logo.direct,
body.datta-panel .source-logo.manual { background: #7267ef; }
body.datta-panel .source-logo.free { background: #e7f6fb; color: #236371; }
body.datta-panel .source-logo.booking { background: #003b95; }
body.datta-panel .source-logo.airbnb { background: #ff5a5f; }
body.datta-panel .source-logo.external { background: #5b6b79; }
body.datta-panel .source-logo.blocked { background: #1c232f; }
body.datta-panel .source-logo.pending { background: #ffa21d; color: #111827; }

.channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.channel-grid.compact-channels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.channel-card {
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.channel-card strong {
  display: block;
  color: #ff7a00 !important;
  font-size: 26px;
}

.ical-source-row {
  display: grid;
  grid-template-columns: 1fr .75fr .95fr 2.2fr auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 14px;
  background: #f8fafc;
  margin-bottom: 10px;
}

.copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 12px 0;
}

.copy-row input { font-size: 13px; }

.archive-list {
  display: grid;
  gap: 10px;
}

.archive-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 14px;
  background: #f8fafc;
}

.client-dashboard {
  width: min(1180px, calc(100% - 24px)) !important;
  max-width: none !important;
}

.client-reservation-card {
  display: grid;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid rgba(17,24,39,.10);
}

.client-reservation-card:first-child { border-top: 0; }
.client-reservation-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

dialog.cancel-dialog {
  width: min(520px, calc(100vw - 28px));
  border: 0;
  padding: 0;
  background: transparent;
}

dialog.cancel-dialog::backdrop {
  background: rgba(15,23,42,.55);
  backdrop-filter: blur(8px);
}

.cancel-panel {
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  color: #111827;
  box-shadow: 0 28px 80px rgba(15,23,42,.28);
}

.cancel-panel h3 { margin: 0 0 10px; }
.cancel-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }

@media (max-width: 1100px) {
  .channel-grid,
  .channel-grid.compact-channels,
  .ical-source-row {
    grid-template-columns: 1fr 1fr;
  }

  body.datta-panel .calendar-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.datta-panel .calendar-weekdays {
    display: none;
  }
}

@media (max-width: 760px) {
  body.datta-panel .admin-shell,
  .client-dashboard {
    width: calc(100% - 12px) !important;
  }

  .channel-grid,
  .channel-grid.compact-channels,
  .ical-source-row,
  .copy-row,
  .archive-item,
  .client-reservation-head {
    grid-template-columns: 1fr;
  }

  body.datta-panel .side-nav {
    border-radius: 18px !important;
  }

  body.datta-panel .calendar-actions {
    justify-content: flex-start;
  }

  body.datta-panel .calendar-month-grid {
    grid-template-columns: 1fr;
  }

  body.datta-panel .calendar-day {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  body.datta-panel .admin-shell {
    width: calc(100% - 12px) !important;
    margin: 0 auto !important;
    padding: 6px 0 28px !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.datta-panel .side-nav {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 18px !important;
  }

  body.datta-panel .admin-main {
    padding: 0 !important;
  }

  body.datta-panel .brand-mark {
    width: 184px !important;
    height: 56px !important;
  }
}

/* Final admin top bar override: compact icon actions and mobile glass logo. */
body.datta-panel .topbar {
  position: sticky !important;
  top: 8px !important;
  z-index: 40 !important;
  min-height: 0 !important;
  padding: 8px 10px !important;
  border-radius: 16px !important;
  background: rgba(0, 0, 0, .40) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(22px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.18) !important;
}

body.datta-panel .topbar h1 {
  color: #fff !important;
  font-size: 18px !important;
}

body.datta-panel .topbar .muted {
  color: rgba(255,255,255,.72) !important;
}

body.datta-panel .topbar-logo {
  display: none !important;
}

body.datta-panel .topbar .toolbar {
  width: auto !important;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 7px !important;
}

body.datta-panel .topbar .toolbar > * {
  width: auto !important;
  flex: 0 0 auto !important;
}

body.datta-panel .topbar .top-action {
  box-sizing: border-box !important;
  width: 48px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 4px 3px !important;
  border-radius: 13px !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  line-height: 1 !important;
  text-align: center !important;
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 10px 24px rgba(0,0,0,.16) !important;
}

body.datta-panel .topbar .top-action:not(.secondary) {
  background: rgba(255,138,0,.92) !important;
  border-color: rgba(255,190,97,.52) !important;
  color: #111 !important;
}

body.datta-panel .topbar .top-action i {
  display: block !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.datta-panel .topbar .top-action .action-label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  font-size: 8.5px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 900px) {
  body.datta-panel .topbar {
    top: 6px !important;
    margin: 0 0 10px !important;
    padding: 7px 8px !important;
    border-radius: 18px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    background: rgba(0, 0, 0, .40) !important;
  }

  body.datta-panel .topbar-brand {
    width: auto !important;
    flex: 0 1 106px !important;
    min-width: 0 !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 1px !important;
    text-align: left !important;
  }

  body.datta-panel .topbar-logo {
    display: grid !important;
    width: 100px !important;
    height: 29px !important;
    max-width: 31vw !important;
    background-image: url("../assets/logo-gites-colmar-anime-dark.svg?v=20260708dark3") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: drop-shadow(0 3px 9px rgba(0,0,0,.38)) !important;
    transform: translateZ(0) !important;
  }

  body.datta-panel .topbar h1 {
    color: #fff !important;
    font-size: 9.5px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  body.datta-panel .topbar .muted {
    display: none !important;
  }

  body.datta-panel .topbar .toolbar {
    width: auto !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    gap: 3px !important;
  }

  body.datta-panel .topbar .top-action {
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 9px !important;
  }

  body.datta-panel .topbar .top-action i {
    font-size: 12px !important;
  }

  body.datta-panel .topbar .top-action .action-label {
    font-size: 5.8px !important;
  }
}
