.knight-builder[data-astro-cid-u4lyt2el]{--cell-size: clamp(2.35rem, 7vw, 4.15rem);--gap: .28rem;--real-border: rgba(30, 41, 59, .2);--real-bg: rgba(255, 255, 255, .92);--filled-bg: rgba(245, 158, 11, .12);--current-bg: rgba(14, 165, 233, .18);--ghost-bg: rgba(148, 163, 184, .18);--ghost-border: rgba(71, 85, 105, .48);margin:2.5rem 0;padding:clamp(1rem,3vw,1.6rem);border:1px solid rgba(148,163,184,.28);border-radius:1.5rem;background:radial-gradient(circle at top left,rgba(245,158,11,.12),transparent 32rem),linear-gradient(135deg,#f8fafcf5,#fffbebe0);box-shadow:0 20px 60px #0f172a14}.knight-builder__header[data-astro-cid-u4lyt2el]{max-width:64rem;margin-bottom:1.5rem}.knight-builder__eyebrow[data-astro-cid-u4lyt2el]{margin:0 0 .4rem;color:#b45309;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.knight-builder__header[data-astro-cid-u4lyt2el] h2[data-astro-cid-u4lyt2el]{margin:0 0 .65rem;font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}.knight-builder__header[data-astro-cid-u4lyt2el] p[data-astro-cid-u4lyt2el],.knight-builder__note[data-astro-cid-u4lyt2el]{color:#475569;line-height:1.7}.knight-builder__layout[data-astro-cid-u4lyt2el]{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,22rem);gap:1.4rem;align-items:start}.knight-builder__stage[data-astro-cid-u4lyt2el]{min-width:0;overflow-x:auto;padding:.8rem .6rem 1.4rem}.knight-board-wrap[data-astro-cid-u4lyt2el]{position:relative;width:calc(7 * var(--cell-size) + 6 * var(--gap));min-height:calc(8 * var(--cell-size) + 7 * var(--gap));margin:0 auto;overflow:visible}.knight-board[data-astro-cid-u4lyt2el]{position:relative;z-index:2;display:grid;grid-template-columns:repeat(7,var(--cell-size));grid-template-rows:repeat(7,var(--cell-size));gap:var(--gap)}.knight-cell[data-astro-cid-u4lyt2el],.knight-ghost-cell[data-astro-cid-u4lyt2el]{display:grid;place-items:center;width:var(--cell-size);height:var(--cell-size);border-radius:.82rem;font-weight:800;font-variant-numeric:tabular-nums}.knight-cell[data-astro-cid-u4lyt2el]{border:1px solid var(--real-border);background:var(--real-bg);color:#0f172a;box-shadow:inset 0 1px #ffffffb3;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.knight-cell[data-astro-cid-u4lyt2el].is-empty{color:transparent}.knight-cell[data-astro-cid-u4lyt2el].is-filled{background:var(--filled-bg)}.knight-cell[data-astro-cid-u4lyt2el].is-current{transform:translateY(-2px) scale(1.04);border-color:#0284c785;background:var(--current-bg);box-shadow:0 12px 28px #0284c724}.knight-cell[data-astro-cid-u4lyt2el].is-blocked{border-color:#dc2626ad;background:#fee2e2cc;box-shadow:0 0 0 3px #dc26261f}.knight-cell[data-astro-cid-u4lyt2el].is-intended{border-color:#f59e0bb8;box-shadow:0 0 0 3px #f59e0b24}.knight-ghost-layer[data-astro-cid-u4lyt2el]{position:absolute;inset:0;z-index:1;pointer-events:none}.knight-ghost-cell[data-astro-cid-u4lyt2el]{position:absolute;top:calc(var(--ghost-row) * (var(--cell-size) + var(--gap)));left:calc(var(--ghost-col) * (var(--cell-size) + var(--gap)));border:1.5px dashed var(--ghost-border);background:repeating-linear-gradient(45deg,#94a3b824,#94a3b824 5px,#ffffff47 5px 10px),var(--ghost-bg);color:#334155c7;opacity:.76;animation:ghost-pop .26s ease-out both}.knight-builder[data-astro-cid-u4lyt2el].has-ghost .knight-board[data-astro-cid-u4lyt2el]:after{content:"extension imaginaire";position:absolute;left:calc(7 * (var(--cell-size) + var(--gap)) + .4rem);top:.3rem;max-width:8rem;color:#4755699e;font-size:.76rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}@keyframes ghost-pop{0%{transform:scale(.78);opacity:0}to{transform:scale(1);opacity:.76}}.knight-builder__panel[data-astro-cid-u4lyt2el]{display:grid;gap:1rem}.knight-status[data-astro-cid-u4lyt2el],.knight-current[data-astro-cid-u4lyt2el],.knight-legend[data-astro-cid-u4lyt2el],.knight-checks[data-astro-cid-u4lyt2el],.knight-speed[data-astro-cid-u4lyt2el]{border:1px solid rgba(148,163,184,.28);border-radius:1rem;background:#ffffffb8;padding:.95rem}.knight-status[data-astro-cid-u4lyt2el]{min-height:4.8rem;color:#334155;line-height:1.55}.knight-current[data-astro-cid-u4lyt2el]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.knight-current[data-astro-cid-u4lyt2el] span[data-astro-cid-u4lyt2el]{color:#64748b;font-size:.92rem}.knight-current[data-astro-cid-u4lyt2el] strong[data-astro-cid-u4lyt2el]{font-size:2rem;line-height:1}.knight-controls[data-astro-cid-u4lyt2el]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.knight-button[data-astro-cid-u4lyt2el]{border:1px solid rgba(30,41,59,.16);border-radius:.85rem;background:#fff;color:#0f172a;cursor:pointer;font-weight:800;padding:.72rem .8rem;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.knight-button[data-astro-cid-u4lyt2el]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.knight-button[data-astro-cid-u4lyt2el]:disabled{cursor:not-allowed;opacity:.45}.knight-button--primary[data-astro-cid-u4lyt2el]{border-color:#b4530952;background:#f59e0b;color:#1f2937}.knight-speed[data-astro-cid-u4lyt2el]{display:grid;gap:.45rem}.knight-speed[data-astro-cid-u4lyt2el] span[data-astro-cid-u4lyt2el]{font-weight:800}.knight-speed[data-astro-cid-u4lyt2el] input[data-astro-cid-u4lyt2el]{width:100%}.knight-speed[data-astro-cid-u4lyt2el] small[data-astro-cid-u4lyt2el]{color:#64748b}.knight-legend[data-astro-cid-u4lyt2el]{display:grid;gap:.55rem;color:#475569;font-size:.92rem}.legend-dot[data-astro-cid-u4lyt2el]{display:inline-block;width:.85rem;height:.85rem;margin-right:.5rem;border-radius:999px;vertical-align:-.08rem}.legend-dot--filled[data-astro-cid-u4lyt2el]{background:#f59e0b5c}.legend-dot--current[data-astro-cid-u4lyt2el]{background:#0ea5e96b}.legend-dot--ghost[data-astro-cid-u4lyt2el]{border:1px dashed rgba(71,85,105,.7);background:#94a3b82e}.legend-dot--blocked[data-astro-cid-u4lyt2el]{background:#fecacaf2}.knight-checks[data-astro-cid-u4lyt2el] h3[data-astro-cid-u4lyt2el]{margin:0 0 .65rem;font-size:1rem}.knight-checks[data-astro-cid-u4lyt2el] p[data-astro-cid-u4lyt2el]{margin:.3rem 0;color:#475569}.knight-builder__note[data-astro-cid-u4lyt2el]{margin:1.2rem 0 0;padding:.9rem 1rem;border-left:4px solid rgba(245,158,11,.7);background:#fffbebb8;border-radius:.8rem}@media(max-width:920px){.knight-builder__layout[data-astro-cid-u4lyt2el],.knight-builder__panel[data-astro-cid-u4lyt2el]{grid-template-columns:1fr}}@media(max-width:520px){.knight-builder[data-astro-cid-u4lyt2el]{--cell-size: 2.15rem;--gap: .2rem}.knight-cell[data-astro-cid-u4lyt2el],.knight-ghost-cell[data-astro-cid-u4lyt2el]{border-radius:.55rem;font-size:.9rem}.knight-controls[data-astro-cid-u4lyt2el]{grid-template-columns:1fr}}.knight-move-builder[data-astro-cid-u4lyt2el]{overflow:hidden}.builder-layout[data-astro-cid-u4lyt2el]{grid-template-columns:1fr;justify-items:center}.grid-side[data-astro-cid-u4lyt2el]{width:100%;justify-items:center}.knight-grid[data-astro-cid-u4lyt2el]{width:min(100%,460px);max-width:460px;margin:0 auto;gap:.2rem;padding:.5rem;border-radius:20px}.knight-cell[data-astro-cid-u4lyt2el]{border-radius:8px}.knight-cell[data-astro-cid-u4lyt2el] span[data-astro-cid-u4lyt2el]{font-size:clamp(.52rem,1.45vw,.88rem)}.builder-panel[data-astro-cid-u4lyt2el]{width:min(100%,620px);margin:0 auto}.legend[data-astro-cid-u4lyt2el]{width:min(100%,620px);justify-content:center;font-size:.85rem}@media(max-width:760px){.knight-grid[data-astro-cid-u4lyt2el]{width:min(100%,460px);max-width:460px;gap:.16rem;padding:.42rem}.knight-cell[data-astro-cid-u4lyt2el]{border-radius:6px}.knight-cell[data-astro-cid-u4lyt2el] span[data-astro-cid-u4lyt2el]{font-size:clamp(.48rem,2vw,.76rem)}}@media(max-width:520px){.knight-grid[data-astro-cid-u4lyt2el]{width:100%;max-width:360px;gap:.1rem;padding:.32rem}.knight-cell[data-astro-cid-u4lyt2el]{border-radius:5px}.knight-cell[data-astro-cid-u4lyt2el] span[data-astro-cid-u4lyt2el]{font-size:.5rem}.builder-panel[data-astro-cid-u4lyt2el]{padding:1rem}}
