.wheel-editor-screen{gap:1.5rem}.wheel-title{font-family:var(--font-display);font-size:var(--text-h2);margin:0;text-align:center}.wheel-sub{color:var(--color-muted);margin:0;text-align:center;max-width:620px}.wheel-editor{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:1.5rem;align-items:start;width:min(1100px,100%)}.wheel-preview{position:sticky;top:1rem;display:flex;justify-content:center;align-items:flex-start}.wheel-canvas{width:min(100%,420px);height:auto;aspect-ratio:1}.wheel-panel{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid var(--color-line);border-radius:12px;background:var(--color-surface)}.wheel-count{margin:0;font-family:var(--font-display);font-weight:600;font-variant-numeric:tabular-nums}.wheel-list{display:flex;flex-direction:column;gap:.6rem;max-height:420px;overflow-y:auto}.wheel-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.5rem}.wheel-row-badge{display:grid;place-items:center;min-width:22px;height:22px;margin-top:.45rem;padding:0 5px;border-radius:999px;font-size:12px;font-weight:700;line-height:1;color:var(--color-ink);background:var(--color-accent)}.wheel-row-fields{display:flex;flex-direction:column;gap:.35rem;min-width:0}.wheel-input{width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--color-line);background:var(--color-bg);color:var(--color-ink-invert);font-family:var(--font-body)}.wheel-input::placeholder{color:var(--color-muted)}.wheel-input-reward{font-size:var(--text-small)}.wheel-row-del{display:grid;place-items:center;width:26px;height:26px;margin-top:.35rem;border:none;border-radius:50%;background:transparent;color:var(--color-muted);font-size:18px;line-height:1;cursor:pointer;transition:background .12s ease,color .12s ease}.wheel-row-del:hover:not(:disabled){background:var(--color-accent-2);color:#fff}.wheel-row-del:disabled{opacity:.35;cursor:not-allowed}.wheel-add{width:100%}.wheel-share{display:flex;flex-direction:column;border-top:1px solid var(--color-line);padding-top:1rem}.wheel-share .btn{width:100%}@media (max-width: 860px){.wheel-editor{grid-template-columns:minmax(0,1fr)}.wheel-preview{position:static}}.wheel-play{gap:1.25rem}.wheel-play #board-viewport{display:flex;align-items:center;justify-content:center;width:min(100%,68vh)}.wheel-play #puzzle-wrapper{position:relative;top:auto;left:auto;width:min(100%,440px);height:auto;aspect-ratio:1;transform:none;background:transparent;border:none;border-radius:0;overflow:visible}.wheel-play #puzzle{touch-action:auto}.wheel-play-canvas{display:block;width:100%;height:100%}.wheel-play-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem}.wheel-spin-btn{min-width:160px}.wheel-play-msg{margin:0;min-height:1.2em;color:var(--color-accent-2);font-size:var(--text-small);text-align:center;opacity:0}.wheel-play-msg.is-visible{opacity:1}body.is-embed .wheel-play #board-viewport{width:min(100%,62vh)}body.is-embed .wheel-play-controls{gap:.35rem}
