/* SKYSEED_VISUAL_IDENTITY_LAYER_START */
/* Music Staff Room — collective redesign identity layer, generated 2026-05-02. */
body.site-20 {
  --site-primary: #4c1d95;
  --site-primary-hover: color-mix(in srgb, #4c1d95 84%, black);
  --site-primary-dark: color-mix(in srgb, #4c1d95 72%, black);
  --site-primary-light: color-mix(in srgb, #4c1d95 12%, white);
  --site-accent: #15803d;
  --site-accent-hover: color-mix(in srgb, #15803d 84%, black);
  --site-background: #fbf8ff;
  --site-surface: #ffffff;
  --site-text: #241b31;
  --site-text-muted: #63576f;
  --site-border: color-mix(in srgb, #4c1d95 18%, #d8dee8);
  --detail-border-radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  background:
    linear-gradient(90deg, rgba(76, 29, 149, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(21, 128, 61, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fbf8ff 0%, color-mix(in srgb, #fbf8ff 82%, white) 58%, #ffffff 100%) !important;
  background-size: 28px 28px, 28px 28px, auto;
  color: #241b31;
}

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

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

body.site-20 .category-card:hover,
body.site-20 .subcategory-card:hover,
body.site-20 .worksheet-card:hover,
body.site-20 .tool-card:hover {
  border-color: color-mix(in srgb, #4c1d95 42%, #d8dee8);
  box-shadow: 0 14px 30px rgba(76, 29, 149, 0.12);
}

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

body.site-20 .btn-secondary,
body.site-20 .btn-answers,
body.site-20 .badge,
body.site-20 .variant-chip,
body.site-20 .stat-item {
  background: color-mix(in srgb, #15803d 12%, white);
  border-color: color-mix(in srgb, #15803d 28%, #d8dee8);
  color: color-mix(in srgb, #15803d 68%, #241b31);
}

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

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