/* SKYSEED_VISUAL_IDENTITY_LAYER_START */
/* Drafting Table — collective redesign identity layer, generated 2026-05-02. */
body.site-12 {
  --site-primary: #365314;
  --site-primary-hover: color-mix(in srgb, #365314 84%, black);
  --site-primary-dark: color-mix(in srgb, #365314 72%, black);
  --site-primary-light: color-mix(in srgb, #365314 12%, white);
  --site-accent: #2563eb;
  --site-accent-hover: color-mix(in srgb, #2563eb 84%, black);
  --site-background: #fafbf5;
  --site-surface: #ffffff;
  --site-text: #242a1c;
  --site-text-muted: #626b57;
  --site-border: color-mix(in srgb, #365314 18%, #d8dee8);
  --detail-border-radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  background:
    linear-gradient(90deg, rgba(54, 83, 20, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fafbf5 0%, color-mix(in srgb, #fafbf5 82%, white) 58%, #ffffff 100%) !important;
  background-size: 28px 28px, 28px 28px, auto;
  color: #242a1c;
}

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

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

body.site-12 .category-card:hover,
body.site-12 .subcategory-card:hover,
body.site-12 .worksheet-card:hover,
body.site-12 .tool-card:hover {
  border-color: color-mix(in srgb, #365314 42%, #d8dee8);
  box-shadow: 0 14px 30px rgba(54, 83, 20, 0.12);
}

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

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

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

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