/* SKYSEED_VISUAL_IDENTITY_LAYER_START */
/* Reading Skills Desk — collective redesign identity layer, generated 2026-05-02. */
body.site-24 {
  --site-primary: #7c2d12;
  --site-primary-hover: color-mix(in srgb, #7c2d12 84%, black);
  --site-primary-dark: color-mix(in srgb, #7c2d12 72%, black);
  --site-primary-light: color-mix(in srgb, #7c2d12 12%, white);
  --site-accent: #0f766e;
  --site-accent-hover: color-mix(in srgb, #0f766e 84%, black);
  --site-background: #fff8f3;
  --site-surface: #ffffff;
  --site-text: #2d211b;
  --site-text-muted: #6b5c54;
  --site-border: color-mix(in srgb, #7c2d12 18%, #d8dee8);
  --detail-border-radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  background:
    linear-gradient(90deg, rgba(124, 45, 18, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 118, 110, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fff8f3 0%, color-mix(in srgb, #fff8f3 82%, white) 58%, #ffffff 100%) !important;
  background-size: 28px 28px, 28px 28px, auto;
  color: #2d211b;
}

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

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

body.site-24 .category-card:hover,
body.site-24 .subcategory-card:hover,
body.site-24 .worksheet-card:hover,
body.site-24 .tool-card:hover {
  border-color: color-mix(in srgb, #7c2d12 42%, #d8dee8);
  box-shadow: 0 14px 30px rgba(124, 45, 18, 0.12);
}

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

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

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

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