.cmt-chip{width:100%;min-height:68px;border-radius:13px;display:flex;justify-content:center;align-items:center;font-size:30px;font-weight:900;background:#fff;border:3px solid currentColor;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:none;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .18s,box-shadow .18s}.cmt-chip:hover{transform:translateY(-3px);box-shadow:0 7px 15px rgba(0,0,0,.15)}.cmt-chip:active{cursor:grabbing;transform:scale(1.08)}.cmt-chip.dragging{opacity:.45;transform:scale(1.08)}.cmt-target{width:100%;min-height:68px;border-radius:13px;border:3px dashed #b7becb;display:flex;justify-content:center;align-items:center;font-size:30px;font-weight:900;background:#f8fafc;color:#222;transition:.2s;position:relative}.cmt-target::after{content:"DROP";position:absolute;bottom:4px;font-size:8px;letter-spacing:1px;color:#9aa1ad;font-weight:700}.cmt-target.over{border-color:#2563eb;background:#eff6ff;transform:scale(1.03)}.cmt-target.correct{border-style:solid;border-color:#22c55e;background:#dcfce7;color:#15803d;animation:correctPop .35s ease}.cmt-target.correct::after{content:"✓ MATCHED";color:#16a34a}.cmt-target.wrong{border-color:#ef4444;background:#fee2e2;animation:shake .35s ease}.cmt-red{color:#ef4444}.cmt-orange{color:#f97316}.cmt-yellow{color:#eab308}.cmt-green{color:#16a34a}.cmt-blue{color:#2563eb}.cmt-indigo{color:#4f46e5}.cmt-violet{color:#9333ea}.cmt-popup-overlay.show{display:flex}@media (max-width:700px){.cmt-chip,.cmt-target{min-height:58px;font-size:25px}}@media (max-width:430px){.cmt-chip,.cmt-target{min-height:65px;font-size:28px}}