.compte-body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: #f4f2ef;
}

.compte-sidebar {
  width: 272px;
  background: linear-gradient(180deg, #1a1512 0%, #2d2620 55%, #1f3d3d 100%);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.compte-sidebar__nav {
  flex: 1;
}

.compte-nav-link {
  display: flex;
  align-items: center;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  transition: background 0.15s ease, color 0.15s ease;
}

.compte-nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.compte-nav-link.is-active {
  color: #fff;
  background: rgba(196, 30, 30, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.compte-main__content {
  max-width: 1100px;
}

.compte-card-dash {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.compte-card-dash:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.compte-public-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(145deg, #1a1512 0%, #2d2620 40%, #1f3d3d 100%);
}

.compte-public-card {
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.compte-mc-thumb {
  width: 120px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  background: #e8e4df;
}

.btn-danger {
  background-color: #3d2a5c;
  border-color: #3d2a5c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #322348;
  border-color: #322348;
}
