#cx-stage{position:relative;width:100%;height:min(72vh,660px);background:radial-gradient(circle at 50% 32%,#2a7d54,#1b5436);border-radius:12px;overflow:hidden}.cx-wrap{position:absolute;inset:0;overflow:visible}.cx-board{position:relative;overflow:visible;will-change:transform}.cx-tile{position:absolute;margin:0;padding:2px;background:linear-gradient(#fffdf6,#f3ead4);border:1px solid #cbb88c;border-bottom-width:3px;border-right-width:2px;border-radius:6px;box-shadow:0 1px 2px #0000002e;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:transform .12s ease,box-shadow .12s ease,opacity .18s ease}.cx-tile .glyph,.cx-tile .glyph svg{display:block;width:100%;height:100%}.cx-tile:hover{transform:translateY(-1px);box-shadow:0 3px 6px #00000038}.cx-tile.selected{outline:3px solid #f2c14e;outline-offset:-1px;transform:translateY(-2px);box-shadow:0 5px 12px #00000052;z-index:3}.cx-tile.removed{opacity:0;transform:scale(.4);pointer-events:none}.cx-tile.cx-hint{animation:cx-hint 1.2s ease}@keyframes cx-hint{0%,to{box-shadow:0 1px 2px #0000002e}50%{box-shadow:0 0 0 3px #6cc24a,0 0 16px #6cc24a}}.cx-link{position:absolute;top:0;left:0;overflow:visible;pointer-events:none;z-index:5}.cx-link-path{fill:none;stroke:#ffcf5a;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px rgba(255,180,40,.9))}.cx-meta{display:flex;justify-content:center;gap:1.25rem;align-items:center;font-weight:600;color:#2b3a30;margin:.4rem 0 .2rem}.cx-meta #cx-score{color:#6b5b32}.cx-play{max-width:880px;margin:0 auto;padding:0 .5rem}.cx-toolbar{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin:.7rem 0 .2rem}.cx-btn{font:inherit;font-weight:600;padding:.5rem .95rem;border-radius:8px;border:1px solid #cbb88c;background:#fff;color:#2b3a30;cursor:pointer;box-shadow:0 1px 2px #0000001f}.cx-btn:hover{background:#f7f1e2}.cx-btn:disabled{opacity:.45;cursor:default}.cx-btn.primary{background:#1f6b46;color:#fff;border-color:#1a5638}
