.tool-header[data-astro-cid-qdxpy4cd]{text-align:center;margin-bottom:2rem}.tool-header[data-astro-cid-qdxpy4cd] h1[data-astro-cid-qdxpy4cd]{font-size:2rem;margin-bottom:.5rem}.tool-header[data-astro-cid-qdxpy4cd] p[data-astro-cid-qdxpy4cd]{color:var(--color-secondary)}.controls-card[data-astro-cid-qdxpy4cd]{border:1px solid var(--color-border);border-radius:.5rem;padding:1rem;margin-bottom:1rem;background:var(--color-bg)}.control-row[data-astro-cid-qdxpy4cd]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.label[data-astro-cid-qdxpy4cd]{font-weight:600;font-size:.9rem;color:var(--color-text)}.difficulty-buttons[data-astro-cid-qdxpy4cd]{display:flex;gap:.5rem}.diff-btn[data-astro-cid-qdxpy4cd]{padding:.4rem .8rem;border:1px solid var(--color-border);border-radius:.375rem;background:var(--color-bg-offset);color:var(--color-text);cursor:pointer;font-size:.85rem;transition:all .15s}.diff-btn[data-astro-cid-qdxpy4cd]:hover{border-color:var(--color-primary)}.diff-btn[data-astro-cid-qdxpy4cd].active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.stats-row[data-astro-cid-qdxpy4cd]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.stat-box[data-astro-cid-qdxpy4cd]{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;background:var(--color-bg-offset);border-radius:.375rem;border:1px solid var(--color-border);min-width:70px}.stat-label[data-astro-cid-qdxpy4cd]{font-size:.75rem;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.5px}.stat-value[data-astro-cid-qdxpy4cd]{font-size:1.2rem;font-weight:700;font-family:var(--font-mono, monospace);color:var(--color-text)}.btn-primary[data-astro-cid-qdxpy4cd]{padding:.6rem 1.2rem;border:none;border-radius:.375rem;background:var(--color-primary);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:opacity .15s;margin-left:auto}.btn-primary[data-astro-cid-qdxpy4cd]:hover{opacity:.9}.status-bar[data-astro-cid-qdxpy4cd]{padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1rem;text-align:center;font-weight:600}.status-bar[data-astro-cid-qdxpy4cd].win{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status-bar[data-astro-cid-qdxpy4cd].lose{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}@media(prefers-color-scheme:dark){.status-bar[data-astro-cid-qdxpy4cd].win{background:#14532d;color:#86efac;border-color:#22c55e}.status-bar[data-astro-cid-qdxpy4cd].lose{background:#450a0a;color:#fca5a5;border-color:#ef4444}}.board-wrapper[data-astro-cid-qdxpy4cd]{display:flex;justify-content:center;margin-bottom:1.5rem;overflow-x:auto}.board[data-astro-cid-qdxpy4cd]{display:grid;gap:1px;background:var(--color-border);border:2px solid var(--color-border);border-radius:4px;padding:2px;user-select:none;-webkit-user-select:none}.cell[data-astro-cid-qdxpy4cd]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;cursor:pointer;background:var(--color-bg-offset);border:none;transition:background .1s;font-family:var(--font-mono, monospace)}.cell[data-astro-cid-qdxpy4cd]:hover:not(.revealed):not(.flagged):not(.game-over){background:var(--color-bg-hover, #e5e7eb)}.cell[data-astro-cid-qdxpy4cd].revealed{background:var(--color-bg);cursor:default}.cell[data-astro-cid-qdxpy4cd].mine{background:#ef4444;color:#fff}.cell[data-astro-cid-qdxpy4cd].flagged{background:#fbbf24;color:#92400e}.cell[data-astro-cid-qdxpy4cd].revealed.adj-1{color:#2563eb}.cell[data-astro-cid-qdxpy4cd].revealed.adj-2{color:#16a34a}.cell[data-astro-cid-qdxpy4cd].revealed.adj-3{color:#dc2626}.cell[data-astro-cid-qdxpy4cd].revealed.adj-4{color:#7c3aed}.cell[data-astro-cid-qdxpy4cd].revealed.adj-5{color:#ea580c}.cell[data-astro-cid-qdxpy4cd].revealed.adj-6{color:#0891b2}.cell[data-astro-cid-qdxpy4cd].revealed.adj-7{color:#be185d}.cell[data-astro-cid-qdxpy4cd].revealed.adj-8{color:#1f2937}@media(prefers-color-scheme:dark){.cell[data-astro-cid-qdxpy4cd].revealed.adj-1{color:#60a5fa}.cell[data-astro-cid-qdxpy4cd].revealed.adj-2{color:#4ade80}.cell[data-astro-cid-qdxpy4cd].revealed.adj-3{color:#f87171}.cell[data-astro-cid-qdxpy4cd].revealed.adj-4{color:#a78bfa}.cell[data-astro-cid-qdxpy4cd].revealed.adj-5{color:#fb923c}.cell[data-astro-cid-qdxpy4cd].revealed.adj-6{color:#22d3ee}.cell[data-astro-cid-qdxpy4cd].revealed.adj-7{color:#f472b6}.cell[data-astro-cid-qdxpy4cd].revealed.adj-8{color:#e5e7eb}}.info-card[data-astro-cid-qdxpy4cd]{border:1px solid var(--color-border);border-radius:.5rem;padding:1rem;margin-bottom:1rem;background:var(--color-bg)}.info-card[data-astro-cid-qdxpy4cd] h3[data-astro-cid-qdxpy4cd]{margin-bottom:.5rem;font-size:1.1rem}.info-card[data-astro-cid-qdxpy4cd] p[data-astro-cid-qdxpy4cd]{color:var(--color-secondary);line-height:1.6;margin-bottom:.5rem}.info-card[data-astro-cid-qdxpy4cd] .hint[data-astro-cid-qdxpy4cd]{font-size:.85rem;color:var(--color-primary);font-weight:500}.info-sections[data-astro-cid-qdxpy4cd]{margin-top:2rem}.info-block[data-astro-cid-qdxpy4cd]{margin-bottom:1.5rem}.info-block[data-astro-cid-qdxpy4cd] h2[data-astro-cid-qdxpy4cd]{font-size:1.25rem;margin-bottom:.75rem}.info-block[data-astro-cid-qdxpy4cd] p[data-astro-cid-qdxpy4cd],.info-block[data-astro-cid-qdxpy4cd] ul[data-astro-cid-qdxpy4cd]{color:var(--color-secondary);line-height:1.6}.info-block[data-astro-cid-qdxpy4cd] ul[data-astro-cid-qdxpy4cd]{padding-left:1.25rem}.info-block[data-astro-cid-qdxpy4cd] li[data-astro-cid-qdxpy4cd]{margin-bottom:.4rem}.info-block[data-astro-cid-qdxpy4cd] details[data-astro-cid-qdxpy4cd]{margin-bottom:.5rem;border:1px solid var(--color-border);border-radius:.375rem;padding:.5rem .75rem}.info-block[data-astro-cid-qdxpy4cd] summary[data-astro-cid-qdxpy4cd]{cursor:pointer;font-weight:500;color:var(--color-text)}.info-block[data-astro-cid-qdxpy4cd] details[data-astro-cid-qdxpy4cd] p[data-astro-cid-qdxpy4cd]{margin:.5rem 0 0;padding-left:.5rem}@media(max-width:640px){.cell[data-astro-cid-qdxpy4cd]{width:24px;height:24px;font-size:.75rem}}
