/* SKYSEED_VISUAL_IDENTITY_LAYER_START */
/* Kakuro Ledger — collective redesign identity layer, generated 2026-05-02. */
body.site-16 {
  --site-primary: #475569;
  --site-primary-hover: color-mix(in srgb, #475569 84%, black);
  --site-primary-dark: color-mix(in srgb, #475569 72%, black);
  --site-primary-light: color-mix(in srgb, #475569 12%, white);
  --site-accent: #b7791f;
  --site-accent-hover: color-mix(in srgb, #b7791f 84%, black);
  --site-background: #f9faf7;
  --site-surface: #ffffff;
  --site-text: #1f2933;
  --site-text-muted: #626a73;
  --site-border: color-mix(in srgb, #475569 18%, #d8dee8);
  --detail-border-radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  background:
    linear-gradient(90deg, rgba(71, 85, 105, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(183, 121, 31, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f9faf7 0%, color-mix(in srgb, #f9faf7 82%, white) 58%, #ffffff 100%) !important;
  background-size: 28px 28px, 28px 28px, auto;
  color: #1f2933;
}

body.site-16 .site-header,
body.site-16 [class*="site-header"],
body.site-16 header[role="banner"] {
  background: color-mix(in srgb, #ffffff 88%, #f9faf7);
  border-bottom: 1px solid color-mix(in srgb, #475569 18%, #d8dee8);
  box-shadow: 0 8px 24px rgba(71, 85, 105, 0.08);
}

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

body.site-16 .category-card:hover,
body.site-16 .subcategory-card:hover,
body.site-16 .worksheet-card:hover,
body.site-16 .tool-card:hover {
  border-color: color-mix(in srgb, #475569 42%, #d8dee8);
  box-shadow: 0 14px 30px rgba(71, 85, 105, 0.12);
}

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

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

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

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