/* SKYSEED_VISUAL_IDENTITY_LAYER_START */
/* Coloring Studio — collective redesign identity layer, generated 2026-05-02. */
body.site-9 {
  --site-primary: #c0265a;
  --site-primary-hover: color-mix(in srgb, #c0265a 84%, black);
  --site-primary-dark: color-mix(in srgb, #c0265a 72%, black);
  --site-primary-light: color-mix(in srgb, #c0265a 12%, white);
  --site-accent: #2f855a;
  --site-accent-hover: color-mix(in srgb, #2f855a 84%, black);
  --site-background: #fff7fb;
  --site-surface: #ffffff;
  --site-text: #30202a;
  --site-text-muted: #705766;
  --site-border: color-mix(in srgb, #c0265a 18%, #d8dee8);
  --detail-border-radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  background:
    linear-gradient(90deg, rgba(192, 38, 90, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 133, 90, 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-9 .site-header,
body.site-9 [class*="site-header"],
body.site-9 header[role="banner"] {
  background: color-mix(in srgb, #ffffff 88%, #fff7fb);
  border-bottom: 1px solid color-mix(in srgb, #c0265a 18%, #d8dee8);
  box-shadow: 0 8px 24px rgba(192, 38, 90, 0.08);
}

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

body.site-9 .category-card:hover,
body.site-9 .subcategory-card:hover,
body.site-9 .worksheet-card:hover,
body.site-9 .tool-card:hover {
  border-color: color-mix(in srgb, #c0265a 42%, #d8dee8);
  box-shadow: 0 14px 30px rgba(192, 38, 90, 0.12);
}

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

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

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

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