*{box-sizing:border-box}:root{--bg:#f4f4f2;--card:#fff;--text:#111;--muted:#747474;--line:#deded9}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button{font:inherit}.shell{width:min(1180px,100%);margin:auto;padding:28px 22px 38px}.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:800}.hero h1{font-size:clamp(31px,4vw,46px);margin:4px 0 7px;line-height:1}.hero p{margin:0;color:var(--muted);font-size:17px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:23px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;padding:0;text-align:left;cursor:pointer;box-shadow:0 12px 34px #0000001a}.thumb{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.copy{padding:15px 17px 18px}.name{font-size:20px;font-weight:850;margin-top:4px;line-height:1.08}.head{display:flex;justify-content:space-between;align-items:end;gap:16px;flex-wrap:wrap;margin-bottom:15px}.title{font-size:clamp(28px,4vw,39px);font-weight:900}.count{color:var(--muted);font-size:14px}.stack{display:grid;gap:24px}.page{position:relative;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 34px #0000001a}.board{display:block;width:100%;height:auto}.spot{position:absolute;border:0;background:transparent;cursor:pointer;padding:0;min-width:44px;min-height:44px;border-radius:10px}.spot:focus-visible{outline:4px solid #111;outline-offset:-4px}body.debug .spot{background:#ff00002b;outline:2px solid #e00}.footer{display:flex;justify-content:center;padding:30px 0 4px}.back{border:0;border-radius:999px;background:#111;color:#fff;padding:14px 23px;min-height:48px;font-weight:850;cursor:pointer}.lightbox{position:fixed;inset:0;z-index:1000;background:#000d;padding:24px;display:flex;align-items:center;justify-content:center}.lightbox[hidden]{display:none}.stage{width:min(1050px,92vw);max-height:90vh;background:#fff;border-radius:22px;padding:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 30px 90px #0008}.stage img{max-width:100%;max-height:82vh;object-fit:contain}#close{position:fixed;right:22px;top:22px;width:50px;height:50px;border:0;border-radius:50%;background:#fff;font-size:29px;cursor:pointer;z-index:1001}@media(max-width:850px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.shell{padding:18px 12px 30px}.grid{gap:12px}.copy{padding:11px 12px 14px}.name{font-size:16px}.stack{gap:16px}.page{border-radius:13px}}