/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-white: #fff;
    --spacing: 0.25rem;
    --radius-md: 0.375rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-hah-pink: #ff0052;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .table {
    display: table;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.safecare-download-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 2);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-100);
    }
  }
}
.safecare.comment {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 8);
  width: 100%;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-hah-pink);
  padding: calc(var(--spacing) * 4);
}
#engagement-dashboard-app {
  font-family: sans-serif;
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.dashboard-section {
  margin-bottom: 40px;
}
.dashboard-section h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
.leaderboard-table, .recent-points-table, .top-rules-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.leaderboard-table th, .recent-points-table th, .top-rules-table th {
  text-align: left;
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #ddd;
}
.leaderboard-table td, .recent-points-table td, .top-rules-table td {
  padding: 10px;
  border: 1px solid #eee;
}
.chart-container {
  max-width: 100%;
  margin-top: 20px;
}
.points-highlight {
  font-weight: bold;
  color: #2d8fdd;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flex-col {
  flex: 1 1 48%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .flex-col {
    flex: 1 1 100%;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
