.m-card-body{padding:28px}
@media(max-width:768px){.m-card-body{padding:20px}}
.ht-center{text-align:center}
.ht-status{font-size:1.3rem;font-weight:700;color:#334155;margin-bottom:1.5rem}
.ht-drops{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}
.ht-drop{cursor:pointer;transition:transform .2s ease,filter .2s ease}
.ht-drop:hover{transform:scale(1.15)}
.ht-drop svg{width:48px;height:48px}
.ht-drop-empty{fill:#e2e8f0}
.ht-drop-filled{fill:#38bdf8;filter:drop-shadow(0 2px 6px rgba(56,189,248,.35))}
.ht-message{font-size:1rem;font-weight:600;color:#0ea5e9;min-height:1.5rem;margin-bottom:1rem}
