/* SKYSEED_VISUAL_IDENTITY_LAYER_START */
/* Bingo Marker Hall — collective redesign identity layer, generated 2026-05-02. */
body.site-7 {
  --bingo7-width: 1400px;
  --site-primary: #9a3412;
  --site-primary-hover: color-mix(in srgb, #9a3412 84%, black);
  --site-primary-dark: color-mix(in srgb, #9a3412 72%, black);
  --site-primary-light: color-mix(in srgb, #9a3412 12%, white);
  --site-accent: #0f766e;
  --site-accent-hover: color-mix(in srgb, #0f766e 84%, black);
  --site-background: #fff8f1;
  --site-surface: #ffffff;
  --site-text: #2f2118;
  --site-text-muted: #6b5b50;
  --site-border: color-mix(in srgb, #9a3412 18%, #d8dee8);
  --detail-border-radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  background:
    linear-gradient(90deg, rgba(154, 52, 18, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 118, 110, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fff8f1 0%, color-mix(in srgb, #fff8f1 82%, white) 58%, #ffffff 100%) !important;
  background-size: 28px 28px, 28px 28px, auto;
  color: #2f2118;
}

body.site-7 .homepage,
body.site-7 .list-page,
body.site-7 .detail-page {
  width: min(var(--bingo7-width), calc(100vw - 32px));
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 560px) {
  body.site-7 .homepage,
  body.site-7 .list-page,
  body.site-7 .detail-page {
    width: min(var(--bingo7-width), calc(100vw - 20px));
  }
}

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

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

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

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

body.site-7 .btn-secondary,
body.site-7 .btn-answers,
body.site-7 .badge,
body.site-7 .variant-chip,
body.site-7 .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%, #2f2118);
}

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

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