/* SKYSEED_VISUAL_IDENTITY_LAYER_START */
/* Early Learning Coach — collective redesign identity layer, generated 2026-05-02. */
body.site-29 {
  --site-primary: #be185d;
  --site-primary-hover: color-mix(in srgb, #be185d 84%, black);
  --site-primary-dark: color-mix(in srgb, #be185d 72%, black);
  --site-primary-light: color-mix(in srgb, #be185d 12%, white);
  --site-accent: #047857;
  --site-accent-hover: color-mix(in srgb, #047857 84%, black);
  --site-background: #fff7fb;
  --site-surface: #ffffff;
  --site-text: #30202a;
  --site-text-muted: #705766;
  --site-border: color-mix(in srgb, #be185d 18%, #d8dee8);
  --detail-border-radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  background:
    linear-gradient(90deg, rgba(190, 24, 93, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(4, 120, 87, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fff7fb 0%, color-mix(in srgb, #fff7fb 82%, white) 58%, #ffffff 100%) !important;
  background-size: 28px 28px, 28px 28px, auto;
  color: #30202a;
}

body.site-29 .site-header,
body.site-29 [class*="site-header"],
body.site-29 header[role="banner"] {
  background: color-mix(in srgb, #ffffff 88%, #fff7fb);
  border-bottom: 1px solid color-mix(in srgb, #be185d 18%, #d8dee8);
  box-shadow: 0 8px 24px rgba(190, 24, 93, 0.08);
}

body.site-29 .category-card,
body.site-29 .subcategory-card,
body.site-29 .worksheet-card,
body.site-29 .tool-card,
body.site-29 .card,
body.site-29 .detail-card,
body.site-29 .content-panel,
body.site-29 .set-switcher,
body.site-29 .intro,
body.site-29 .intro-section {
  border-radius: 8px;
  border-color: color-mix(in srgb, #be185d 18%, #d8dee8);
  box-shadow: 0 10px 24px rgba(190, 24, 93, 0.075);
}

body.site-29 .category-card:hover,
body.site-29 .subcategory-card:hover,
body.site-29 .worksheet-card:hover,
body.site-29 .tool-card:hover {
  border-color: color-mix(in srgb, #be185d 42%, #d8dee8);
  box-shadow: 0 14px 30px rgba(190, 24, 93, 0.12);
}

body.site-29 .btn-primary,
body.site-29 .button-primary,
body.site-29 a.btn-primary,
body.site-29 button[type="submit"] {
  background: #be185d;
  border-color: color-mix(in srgb, #be185d 84%, black);
  color: #ffffff;
}

body.site-29 .btn-secondary,
body.site-29 .btn-answers,
body.site-29 .badge,
body.site-29 .variant-chip,
body.site-29 .stat-item {
  background: color-mix(in srgb, #047857 12%, white);
  border-color: color-mix(in srgb, #047857 28%, #d8dee8);
  color: color-mix(in srgb, #047857 68%, #30202a);
}

body.site-29 .puzzle-grid,
body.site-29 .sudoku-grid,
body.site-29 .worksheet-grid,
body.site-29 table[class*="grid"] {
  border-color: color-mix(in srgb, #be185d 38%, #111827);
}

@media print {
  body.site-29 {
    background: #ffffff !important;
  }
}
/* SKYSEED_VISUAL_IDENTITY_LAYER_END */
