/* ── animations.css — Akino Systems ── */
/* ══════════════════════════════════════
   WORKSPACE MANAGEMENT & PERMISSIONS
══════════════════════════════════════ */
#ws-color-picker { animation: fadeUp .2s cubic-bezier(.16,1,.3,1); }
.ws-color-swatch {
  width: 28px; height: 28px; border-radius: 7px; cursor: pointer;
  transition: transform .12s, box-shadow .12s; border: 2.5px solid transparent;
  flex-shrink: 0;
}
.ws-color-swatch:hover { transform: scale(1.15); }
